Skip to content

Commit aab346d

Browse files
authored
Merge pull request #1644 from WebFuzzing/java-regex-quote-bug
Java regex quote (\Q...\E) bug fix
2 parents 92ded20 + 845cbca commit aab346d

6 files changed

Lines changed: 371 additions & 344 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1414
hs_err_pid*
1515

16+
# IntelliJ ANTLR plugin recognizer default locations:
17+
core/gen/
18+
core/src/main/antlr4/org/evomaster/core/parser/gen
19+
1620
**/*.DS_Store
1721
/.idea/
1822
.idea/

core/src/main/antlr4/org/evomaster/core/parser/RegexJava.g4

Lines changed: 0 additions & 341 deletions
This file was deleted.

0 commit comments

Comments
 (0)