mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 13:19:18 +02:00
parent
f8600d444f
commit
6891ba1a33
1 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,9 @@
|
|||
(test-re '("abc " "")
|
||||
'(: ($ (*? alpha)) (* any))
|
||||
"abc ")
|
||||
;; (test-re-search '("a-z")
|
||||
;; '(: "a" (*? any) "z")
|
||||
;; "a-z-z")
|
||||
(test-re '("<em>Hello World</em>" "em>Hello World</em")
|
||||
'(: "<" ($ (* any)) ">" (* any))
|
||||
"<em>Hello World</em>")
|
||||
|
|
Loading…
Add table
Reference in a new issue