Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only remove a delimiterin macro expansion if a delimiter was found #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

countsudoku
Copy link

Some macros are truncated by on character if expanded on input strings without a delimiter. This commit will fix that.

This pull request will fix #42

@countsudoku countsudoku changed the title Only remove a delimiter if a delimiter was found Only remove a delimiterin macro expansion if a delimiter was found Aug 9, 2023
Some macros are truncated by on character if expanded on input strings
without a delimiter. This commit will fix that.
@countsudoku countsudoku force-pushed the bugfix/truncated_macro_expansion/issue-42 branch from 6abe7a2 to 1adca21 Compare August 9, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parts with no delimiter might get truncated during macro expansion
1 participant