]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tests/lib.sh.test.out
lib.sh: Generalize sed_i() to cmd_i() for in-place changes.
[config/dotfiles.git] / tests / lib.sh.test.out
1 m4: generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
2 ###################################
3 # WARNING! DO NOT EDIT THIS FILE! #
4 ###################################
5
6
7 Simple test file for generate() using m4.
8     m4
9 m4: generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
10 ###################################
11 # WARNING! DO NOT EDIT THIS FILE! #
12 ###################################
13
14
15 Test with multiple arguments passed to generate().
16 first: first
17 second: second
18
19 m4: generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
20 ###################################
21 # WARNING! DO NOT EDIT THIS FILE! #
22 ###################################
23
24
25 Test with multiple arguments with spaces passed to generate().
26 first: first with spaces
27 second: second with spaces
28
29 awk: generating 'tmp/test-awk' from 'tmp/test-awk.in' with options '{ print $1 }'
30 ###################################
31 # WARNING! DO NOT EDIT THIS FILE! #
32 ###################################
33
34
35 Simple
36 first
37
38 perl: generating 'tmp/test-perl' from 'tmp/test-perl.in' with options '-p -e s/first/best/'
39 ###################################
40 # WARNING! DO NOT EDIT THIS FILE! #
41 ###################################
42
43
44 Simple test fiel for generate() using perl.
45 best second
46
47 cat: generating 'tmp/test-cat' from 'tmp/test-cat.real'
48 ###################################
49 # WARNING! DO NOT EDIT THIS FILE! #
50 ###################################
51
52
53 Simple test fiel for generate() using cat (simple copy).
54
55 ...
56