macro: Properly parse !ENCLOSE keyword arguments.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 20 Jul 2021 05:19:41 +0000 (22:19 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 20 Jul 2021 05:19:41 +0000 (22:19 -0700)
commitd9f3677d790ba79e58efef7aceda64cfaae451f3
treebf46a0c39b43c236a5cb92fd042922ea4ede07a1
parent77d8edee4d22f52776bc664ce042079389b04e65
macro: Properly parse !ENCLOSE keyword arguments.

The opening delimiter was being included in the argument.

Thanks to Frans Houweling for reporting this bug.
src/language/lexer/macro.c
tests/language/control/define.at