-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip quote characters in macro expansion if we do not split the result
A problem with the old handling of %quote was that it leaked to the outside. This commit strips the quote characters if they are not used in argument splitting. We also keep track of the quotes when defining macros so that we stay compatible to the old implementation.
- Loading branch information
Showing
1 changed file
with
86 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters