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/literal-test.tnsl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/literal-test.tnsl (limited to 'tests/literal-test.tnsl') diff --git a/tests/literal-test.tnsl b/tests/literal-test.tnsl new file mode 100644 index 0000000..a7fd81e --- /dev/null +++ b/tests/literal-test.tnsl @@ -0,0 +1,10 @@ +;string s = "\"" +;string st="\\" + +;int i = 0 +;int j=1 + +;float f = .2 +;float d=3.1415 + +;char c = '\'';char ch='\uxxxx' -- cgit v1.2.3