remove last raw haxe. close #63
This commit is contained in:
@@ -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"]
|
||||
|
@@ -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))
|
Reference in New Issue
Block a user