diff options
author | equa <equaa@protonmail.com> | 2023-07-27 16:08:28 -0400 |
---|---|---|
committer | equa <equaa@protonmail.com> | 2023-07-27 16:16:37 -0400 |
commit | 77ec331c7dacad6b5028783288eb705bdb9ad22e (patch) | |
tree | da634e1e17752a34e0898592f7735fb1679066e7 /tests.txt |
initial commit
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 |