diff options
Diffstat (limited to 'tests.txt')
-rw-r--r-- | tests.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests.txt b/tests.txt new file mode 100644 index 0000000..6b29d03 --- /dev/null +++ b/tests.txt @@ -0,0 +1,17 @@ +# your text editor or git configuration might break this. be careful! +# (we have weird line endings.) +> a,b,c +< a b c +> a,b,c +< a b c +> "\n" +< \\n +> "\ +> " +< \\\n +> a b c,e f g, +< a\tb\tc e\tf\tg +> """" +< " +> "a,b,","e"f"g",a"b" "" +< a,b, efg ab |