mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
f1746a5118
* 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.
297 B
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)