diff options
Diffstat (limited to 't/config')
| -rw-r--r-- | t/config | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/t/config b/t/config new file mode 100644 index 0000000..b241979 --- /dev/null +++ b/t/config @@ -0,0 +1,6 @@ +simple = echo foo +other  = echo bar +nospace=echo 'nospace!' +much space      =     echo 'dude, lots of space' +spaceout = echo 'space   is   beautiful' +equal = echo foo = bar a=b | 
