Fix TR test regexp
original commit: 2edb73bff836b47caee2e2db4290daf36a7e0160
This commit is contained in:
parent
b2010f3842
commit
558e237713
|
@ -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