* src/print.c (print_state): Separate the list of solved conflicts

from the other items.
* tests/conflicts.at (Resolved SR Conflicts): Adjust.
This commit is contained in:
Akim Demaille
2002-10-13 19:35:59 +00:00
parent ea99527d23
commit 7ea9a33f3b
3 changed files with 11 additions and 1 deletions

View File

@@ -328,6 +328,7 @@ state 5
1 | exp OP exp . [$end, OP]
$default reduce using rule 1 (exp)
Conflict between rule 1 and token OP resolved as reduce (%left OP).
]])