Java: Fix test comment.

This commit is contained in:
Geoffrey White
2023-09-13 17:58:31 +01:00
parent 1c81bd52e6
commit af3d8c88bb

View File

@@ -433,7 +433,7 @@ class ExpRedosTest {
// BAD - but not detected due to the way possessive quantifiers are approximated
"((aa|a*+)b)*c", // $ MISSING: hasExpRedos
// BAD - testsing
// BAD - testing mode flag groups
"(?is)(a|aa?)*b" // $ hasExpRedos hasPrefixMsg= hasPump=a
};