diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-17 12:29:51 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-17 12:29:51 +1100 |
commit | c889f01b8d72cb72dd4a8c627c43cd5f66c3d4d9 (patch) | |
tree | f103c8e61aaab6cdf12fa389f29342fa5e1cae55 | |
parent | 534b7c368dc2af7720f3aaed0c936ef46d773957 (diff) | |
download | micropython-c889f01b8d72cb72dd4a8c627c43cd5f66c3d4d9.tar.gz micropython-c889f01b8d72cb72dd4a8c627c43cd5f66c3d4d9.zip |
tests/cmdline/cmd_parsetree: Update to work with changes to grammar.
-rw-r--r-- | tests/cmdline/cmd_parsetree.py.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cmdline/cmd_parsetree.py.exp b/tests/cmdline/cmd_parsetree.py.exp index 17e4c9638c..36f1f1b271 100644 --- a/tests/cmdline/cmd_parsetree.py.exp +++ b/tests/cmdline/cmd_parsetree.py.exp @@ -1,15 +1,15 @@ ---------------- [ 4] rule(1) (n=8) - tok(5) + tok(4) [ 4] rule(22) (n=4) id(i) -[ 4] rule(46) (n=1) +[ 4] rule(45) (n=1) NULL [ 5] rule(8) (n=0) NULL [ 6] rule(5) (n=2) id(a) - tok(15) + tok(14) [ 7] rule(5) (n=2) id(b) str(str) |