Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9adf2e4

Browse files
author
jbbjarnason
committed
tests/cmdline/cmd_parsetree: Fix test after change to grammar.
1 parent 60aeba6 commit 9adf2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cmdline/cmd_parsetree.py.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
id(h)
3333
[ 13] \(rule\|atom_expr_normal\)(44) (n=2)
3434
[ 13] literal const(\.\+)
35-
[ 13] \(rule\|atom_expr_trailers\)(142) (n=2)
35+
[ 13] atom_expr_trailers(143) (n=2)
3636
[ 13] \(rule\|trailer_period\)(50) (n=1)
3737
id(format)
3838
[ 13] \(rule\|trailer_paren\)(48) (n=1)
39-
[ 13] \(rule\|arglist\)(164) (n=1)
39+
[ 13] arglist(165) (n=1)
4040
id(b)
4141
----------------
4242
File cmdline/cmd_parsetree.py, code block '<module>' (descriptor: \.\+, bytecode @\.\+ 62 bytes)

0 commit comments

Comments
 (0)