From 8435fd15cd1330d91cef2ed5ed862215c0f9942b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Mon, 11 Jan 2021 15:40:32 +0100 Subject: Correct string tokens --- tests/simple.tdy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/simple.tdy') diff --git a/tests/simple.tdy b/tests/simple.tdy index 59355d2..3fe05a4 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -15,10 +15,10 @@ a int := 2 if a == 0 { - print 0 + print "123" } else if a == 1 { - print 1 + print "BCD" } else { - print 2 + print "ABC" } // 1, 2, 3, 4 -- cgit v1.2.1