Browse Source

Remove newlines from JSON strings

Newlines in JSON strings are against the JSON spec,
so remove them from the script*.json unit tests to
make python's jsonrpc happy (json::spirit didn't care).
miguelfreitas
Gavin Andresen 13 years ago
parent
commit
4e6e3293ff
  1. 35
      src/test/data/script_invalid.json
  2. 56
      src/test/data/script_valid.json

35
src/test/data/script_invalid.json

File diff suppressed because one or more lines are too long

56
src/test/data/script_valid.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save