Skip to content

Commit 0ec957d

Browse files
committed
tests/cmdline: Update cmd_parsetree test for changes to grammar order.
1 parent 71019ae commit 0ec957d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tests/cmdline/cmd_parsetree.py.exp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
----------------
2-
[ 4] rule(2) (n=8)
2+
[ 4] rule(1) (n=8)
33
tok(5)
4-
[ 4] rule(78) (n=4)
4+
[ 4] rule(22) (n=4)
55
id(i)
6-
[ 4] rule(131) (n=1)
6+
[ 4] rule(46) (n=1)
77
NULL
8-
[ 5] rule(42) (n=0)
8+
[ 5] rule(8) (n=0)
99
NULL
10-
[ 6] rule(32) (n=2)
10+
[ 6] rule(5) (n=2)
1111
id(a)
1212
tok(15)
13-
[ 7] rule(32) (n=2)
13+
[ 7] rule(5) (n=2)
1414
id(b)
1515
str(str)
16-
[ 8] rule(32) (n=2)
16+
[ 8] rule(5) (n=2)
1717
id(c)
1818
[ 8] literal str(a very long str that will not be interned)
19-
[ 9] rule(32) (n=2)
19+
[ 9] rule(5) (n=2)
2020
id(d)
2121
bytes(bytes)
22-
[ 10] rule(32) (n=2)
22+
[ 10] rule(5) (n=2)
2323
id(e)
2424
[ 10] literal bytes(a very long bytes that will not be interned)
25-
[ 11] rule(32) (n=2)
25+
[ 11] rule(5) (n=2)
2626
id(f)
2727
[ 11] literal \.\+
2828
----------------

0 commit comments

Comments
 (0)