From 758806a0f1383ef5ee80c125321236efd256200c Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 20 May 2016 21:06:59 +0200 Subject: [PATCH] test" git" git --- examples/test.spl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/test.spl b/examples/test.spl index 2a2235b..2428d67 100644 --- a/examples/test.spl +++ b/examples/test.spl @@ -1,4 +1,4 @@ main(){ - var b = '\t'; -var a = "hello \t\"world"; + var b = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; + return; } -- 2.20.1