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