Skip to content

Commit c889f01

Browse files
committed
tests/cmdline/cmd_parsetree: Update to work with changes to grammar.
1 parent 534b7c3 commit c889f01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/cmdline/cmd_parsetree.py.exp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
----------------
22
[ 4] rule(1) (n=8)
3-
tok(5)
3+
tok(4)
44
[ 4] rule(22) (n=4)
55
id(i)
6-
[ 4] rule(46) (n=1)
6+
[ 4] rule(45) (n=1)
77
NULL
88
[ 5] rule(8) (n=0)
99
NULL
1010
[ 6] rule(5) (n=2)
1111
id(a)
12-
tok(15)
12+
tok(14)
1313
[ 7] rule(5) (n=2)
1414
id(b)
1515
str(str)

0 commit comments

Comments
 (0)