print actual values

This commit is contained in:
Alex Groce
2018-09-05 12:41:59 -07:00
parent c00c11f5f2
commit 3978ea0fe9

View File

@@ -171,7 +171,7 @@ def main():
v1 = (currentTest[b1], currentTest[b1+1])
v2 = (currentTest[b2], currentTest[b2+1])
if v1 == v2:
print("BYTE SEQUENCE MATCH AT", b1, b2)
print("BYTE SEQUENCE MATCH AT", b1, b2, v1)
if changed:
currentTest = newTest