From 08fabe9627d89b9811b0fafe1c2bb11773d02bbc Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 4 Jul 2020 03:16:10 -0400 Subject: Tests + Add initial tests ~ Some tests fail. These bugs will warrent a section in the readme. --- tests/comment-test.tnsl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/comment-test.tnsl (limited to 'tests/comment-test.tnsl') diff --git a/tests/comment-test.tnsl b/tests/comment-test.tnsl new file mode 100644 index 0000000..fe07b45 --- /dev/null +++ b/tests/comment-test.tnsl @@ -0,0 +1,22 @@ +;/# +#/; + +a/# +#/a + +/;/# +#/;/ + +/# + Ok, so this should give no output either +#/ + +#; +#a +# /; + +;# +a# +/;# +#;/ +;/ \ No newline at end of file -- cgit v1.2.3