mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests/cmdline: Update cmd_parsetree test for changes to grammar order.
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
----------------
|
||||
[ 4] rule(2) (n=8)
|
||||
[ 4] rule(1) (n=8)
|
||||
tok(5)
|
||||
[ 4] rule(78) (n=4)
|
||||
[ 4] rule(22) (n=4)
|
||||
id(i)
|
||||
[ 4] rule(131) (n=1)
|
||||
[ 4] rule(46) (n=1)
|
||||
NULL
|
||||
[ 5] rule(42) (n=0)
|
||||
[ 5] rule(8) (n=0)
|
||||
NULL
|
||||
[ 6] rule(32) (n=2)
|
||||
[ 6] rule(5) (n=2)
|
||||
id(a)
|
||||
tok(15)
|
||||
[ 7] rule(32) (n=2)
|
||||
[ 7] rule(5) (n=2)
|
||||
id(b)
|
||||
str(str)
|
||||
[ 8] rule(32) (n=2)
|
||||
[ 8] rule(5) (n=2)
|
||||
id(c)
|
||||
[ 8] literal str(a very long str that will not be interned)
|
||||
[ 9] rule(32) (n=2)
|
||||
[ 9] rule(5) (n=2)
|
||||
id(d)
|
||||
bytes(bytes)
|
||||
[ 10] rule(32) (n=2)
|
||||
[ 10] rule(5) (n=2)
|
||||
id(e)
|
||||
[ 10] literal bytes(a very long bytes that will not be interned)
|
||||
[ 11] rule(32) (n=2)
|
||||
[ 11] rule(5) (n=2)
|
||||
id(f)
|
||||
[ 11] literal \.\+
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user