org-java icon indicating copy to clipboard operation
org-java copied to clipboard

Allow escaped spaces in ArrayListSpaceSeperated

Open TomFryers opened this issue 3 years ago • 1 comments

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 avatar Sep 17 '20 12:09 TomFryers

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

TomFryers avatar Sep 17 '20 12:09 TomFryers