From f9553f3e2b7f21080ce7974909e92d251aaae528 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 18 Mar 2011 19:01:58 +0100 Subject: Add tests --- t/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/config (limited to 't/config') 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 -- cgit v1.2.3