mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
regexp.test needed char-code-limit
* test-suite/tests/regexp.test (char-code-limit): Define a local version of this recently removed definition. Hopefully that's the only use of it though!
This commit is contained in:
parent
44e5b410bd
commit
a1a3a0dd5d
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@
|
|||
(with-latin1-locale body ...)
|
||||
(begin body ...)))))
|
||||
|
||||
(define char-code-limit 256)
|
||||
|
||||
(with-test-prefix "regexp-quote"
|
||||
|
||||
(pass-if-exception "no args" exception:wrong-num-args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue