Browse Source
This splits the output comparison for `bitcoin-tx` into two steps: - First, check for data mismatch, parsing the data as json or hex depending on the extension of the output file - Then, check if the literal string matches For either of these cases give a different error. This prevents wild goose chases when e.g. a trailing space doesn't match exactly, and makes sure that both test output and examples are valid data of the purported format.0.14
Wladimir J. van der Laan
8 years ago
1 changed files with 27 additions and 3 deletions
Loading…
Reference in new issue