fix the test case & identify the problem
This commit is contained in:
@@ -43,12 +43,13 @@
|
|||||||
}
|
}
|
||||||
(Assert.pass))
|
(Assert.pass))
|
||||||
|
|
||||||
(function _testStartOfLineInMiddle []
|
(defReaderMacro &start "bob" [stream] `var1)
|
||||||
(let [bob "first"
|
(defReaderMacro "bob" [stream] `var2)
|
||||||
bob2 "second"]
|
|
||||||
|
|
||||||
(defReaderMacro &start "bob" [stream] `bob)
|
|
||||||
(defReaderMacro "bob" [stream] `bob2)
|
(function _testStartOfLineInMiddle []
|
||||||
|
(let [var1 "first"
|
||||||
|
var2 "second"]
|
||||||
|
|
||||||
(Assert.equals "firstsecond" (+
|
(Assert.equals "firstsecond" (+
|
||||||
bob bob))))
|
bob bob))))
|
||||||
|
Reference in New Issue
Block a user