Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
2d1f46f3
Commit
2d1f46f3
authored
Sep 30, 2003
by
pfdietz
Browse files
Test that macros are not expanded into tags.
parent
eb4c6d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/tagbody.lsp
View file @
2d1f46f3
...
...
@@ -159,3 +159,19 @@
(eval form))
good)
;;; Check that macros are not expanded before finding tags
;;; Test for issue TAGBODY-TAG-EXPANSION
(deftest tagbody.17
(block done
(tagbody
(macrolet ((foo () 'tag))
(let (tag)
(tagbody
(go tag)
(foo)
(return-from done :bad))))
tag
(return-from done :good)))
:good)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment