-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce grammar name and type autodetection in tests
Support of several [grammar] sections (for grammars with separated lexer and parser) Add more checks to tests Signed-off-by: Ivan Kochurkin <[email protected]>
- Loading branch information
Showing
379 changed files
with
841 additions
and
1,922 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/CompositeLexers/LexerDelegatorInvokesDelegateRule.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Lexer | ||
|
||
[grammar] | ||
lexer grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...antlr/v5/test/runtime/descriptors/CompositeLexers/LexerDelegatorRuleOverridesDelegate.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Lexer | ||
|
||
[grammar] | ||
lexer grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...es/org/antlr/v5/test/runtime/descriptors/CompositeParsers/BringInLiteralsFromDelegate.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...ources/org/antlr/v5/test/runtime/descriptors/CompositeParsers/CombinedImportsCombined.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/CompositeParsers/DelegatorAccessesDelegateMembers.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; // uses no rules from the import | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...s/org/antlr/v5/test/runtime/descriptors/CompositeParsers/DelegatorInvokesDelegateRule.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...tlr/v5/test/runtime/descriptors/CompositeParsers/DelegatorInvokesDelegateRuleWithArgs.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...est/runtime/descriptors/CompositeParsers/DelegatorInvokesDelegateRuleWithReturnStruct.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
.../test/runtime/descriptors/CompositeParsers/DelegatorInvokesFirstVersionOfDelegateRule.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S,T; | ||
|
3 changes: 0 additions & 3 deletions
3
...org/antlr/v5/test/runtime/descriptors/CompositeParsers/DelegatorRuleOverridesDelegate.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...rg/antlr/v5/test/runtime/descriptors/CompositeParsers/DelegatorRuleOverridesDelegates.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S, T; | ||
|
3 changes: 0 additions & 3 deletions
3
...5/test/runtime/descriptors/CompositeParsers/DelegatorRuleOverridesLookaheadInDelegate.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...rg/antlr/v5/test/runtime/descriptors/CompositeParsers/ImportedGrammarWithEmptyOptions.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...sources/org/antlr/v5/test/runtime/descriptors/CompositeParsers/ImportedRuleWithAction.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...ite/resources/org/antlr/v5/test/runtime/descriptors/CompositeParsers/KeywordVSIDOrder.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar M; | ||
import S; | ||
|
3 changes: 0 additions & 3 deletions
3
...s/org/antlr/v5/test/runtime/descriptors/FullContextParsing/AmbigYieldsCtxSensitiveDFA.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s @after {<DumpDFA()>} | ||
|
3 changes: 0 additions & 3 deletions
3
...te/resources/org/antlr/v5/test/runtime/descriptors/FullContextParsing/AmbiguityNoLoop.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
prog | ||
|
3 changes: 0 additions & 3 deletions
3
.../org/antlr/v5/test/runtime/descriptors/FullContextParsing/CtxSensitiveDFATwoDiffInput.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s @after {<DumpDFA()>} | ||
|
3 changes: 0 additions & 3 deletions
3
.../resources/org/antlr/v5/test/runtime/descriptors/FullContextParsing/CtxSensitiveDFA_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s @after {<DumpDFA()>} | ||
|
3 changes: 0 additions & 3 deletions
3
.../resources/org/antlr/v5/test/runtime/descriptors/FullContextParsing/CtxSensitiveDFA_2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s @after {<DumpDFA()>} | ||
|
3 changes: 0 additions & 3 deletions
3
...te/resources/org/antlr/v5/test/runtime/descriptors/FullContextParsing/ExprAmbiguity_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...te/resources/org/antlr/v5/test/runtime/descriptors/FullContextParsing/ExprAmbiguity_2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_4.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_5.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
3 changes: 0 additions & 3 deletions
3
...g/antlr/v5/test/runtime/descriptors/FullContextParsing/FullContextIF_THEN_ELSEParse_6.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...ources/org/antlr/v5/test/runtime/descriptors/FullContextParsing/SLLSeesEOFInLLGrammar.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar T; | ||
s @after {<DumpDFA()>} | ||
|
3 changes: 0 additions & 3 deletions
3
...ime-testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/AmbigLR_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar Expr; | ||
prog: stat ; | ||
|
3 changes: 0 additions & 3 deletions
3
...ime-testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/AmbigLR_2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar Expr; | ||
prog: stat ; | ||
|
3 changes: 0 additions & 3 deletions
3
...ime-testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/AmbigLR_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar Expr; | ||
prog: stat ; | ||
|
3 changes: 0 additions & 3 deletions
3
...ime-testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/AmbigLR_4.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar Expr; | ||
prog: stat ; | ||
|
3 changes: 0 additions & 3 deletions
3
...ime-testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/AmbigLR_5.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[type] | ||
Parser | ||
|
||
[grammar] | ||
grammar Expr; | ||
prog: stat ; | ||
|
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...stsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_10.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_4.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_5.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_6.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_7.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_8.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...estsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Declarations_9.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Expressions_1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Expressions_2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Expressions_3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...testsuite/resources/org/antlr/v5/test/runtime/descriptors/LeftRecursion/Expressions_4.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.