We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598ec60 commit 46cfefeCopy full SHA for 46cfefe
junit-platform-launcher/src/main/java/org/junit/platform/launcher/tagexpression/Tokenizer.java
@@ -25,7 +25,7 @@
25
*/
26
class Tokenizer {
27
28
- private static final Pattern PATTERN = Pattern.compile("\\s*(?:(?:(?:any|none)\\(\\))|[()!|&]|(?:[^\\s()!|&]+))",
+ private static final Pattern PATTERN = Pattern.compile("\\s*(?:(?:any|none)\\(\\)|[()!|&]|[^\\s()!|&]+)",
29
CASE_INSENSITIVE);
30
31
List<Token> tokenize(@Nullable String infixTagExpression) {
0 commit comments