Skip to content

Commit 1ee3b39

Browse files
Update one more golden
1 parent d39452d commit 1ee3b39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compiler/testdata/debug_conflicts.tm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Unresolved conflicts:
2323
debug_conflicts.tm:16:5: input: 'i' s
2424
shift/reduce conflict (next: 'e')
2525
s : 'i' s
26-
followed by: s: 'i' s 'e' s
26+
followed by: s: 'i' s 'e' _ s
2727

2828
Resolved by precedence:
2929
debug_conflicts.tm:14:12: input: expr '+' expr
3030
resolved as reduce conflict (next: '+')
3131
expr : expr '+' expr
32-
followed by: expr: expr '+' expr
32+
followed by: expr: expr '+' _ expr
3333

34-
debug_conflicts.tm:1:1: conflicts: 1 shift/reduce and 0 reduce/reduce
34+
debug_conflicts.tm:1:1: conflicts: 1 shift/reduce and 0 reduce/reduce

0 commit comments

Comments
 (0)