Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 7 Oct 2014 15:14:18 +0000 (16:14 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 7 Oct 2014 15:14:18 +0000 (16:14 +0100)
commit4f2693e35733b682fc641220bb8896f8041f2757
tree6c03b0d8c5b4bca5a2e4358ae4d0d6e1f301870a
parent90824742063912636c1126abcd66490c43d195a4
Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)

Some people tweak their JSON (or YAML) modules to format things
differently by default, so roundtrip the expected data through a
load/dump to make sure it's formatted thes same.
Changes
t/23json.t
t/24yaml.t