[test] new regexp test
This commit is contained in:
parent
c27e1b2efa
commit
5881bd94e0
|
@ -83,6 +83,11 @@
|
||||||
(U #f (List String)))
|
(U #f (List String)))
|
||||||
'("hello"))
|
'("hello"))
|
||||||
|
|
||||||
|
(check-equal?
|
||||||
|
(ann (regexp-match: "\\(a+\\)([ab]*)" "(aa)bb")
|
||||||
|
(U #f (List String String)))
|
||||||
|
'("(aa)bb" "bb"))
|
||||||
|
|
||||||
(check-equal?
|
(check-equal?
|
||||||
(ann
|
(ann
|
||||||
(regexp-match: "hello" "world")
|
(regexp-match: "hello" "world")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user