8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b67a0b commit dea170cCopy full SHA for dea170c
decoder.py
@@ -55,7 +55,7 @@
55
STACK_BEGIN = '>>>stack>>>'
56
STACK_END = '<<<stack<<<'
57
STACK_REGEX = re.compile(
58
- '^(?P<off>[0-9a-f]+):\W+(?P<c1>[0-9a-f]+) (?P<c2>[0-9a-f]+) (?P<c3>[0-9a-f]+) (?P<c4>[0-9a-f]+)$')
+ '^(?P<off>[0-9a-f]+):\W+(?P<c1>[0-9a-f]+) (?P<c2>[0-9a-f]+) (?P<c3>[0-9a-f]+) (?P<c4>[0-9a-f]+)(\W.*)?$')
59
60
StackLine = namedtuple("StackLine", ["offset", "content"])
61
0 commit comments