projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11761d
)
tests/runtime/test-regsexp: Load-option regular-expression.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 2 May 2017 05:18:44 +0000
(22:18 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 2 May 2017 05:18:44 +0000
(22:18 -0700)
tests/runtime/test-regsexp.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-regsexp.scm
b/tests/runtime/test-regsexp.scm
index 76a5dff43137bbf8b63cfa36c2f067270b7f9466..9e7a124dc2ebbff33aff09549d4bac421db7049b 100644
(file)
--- a/
tests/runtime/test-regsexp.scm
+++ b/
tests/runtime/test-regsexp.scm
@@
-28,6
+28,8
@@
USA.
(declare (usual-integrations))
\f
+(load-option 'regular-expression)
+
(define (match-string pattern string)
(regsexp-match-string (compile-regsexp pattern) string))