remove last raw haxe. close #63

This commit is contained in:
2022-06-18 21:21:38 +00:00
parent 1bd48108f4
commit 4ce069824c
2 changed files with 3 additions and 3 deletions

View File

@@ -527,7 +527,7 @@ From:[(assert false (+ \"false \" \"should \" \"have \" \"been \" \"true\"))]" m
(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"]

View File

@@ -1,3 +1,3 @@
// TODO make a better position reification scheme here
(defReaderMacro "goop" [stream] #|ReaderExp.CallExp({pos: {file: "bleh", line: 1, column: 1, absoluteChar: 1}, def: ReaderExp.Symbol("Assert.isTrue")}, [{pos: {file: "bleh", line: 1, column: 1, absoluteChar: 1}, def: ReaderExp.Symbol("true")}])|#)
(defReaderMacro "gloop" [stream] #|ReaderExp.CallExp({pos: {file: "bleh", line: 1, column: 1, absoluteChar: 1}, def: ReaderExp.Symbol("Assert.isFalse")}, [{pos: {file: "bleh", line: 1, column: 1, absoluteChar: 1}, def: ReaderExp.Symbol("false")}])|#)
(defReaderMacro "goop" [stream] `(Assert.isTrue true))
(defReaderMacro "gloop" [stream] `(Assert.isFalse false))