mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 05:06:37 +02:00
Adding extra regexp-split test case.
This commit is contained in:
parent
617fbbba6a
commit
5c5a279657
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@
|
|||
(test '("abc" "def" "ghi") (regexp-split '(+ digit) "abc123def456ghi789"))
|
||||
(test '("a" "b" "c" "d" "e" "f" "g" "h" "i")
|
||||
(regexp-split '(* digit) "abc123def456ghi789"))
|
||||
(test '("a" "b") (regexp-split '(+ whitespace) "a b"))
|
||||
|
||||
(test "abc def" (regexp-replace '(+ space) "abc \t\n def" " "))
|
||||
(test " abc-abc"
|
||||
|
|
Loading…
Add table
Reference in a new issue