tests/cmdline: Update cmd_parsetree test for changes to grammar order.

pull/2872/head
Damien George 2017-02-15 11:55:31 +11:00
rodzic 71019ae4f5
commit 0ec957d7c5
1 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -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 \.\+
----------------