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

Allow escaped spaces in ArrayListSpaceSeperated #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TomFryers
Copy link

@TomFryers TomFryers commented Sep 17, 2020

When creating an ArrayListSpaceSeperated, it interprets \s as a space. If a literal \s is required, \\s can be used.
In particular this should allow [ ] as a todo keyword.

TomFryers and others added 2 commits September 17, 2020 13:04
Uses \s to represent a space. If a literal \s is required, \\s can be used.
In particular this allows [ ] as a todo keyword.
@TomFryers
Copy link
Author

Should this allow \S (uppercase) as well (or instead)?

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.

1 participant