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))
|
||||
y)
|
||||
#:ret (ret -String)
|
||||
#:msg "expected: String.*given: Null"]
|
||||
#:msg #rx"expected: String.*given: (Null|'\\(\\))"]
|
||||
)
|
||||
|
||||
(test-suite
|
||||
|
|
Loading…
Reference in New Issue
Block a user