fix some error-message tests
original commit: 5433d2302a5c7a6aa588d3aa107bd72e19359862
This commit is contained in:
parent
6137f803b2
commit
c836acca01
|
@ -687,7 +687,7 @@ foo
|
||||||
---
|
---
|
||||||
;; -------------------- errors
|
;; -------------------- errors
|
||||||
---
|
---
|
||||||
( -@error-> "read: expected a `)' to close `('\n source:\n inp:1:0" ; check -@error->
|
( -@error-> "inp:1:0: read: expected a `)' to close `('" ; check -@error->
|
||||||
---
|
---
|
||||||
@foo{ -@error-> #rx":1:0: missing closing `}'$"
|
@foo{ -@error-> #rx":1:0: missing closing `}'$"
|
||||||
---
|
---
|
||||||
|
@ -707,10 +707,10 @@ foo
|
||||||
---
|
---
|
||||||
\foo{\bar|-{} -\error-> #rx":1:5: missing closing `}-\\|'$"
|
\foo{\bar|-{} -\error-> #rx":1:5: missing closing `}-\\|'$"
|
||||||
---
|
---
|
||||||
@foo{@" -@error-> #rx"read: expected a closing '\"'\n source:\n #f:1:6$"
|
@foo{@" -@error-> #rx":1:6: read: expected a closing '\"'$"
|
||||||
;; " <-- (balance this file)
|
;; " <-- (balance this file)
|
||||||
---
|
---
|
||||||
\foo{\" -\error-> #rx"read: expected a closing '\"'\n source:\n inp:1:6$"
|
\foo{\" -\error-> #rx":1:6: read: expected a closing '\"'$"
|
||||||
---
|
---
|
||||||
@|1 2|
|
@|1 2|
|
||||||
-@error->
|
-@error->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user