diff --git a/kiss/src/test/cases/BasicTestCase.kiss b/kiss/src/test/cases/BasicTestCase.kiss index b6d02f41..957ce136 100644 --- a/kiss/src/test/cases/BasicTestCase.kiss +++ b/kiss/src/test/cases/BasicTestCase.kiss @@ -522,12 +522,11 @@ From:[(assert false (+ \"false \" \"should \" \"have \" \"been \" \"true\"))]" m (Assert.equals 5 (assertLet [(Some thing) some5] thing)))) (function _testRawString [] -// Test escaped back slash with the raw haxe non-espaced backslash (Assert.equals "\\" #"\"#) (Assert.equals "\"#" ##""#"##)) (function _testKissStrings [] - (Assert.equals #( "\\\t\r\n\"$"; }# "\\\t\r\n\"\$") + (Assert.equals #{ "\\\t\r\n\"$"; }# "\\\t\r\n\"\$") (let [str "it's" num 3 l1 ["a" "b" "c"]