Ryan X. Charles 65b03282c9
newlines in strings are invalid JSON
Although script_valid.json and script_invalid.json are loaded correctly by the
JSON interpreter used by bitcoin core, these same files are often used by other
libraries and do not necessarily load correctly due to the fact that newlines
contained inside strings are not valid and must instead use the escape
character \n. The files tx_valid.json and tx_invalid.json handle this
correctly, so I've changed the formatting in script_valid.json and
script_invalid.json to mirror those files.
2014-12-02 10:02:44 -08:00
..
2014-08-19 10:28:58 -04:00
2014-03-18 10:20:55 +01:00
2014-03-31 11:19:19 -03:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00
2014-08-19 23:15:58 -04:00
2014-06-02 10:54:20 +02:00
2014-08-19 23:15:58 -04:00

Description

This directory contains data-driven tests for various aspects of Bitcoin.

License

The data files in this directory are

Copyright (c) 2012-2014 The Bitcoin Core developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.