update test for new expander's soirce reporting
A case could be made that the "eval" source is bogus, and it was better to omit it. But the new expander's source reporting is more consistent, as reflected by the fact that "eval" shows up in a syntax error with both the old and new expanders.
This commit is contained in:
parent
eac9b308e9
commit
377c975fda
|
@ -1,2 +1,2 @@
|
|||
> (syntax-e #'(+ 1 2))
|
||||
'(#<syntax:1:0 +> #<syntax:1:0 1> #<syntax:1:0 2>)
|
||||
> (syntax-e #'(+ 1 2))
|
||||
'(#<syntax:eval:1:0 +> #<syntax:eval:1:0 1> #<syntax:eval:1:0 2>)
|
||||
|
|
Loading…
Reference in New Issue
Block a user