* 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:
parent
4610b011a7
commit
4faa1ea021
2 changed files with 6 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue