emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob aae1323ca3f1b29299e135fa4c406959d568393b 719 bytes (raw)
name: testing/examples/ob-sed-test.org 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
#+PROPERTY: results silent scalar
#+Title: a collection of examples for ob-sed tests

* Test simple execution of sed script
  :PROPERTIES:
  :ID:       C7E7CA6A-2601-42C9-B534-4102D62E458D
  :END:

  #+NAME: ex1
  #+BEGIN_EXAMPLE
    An example sentence.
  #+END_EXAMPLE

  #+BEGIN_SRC sed :stdin ex1
    s/n example/ processed/
    2 d
  #+END_SRC

* Test :in-file header argument
  :PROPERTIES:
  :ID:       54EC49AA-FE9F-4D58-812E-00FC87FAF562
  :END:

  #+BEGIN_SRC sed :in-file test1.txt
  s/test/tested/
  #+END_SRC

* Test :cmd-line header argument
  :PROPERTIES:
  :ID:       E3C6A8BA-39FF-4840-BA8E-90D5C4365AB1
  :END:

  #+BEGIN_SRC sed :in-file test2.txt :cmd-line "-i"
    s/test/tested again/
  #+END_SRC

debug log:

solving aae1323 ...
found aae1323 in https://git.savannah.gnu.org/cgit/emacs/org-mode.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).