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).
This commit is contained in:
Gavin Andresen 2012-05-25 13:58:44 -04:00
parent 325e5c3ef0
commit 4e6e3293ff
2 changed files with 11 additions and 80 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long