Per https://reviews.bitcoinabc.org/D1291, you can see that running a push opcode prior to a group of bytes sometimes did not push the intended number of bytes. This can unintentionally allow the test to pass, when it should have failed. Ensuring that the code which parses script_tests.json enforces that groups of bytes are pushed properly will resolve this issue in the future.
Description
Description