forked from jasder/antlr
Update debug option for tests
This commit is contained in:
parent
763906a2d7
commit
a2d0995a37
|
@ -6,7 +6,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": false
|
||||
"Debug": true
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": false
|
||||
"Debug": true
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": false
|
||||
"Debug": true
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": false
|
||||
"Debug": true
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
TestType() ::= "Parser"
|
||||
|
||||
Options ::= [
|
||||
"Debug": true
|
||||
"Debug": false
|
||||
]
|
||||
|
||||
Grammar ::= [
|
||||
|
|
Loading…
Reference in New Issue