File tree Expand file tree Collapse file tree
core/src/main/antlr4/org/evomaster/core/parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1414hs_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 /
@@ -33,8 +37,6 @@ client-java/instrumentation-shared/target/
3337client-java /database-spy /target /
3438client-java /ci-utils /target
3539core /target /
36- # IntelliJ ANTLR plugin recognizer default location:
37- core /gen /
3840/core-tests /e2e-tests /dropwizard-examples /target /
3941/core-tests /e2e-tests /e2e-tests-utils /target /
4042/core-tests /e2e-tests /spring /spring-rest-openapi-v2 /target /
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ classAtomNoDash
167167 | BaseChar
168168 | DecimalDigit
169169 | COMMA | CARET | DOLLAR | DOT | STAR | PLUS | QUESTION
170- | PAREN_open | PAREN_close | BRACKET_open | BRACE_open | BRACE_close | OR | E | Q
170+ | PAREN_open | PAREN_close | BRACKET_open | BRACE_open | BRACE_close | OR
171171 | COLON
172172 // should be interpreted literally:
173173 // As they are lexer tokens, these character sequences are captured as such. In particular these require some extra
You can’t perform that action at this time.
0 commit comments