Typo in test

This commit is contained in:
Georges Dupéron 2016-09-08 14:42:31 +02:00
parent e628554a48
commit b33d3b4ddc

View File

@ -17,5 +17,5 @@
"Without the bugfix, the pattern variable \"bar\" above had the wrong scopes, "Without the bugfix, the pattern variable \"bar\" above had the wrong scopes,
and couldn't be used with (attribute bar), and #'bar just gave #'bar instead of and couldn't be used with (attribute bar), and #'bar just gave #'bar instead of
producing #'42" producing #'42"
(syntax-e (test #'(#:foo bar))) (syntax-e (test #'(#:foo 42)))
42) 42)