Add original documentation back to test definitions

This commit is contained in:
Sam Harwell 2015-05-22 15:35:57 -05:00
parent b3e74e4897
commit 763906a2d7
15 changed files with 76 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/**
* This is a regression test for "Support direct calls to left-recursive
* rules".
* https://github.com/antlr/antlr4/issues/161
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,8 @@
/**
* This is a regression test for #45 "NullPointerException in LexerATNSimulator.execDFA".
* https://github.com/antlr/antlr4/issues/46
*/
TestType() ::= "Lexer"
Options ::= [

View File

@ -1,3 +1,8 @@
/**
* Regression test for "Getter for context is not a list when it should be".
* https://github.com/antlr/antlr4/issues/19
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,12 @@
/**
* This is a regression test for #45 "NullPointerException in ATNConfig.hashCode".
* https://github.com/antlr/antlr4/issues/45
* <p/>
* The original cause of this issue was an error in the tool's ATN state optimization,
* which is now detected early in {@link ATNSerializer} by ensuring that all
* serialized transitions point to states which were not removed.
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,8 @@
/**
* This is a regression test for #6 "NullPointerException in getMissingSymbol".
* https://github.com/antlr/antlr4/issues/6
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,5 @@
// force complex decision
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,5 @@
// force complex decision
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,9 @@
/**
* This is a regression test for antlr/antlr4#195 "label 'label' type
* mismatch with previous definition: TOKEN_LABEL!=RULE_LABEL"
* https://github.com/antlr/antlr4/issues/195
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,9 @@
/**
* This is a regression test for antlr/antlr4#299 "Repeating subtree not
* accessible in visitor".
* https://github.com/antlr/antlr4/issues/299
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,9 @@
/**
* This is a regression test for #270 "Fix operator += applied to a set of
* tokens".
* https://github.com/antlr/antlr4/issues/270
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,8 @@
/**
* This test is meant to detect regressions of bug antlr/antlr4#41.
* https://github.com/antlr/antlr4/issues/41
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,8 @@
/**
* This test is meant to test the expected solution to antlr/antlr4#42.
* https://github.com/antlr/antlr4/issues/42
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,9 @@
/**
* This is a regression test for antlr/antlr4#334 "BailErrorStrategy: bails
* out on proper input".
* https://github.com/antlr/antlr4/issues/334
*/
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,5 @@
// can't see preds, resolves to first alt found (1 in this case)
TestType() ::= "Parser"
Options ::= [

View File

@ -1,3 +1,9 @@
/**
* This is a regression test for antlr/antlr4#196
* "element+ in expression grammar doesn't parse properly"
* https://github.com/antlr/antlr4/issues/196
*/
TestType() ::= "Parser"
Options ::= [