Skip to content

Commit f71831d

Browse files
committed
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 29a4364 commit f71831d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/cmdline/cmd_showbc.py.exp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
File cmdline/cmd_showbc.py, code block '<module>' (descriptor: \.\+, bytecode @\.\+ bytes)
22
Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+):
33
########
4-
\.\+63
54
arg names:
65
(N_STATE 3)
76
(N_EXC_STACK 0)

0 commit comments

Comments
 (0)