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

[Bug] Wildcard removing commas #677

Closed
acorderob opened this issue Nov 18, 2023 · 2 comments
Closed

[Bug] Wildcard removing commas #677

acorderob opened this issue Nov 18, 2023 · 2 comments

Comments

@acorderob
Copy link

acorderob commented Nov 18, 2023

Commas at the start or end of an option in a wildcard get removed.

Template example: test {, one|, two}, test, {three, |four, }, test, {five,|six,} test
Generates: test one, test, four, test, five test
Instead of: test, one, test, four, test, five, test

I think this is a recent bug.

I'm using commit 7fea222 (v.2.17.1)

@acorderob
Copy link
Author

Checking if this has been fixed with 0645c94...

@acorderob
Copy link
Author

acorderob commented Nov 18, 2023

Sorry, did't see that it was already reported in the library.

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

No branches or pull requests

1 participant