Spacing fix in test
This commit is contained in:
parent
db210929d0
commit
f8fbcf3f06
@ -219,8 +219,8 @@
|
|||||||
(else
|
(else
|
||||||
(+= count 1)
|
(+= count 1)
|
||||||
(+= count 10)))
|
(+= count 10)))
|
||||||
|
|
||||||
(assert (= count 161))
|
(assert (= count 161))
|
||||||
|
|
||||||
(assert (= (list ((fn [] (for [x [[1] [2 3]] y x] (yield y)))))
|
(assert (= (list ((fn [] (for [x [[1] [2 3]] y x] (yield y)))))
|
||||||
(list-comp y [x [[1] [2 3]] y x])))
|
(list-comp y [x [[1] [2 3]] y x])))
|
||||||
(assert (= (list ((fn [] (for [x [[1] [2 3]] y x z (range 5)] (yield z)))))
|
(assert (= (list ((fn [] (for [x [[1] [2 3]] y x z (range 5)] (yield z)))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user