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/ob-sed-test.org
Bjarte Johansen f6c75f2e41 Org Babel now supports sed scripts
* doc/org.texi: Signal new babel language.

* lisp/ob-sed.el:
* testing/examples/ob-sed-test.org:
* testing/lisp/test-ob-sed.el: New files.
2015-05-30 14:59:01 +02:00

719 B

a collection of examples for ob-sed tests

Test simple execution of sed script

  An example sentence.
  s/n example/ processed/
  2 d

Test :in-file header argument

s/test/tested/

Test :cmd-line header argument

  s/test/tested again/