Targetted test case, why is this broken?

This commit is contained in:
Justin Ethier 2018-01-24 19:04:56 -05:00
parent 3222f36912
commit 1f87c98fe8

View file

@ -13,7 +13,11 @@
(chibi test)))
)
(test-group
(display
(match "test" ((? string? s) s) (else #f))
)
#;(test-group
"predicates"
;; Fails on cyclone, works on chibi
;(test "test" (match "test" ((? string? s) s) (else #f)))