Fix TR test regexp
This commit is contained in:
parent
0b3b1f5d94
commit
2edb73bff8
|
@ -3121,7 +3121,7 @@
|
||||||
(define y (for/fold: ((x : String null)) ((v : String null)) x))
|
(define y (for/fold: ((x : String null)) ((v : String null)) x))
|
||||||
y)
|
y)
|
||||||
#:ret (ret -String)
|
#:ret (ret -String)
|
||||||
#:msg "expected: String.*given: Null"]
|
#:msg #rx"expected: String.*given: (Null|'\\(\\))"]
|
||||||
)
|
)
|
||||||
|
|
||||||
(test-suite
|
(test-suite
|
||||||
|
|
Loading…
Reference in New Issue
Block a user