tests: fix expectations

Should have been part of 1ec93ca2a2.

* tests/counterexample.at: here.
This commit is contained in:
Akim Demaille
2020-05-24 15:16:15 +02:00
parent 1ec93ca2a2
commit 6ed813c122

View File

@@ -440,7 +440,7 @@ Second derivation $accept ::=[ a ::=[ c ::=[ • ] d ::=[ c A A ] ] $end ]
Reduce-Reduce Conflict:
2: 3 b: . %empty
2: 4 c: . %empty
On Symbols: {A,}
On Symbols: A
time limit exceeded: 6.000000
First Example b • c A A $end
First derivation $accept ::=[ a ::=[ b d ::=[ a ::=[ b ::=[ • ] d ::=[ c A A ] ] ] ] $end ]
@@ -450,7 +450,7 @@ Second derivation $accept ::=[ a ::=[ b d ::=[ c ::=[ • ] A ] ] $end ]
Reduce-Reduce Conflict:
3: 3 b: . %empty
3: 4 c: . %empty
On Symbols: {A,}
On Symbols: A
time limit exceeded: 6.000000
First Example c • c A A $end
First derivation $accept ::=[ a ::=[ c d ::=[ a ::=[ b ::=[ • ] d ::=[ c A A ] ] ] ] $end ]