mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 20:56:36 +02:00
Targetted test case, why is this broken?
This commit is contained in:
parent
3222f36912
commit
1f87c98fe8
1 changed files with 5 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue