Skip to content

Commit 4c51575

Browse files
joshuamillerdnolen
authored andcommitted
Add test for conforming sequences.
1 parent d9394db commit 4c51575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/cljs/cljs/spec_test.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
coll [] [] nil
217217
coll [:a] [:a] nil
218218
coll [:a :b] [:a :b] nil
219+
coll (map identity [:a :b]) '(:a :b) nil
219220
;;coll [:a "b"] ::s/invalid '[{:pred (coll-checker keyword?), :val [:a b]}]
220221
)))
221222

0 commit comments

Comments
 (0)