From 77ec331c7dacad6b5028783288eb705bdb9ad22e Mon Sep 17 00:00:00 2001 From: equa Date: Thu, 27 Jul 2023 16:08:28 -0400 Subject: initial commit --- tests.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests.txt (limited to 'tests.txt') 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 -- cgit 1.3.0-6-gf8a5