* tests/syntax.test (exception:missing/extra-expr-syntax): Fixed

to be unaware of whether line number information is given or not.
This commit is contained in:
Dirk Herrmann 2003-10-12 13:38:58 +00:00
commit 4faa1ea021
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
* tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
to be unaware of whether line number information is given or not.
2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
* tests/syntax.test (exception:missing/extra-expr-syntax): New,

View file

@ -27,7 +27,7 @@
(define exception:missing/extra-expr
(cons 'misc-error "^missing or extra expression"))
(define exception:missing/extra-expr-syntax
(cons 'syntax-error "^missing or extra expression"))
(cons 'syntax-error "missing or extra expression"))
(define exception:missing-expr
(cons 'syntax-error "Missing expression"))
(define exception:extra-expr