Add missing test DuplicatedLeftRecursiveCall_4

This commit is contained in:
Sam Harwell 2015-05-22 15:37:34 -05:00
parent a2d0995a37
commit 0fcba25d4e
5 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import "DuplicatedLeftRecursiveCall.stg"
Input() ::= "xx"
Input() ::= "x"
Output() ::= ""

View File

@ -1,6 +1,6 @@
import "DuplicatedLeftRecursiveCall.stg"
Input() ::= "xxx"
Input() ::= "xx"
Output() ::= ""

View File

@ -1,6 +1,6 @@
import "DuplicatedLeftRecursiveCall.stg"
Input() ::= "xxxx"
Input() ::= "xxx"
Output() ::= ""

View File

@ -0,0 +1,7 @@
import "DuplicatedLeftRecursiveCall.stg"
Input() ::= "xxxx"
Output() ::= ""
Errors() ::= ""

View File

@ -26,6 +26,7 @@ TestTemplates ::= [
"DuplicatedLeftRecursiveCall_1": [],
"DuplicatedLeftRecursiveCall_2": [],
"DuplicatedLeftRecursiveCall_3": [],
"DuplicatedLeftRecursiveCall_4": [],
"InvalidATNStateRemoval": [],
"NoViableAltAvoidance": []
]