* tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 12 Oct 2003 13:38:58 +0000 (13:38 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 12 Oct 2003 13:38:58 +0000 (13:38 +0000)
to be unaware of whether line number information is given or not.

test-suite/ChangeLog
test-suite/tests/syntax.test

index 166e498..ca44821 100644 (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,
index 80c4310..58fbc7f 100644 (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