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:
24ba860
)
Fix thinko.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 28 Sep 2009 02:30:19 +0000
(19:30 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 28 Sep 2009 02:30:19 +0000
(19:30 -0700)
tests/runtime/test-regsexp.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-regsexp.scm
b/tests/runtime/test-regsexp.scm
index e1ed9409b056bae108c70320fb0286b3a460967b..473e280b0a42599f46469b53e7c2a5ba0440cea8 100644
(file)
--- a/
tests/runtime/test-regsexp.scm
+++ b/
tests/runtime/test-regsexp.scm
@@
-36,7
+36,7
@@
USA.
(if (and (eq? expected 'PATTERN-ERROR)
(condition-of-type? result condition-type:compile-regsexp))
#f
- (signal-condition
condition
))
+ (signal-condition
result
))
(assert-equal result
expected
'EXPRESSION `(match-string ',pattern ,string)))))