commit | bd4e37c36640c23ffcd269688230dee8c1de5a0a | [log] [tgz] |
---|---|---|
author | mattclegg <cleggmatt@gmail.com> | Thu Apr 14 09:36:47 2016 +0100 |
committer | mattclegg <cleggmatt@gmail.com> | Thu Apr 14 10:41:39 2016 +0100 |
tree | 144fd7e9bb747fc8e29ef54a2d9c09e9b14df238 | |
parent | 700b18ed0e48952155ee65a01b0214e5f45b9dc4 [diff] [blame] |
Add test for '--no-sort-keys'
diff --git a/testing/resources/unsorted_pretty_formatted_json.json b/testing/resources/unsorted_pretty_formatted_json.json new file mode 100644 index 0000000..fe8bf5e --- /dev/null +++ b/testing/resources/unsorted_pretty_formatted_json.json
@@ -0,0 +1,9 @@ +{ + "foo": "bar", + "alist": [ + 34, + 2, + 234 + ], + "blah": null +}