covering the new bits
This commit is contained in:
parent
26f38367e9
commit
d316a8fde8
@ -207,4 +207,6 @@
|
||||
(assert (= (list-comp (* x 2) (x (range 2))) [0 2]))
|
||||
(assert (= (list-comp (* x 2) (x (range 4)) (% x 2)) [2 6]))
|
||||
(assert (= (sorted (list-comp (* y 2) ((, x y) (.items {"1" 1 "2" 2}))))
|
||||
[2 4])))
|
||||
[2 4]))
|
||||
(assert (= (list-comp (, x y) (x (range 2) y (range 2)))
|
||||
[(, 0 0) (, 0 1) (, 1 0) (, 1 1)])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user