0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 16:16:26 +00:00
org-mode/testing/examples/org-exp.org
Eric Schulte f1746a5118 test of comma stripping behavior
* testing/examples/org-exp.org: Example file for export tests.
* testing/lisp/test-org-exp.el (test-org-exp/stripping-commas): List
  file for export tests.
2011-09-06 21:58:51 -06:00

297 B

a collection of examples for export tests

stripping commas from within blocks on export

The following commas should not be removed.

  a <- c(1
         , 2
         , 3)