bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 377c975fda87d13f2f2f7c2e4a870cace18f6cc6
parent eac9b308e9b53025efbe278824f4ccd9081dc79f
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Fri,  9 Mar 2018 20:39:30 -0700

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.

Diffstat:
Mscribble-test/tests/scribble/docs/stxobj.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scribble-test/tests/scribble/docs/stxobj.txt b/scribble-test/tests/scribble/docs/stxobj.txt @@ -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>)