Skip to content

Commit b5ad7f9

Browse files
committed
update expected data for test
skip all the byecode hex data, it's adequately checked by the disassembly just below This was tripped up because in exactly the right conditions some qstr could be of the form 'xx 63' and make the expression `\.\+63` match something other than what was intended. This test was re-worked upstream for mpy version 6 so it'll be a conflict to resolve when we get to that. :-/
1 parent a9c987d commit b5ad7f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/cmdline/cmd_parsetree.py.exp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
File cmdline/cmd_parsetree.py, code block '<module>' (descriptor: \.\+, bytecode @\.\+ bytes)
4343
Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
4444
########
45-
\.\+63
4645
arg names:
4746
(N_STATE 5)
4847
(N_EXC_STACK 0)

0 commit comments

Comments
 (0)