diff --git a/lib/chibi/regexp-test.sld b/lib/chibi/regexp-test.sld index afcdca66..13dbee9c 100644 --- a/lib/chibi/regexp-test.sld +++ b/lib/chibi/regexp-test.sld @@ -151,6 +151,9 @@ (test-re '("abc " "") '(: ($ (*? alpha)) (* any)) "abc ") + ;; (test-re-search '("a-z") + ;; '(: "a" (*? any) "z") + ;; "a-z-z") (test-re '("Hello World" "em>Hello World" (* any)) "Hello World")