Skip to content

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