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