]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tests/lib.sh.test.out
lib.sh: Fix m4() to work with arguments with spaces.
[config/dotfiles.git] / tests / lib.sh.test.out
1 ls installed
2 Mac OS X which for ls
3 ls installed
4 Mac OS X which for doesnt-exist
5 m4(): generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
6 ###################################
7 # WARNING! DO NOT EDIT THIS FILE! #
8 ###################################
9
10
11 Simple test file for m4.
12     m4
13 m4(): generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
14 ###################################
15 # WARNING! DO NOT EDIT THIS FILE! #
16 ###################################
17
18
19 Test with multiple arguments passed to m4.
20 first: first
21 second: second
22
23 m4(): generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
24 ###################################
25 # WARNING! DO NOT EDIT THIS FILE! #
26 ###################################
27
28
29 Test with multiple arguments with spaces passed to m4.
30 first: first with spaces
31 second: second with spaces
32