diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4eee9b4a0..e232e1dbb 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -93,24 +93,22 @@ endif() include(ExternalData) set(ExternalData_URL_TEMPLATES - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/big-list-of-naughty-strings/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/cbor_regression/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/json-patch-tests/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/json.org/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/json_nlohmann_tests/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/json_roundtrip/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/json_tests/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/json_testsuite/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/markus_kuhn/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/nst_json_testsuite/test_parsing/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/nst_json_testsuite2/test_parsing/%(hash)" - "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/regression/%(hash)" + "https://github.com/theodelrieu/cmake_external_data/raw/master/json/%(algo)/%(hash)" ) +set(ExternalData_BINARY_ROOT ${CMAKE_BINARY_DIR}/data) -# Force download of every test file -ExternalData_Expand_Arguments(json_test_data _ DATA{data/,RECURSE:,REGEX:.*}) +ExternalData_Expand_Arguments(json_test_data _ DATA{data/json_data.zip}) ExternalData_Add_Target(json_test_data) +add_custom_target(unzip_json_test_data) +add_dependencies(unzip_json_test_data json_test_data) +add_custom_command(TARGET unzip_json_test_data PRE_BUILD + COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_CURRENT_BINARY_DIR}/data/ + COMMAND ${CMAKE_COMMAND} -E tar xzf ${CMAKE_BINARY_DIR}/data/test/data/json_data.zip ${CMAKE_CURRENT_BINARY_DIR}/data + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} +COMMENT "Unpacking json test data..." +VERBATIM) + file(GLOB files "src/unit-*.cpp") foreach(file ${files}) get_filename_component(file_basename ${file} NAME_WE) @@ -155,5 +153,5 @@ foreach(file ${files}) set_tests_properties("${testcase}_valgrind" PROPERTIES LABELS "valgrind") endif() - add_dependencies(${testcase} json_test_data) + add_dependencies(${testcase} unzip_json_test_data) endforeach() diff --git a/test/data/big-list-of-naughty-strings/LICENSE b/test/data/big-list-of-naughty-strings/LICENSE deleted file mode 100644 index 3a0416426..000000000 --- a/test/data/big-list-of-naughty-strings/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Max Woolf - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/test/data/big-list-of-naughty-strings/blns.json.sha256 b/test/data/big-list-of-naughty-strings/blns.json.sha256 deleted file mode 100644 index b217383e7..000000000 --- a/test/data/big-list-of-naughty-strings/blns.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ea2e2a76f7ba084b93bbb43479e44dd22fdaa1c403502e868c081408c5e5f66 \ No newline at end of file diff --git a/test/data/cbor_regression/test01.sha256 b/test/data/cbor_regression/test01.sha256 deleted file mode 100644 index 9100e4fac..000000000 --- a/test/data/cbor_regression/test01.sha256 +++ /dev/null @@ -1 +0,0 @@ -4c9942d3d7db0f470b9faa46c811a52046d3f391b382747a4d1e0922c76a87ca \ No newline at end of file diff --git a/test/data/cbor_regression/test02.sha256 b/test/data/cbor_regression/test02.sha256 deleted file mode 100644 index be30cbba1..000000000 --- a/test/data/cbor_regression/test02.sha256 +++ /dev/null @@ -1 +0,0 @@ -b0558456ed284a9c6301c1fc265ffb8ae9f720bc0a83b2d4af121e77e67e6427 \ No newline at end of file diff --git a/test/data/cbor_regression/test03.sha256 b/test/data/cbor_regression/test03.sha256 deleted file mode 100644 index 04b558975..000000000 --- a/test/data/cbor_regression/test03.sha256 +++ /dev/null @@ -1 +0,0 @@ -54e9e6a4ea427f8b294cc85eec5614519e775fc196a86a7456394f288d8ae28a \ No newline at end of file diff --git a/test/data/cbor_regression/test04.sha256 b/test/data/cbor_regression/test04.sha256 deleted file mode 100644 index 722e98c12..000000000 --- a/test/data/cbor_regression/test04.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b2a7940620935c2813c0a8fcbca4117cfac3f7471a92a1c5f6d77e420f57269 \ No newline at end of file diff --git a/test/data/cbor_regression/test05.sha256 b/test/data/cbor_regression/test05.sha256 deleted file mode 100644 index 46c513d6c..000000000 --- a/test/data/cbor_regression/test05.sha256 +++ /dev/null @@ -1 +0,0 @@ -cf5dad6f0dc030863318689482d867b9282edd1d88db645f2c5fbeee8d8459f2 \ No newline at end of file diff --git a/test/data/cbor_regression/test06.sha256 b/test/data/cbor_regression/test06.sha256 deleted file mode 100644 index 36ee8ebd7..000000000 --- a/test/data/cbor_regression/test06.sha256 +++ /dev/null @@ -1 +0,0 @@ -af099af08cc608bcaa986ab1395c6c6a3de1a130e039552b54a106233b5e17ad \ No newline at end of file diff --git a/test/data/cbor_regression/test07.sha256 b/test/data/cbor_regression/test07.sha256 deleted file mode 100644 index 65df8e74b..000000000 --- a/test/data/cbor_regression/test07.sha256 +++ /dev/null @@ -1 +0,0 @@ -77e598866dc02bc2dfefa1a52749af73130289bba2fba09b03993187f15735a4 \ No newline at end of file diff --git a/test/data/cbor_regression/test08.sha256 b/test/data/cbor_regression/test08.sha256 deleted file mode 100644 index 32291e0bf..000000000 --- a/test/data/cbor_regression/test08.sha256 +++ /dev/null @@ -1 +0,0 @@ -1ba4afaaa2850cb91ac3d2cb49b9dd2ecdd3430bcbda6a153529c28ab0ed008f \ No newline at end of file diff --git a/test/data/cbor_regression/test09.sha256 b/test/data/cbor_regression/test09.sha256 deleted file mode 100644 index 59929a7ba..000000000 --- a/test/data/cbor_regression/test09.sha256 +++ /dev/null @@ -1 +0,0 @@ -49ebc900f8c9723c5f62487bae51db507dd8bac797abb5416075f5d495dc51f0 \ No newline at end of file diff --git a/test/data/cbor_regression/test10.sha256 b/test/data/cbor_regression/test10.sha256 deleted file mode 100644 index 50d0aa9ee..000000000 --- a/test/data/cbor_regression/test10.sha256 +++ /dev/null @@ -1 +0,0 @@ -620a853fb1261b0bd12748efb46f38eac2c70a1bed550562f9332e7f730ef7d4 \ No newline at end of file diff --git a/test/data/cbor_regression/test11.sha256 b/test/data/cbor_regression/test11.sha256 deleted file mode 100644 index 3f8265ec4..000000000 --- a/test/data/cbor_regression/test11.sha256 +++ /dev/null @@ -1 +0,0 @@ -0df5fc1b391a555ca59a9d2cdff7a731c28e96f814051cb13b80eee39f7ff00e \ No newline at end of file diff --git a/test/data/cbor_regression/test12.sha256 b/test/data/cbor_regression/test12.sha256 deleted file mode 100644 index c55f01db5..000000000 --- a/test/data/cbor_regression/test12.sha256 +++ /dev/null @@ -1 +0,0 @@ -4bce5f7dc5b314aaa90d6e30f4e936489b7f9f0b327e006bbba81ceeb8c79224 \ No newline at end of file diff --git a/test/data/cbor_regression/test13.sha256 b/test/data/cbor_regression/test13.sha256 deleted file mode 100644 index c6fa229da..000000000 --- a/test/data/cbor_regression/test13.sha256 +++ /dev/null @@ -1 +0,0 @@ -837d6de2eb3e3392aaf63c1e1cf518855b8990fd5b10e8e51f572be4cabceae7 \ No newline at end of file diff --git a/test/data/cbor_regression/test14.sha256 b/test/data/cbor_regression/test14.sha256 deleted file mode 100644 index 29a8864db..000000000 --- a/test/data/cbor_regression/test14.sha256 +++ /dev/null @@ -1 +0,0 @@ -072ec7eaac2c09f2c82037089f01775ee3b465b2551da87fcf341aaaf17a9acc \ No newline at end of file diff --git a/test/data/cbor_regression/test15.sha256 b/test/data/cbor_regression/test15.sha256 deleted file mode 100644 index 3ee2521c9..000000000 --- a/test/data/cbor_regression/test15.sha256 +++ /dev/null @@ -1 +0,0 @@ -3d309d17c75cb989abb9a6e775ca7d480ae7d13460c6801538ce9b3afe01c16b \ No newline at end of file diff --git a/test/data/cbor_regression/test16.sha256 b/test/data/cbor_regression/test16.sha256 deleted file mode 100644 index a207dfad1..000000000 --- a/test/data/cbor_regression/test16.sha256 +++ /dev/null @@ -1 +0,0 @@ -92adf1f61f37e431b3fd4d923d54a2e998152164f6d7e8f81d3fdfacc0c6d016 \ No newline at end of file diff --git a/test/data/cbor_regression/test17.sha256 b/test/data/cbor_regression/test17.sha256 deleted file mode 100644 index 2fd467a63..000000000 --- a/test/data/cbor_regression/test17.sha256 +++ /dev/null @@ -1 +0,0 @@ -67f44b58d0fca85ce58e8617759591bd8c7e6fdbb3628d20f2769e0a968792b1 \ No newline at end of file diff --git a/test/data/cbor_regression/test18.sha256 b/test/data/cbor_regression/test18.sha256 deleted file mode 100644 index 923c9650f..000000000 --- a/test/data/cbor_regression/test18.sha256 +++ /dev/null @@ -1 +0,0 @@ -499c8d5dda964353cd620f7d3bbba5b5be614fc547d26e062daa9ad7333646db \ No newline at end of file diff --git a/test/data/cbor_regression/test19.sha256 b/test/data/cbor_regression/test19.sha256 deleted file mode 100644 index 4ec8e479c..000000000 --- a/test/data/cbor_regression/test19.sha256 +++ /dev/null @@ -1 +0,0 @@ -cc4813bef02b0cabbc973f32aa612d0bac8a80e5a7e593db6f7b454921b8730c \ No newline at end of file diff --git a/test/data/cbor_regression/test20.sha256 b/test/data/cbor_regression/test20.sha256 deleted file mode 100644 index c48695ddd..000000000 --- a/test/data/cbor_regression/test20.sha256 +++ /dev/null @@ -1 +0,0 @@ -995f6070ab65101299a8ce5310aa562b3f5554c5f22c04ee3a51efcfce25fc73 \ No newline at end of file diff --git a/test/data/cbor_regression/test21.sha256 b/test/data/cbor_regression/test21.sha256 deleted file mode 100644 index a811a584c..000000000 --- a/test/data/cbor_regression/test21.sha256 +++ /dev/null @@ -1 +0,0 @@ -87e94a78efc6f39930964478536e0beed1150a6dee64c7f29c55952671086fd6 \ No newline at end of file diff --git a/test/data/json-patch-tests/README.md b/test/data/json-patch-tests/README.md deleted file mode 100755 index fb9e44784..000000000 --- a/test/data/json-patch-tests/README.md +++ /dev/null @@ -1,75 +0,0 @@ -JSON Patch Tests -================ - -These are test cases for implementations of [IETF JSON Patch (RFC6902)](http://tools.ietf.org/html/rfc6902). - -Some implementations can be found at [jsonpatch.com](http://jsonpatch.com). - - -Test Format ------------ - -Each test file is a JSON document that contains an array of test records. A -test record is an object with the following members: - -- doc: The JSON document to test against -- patch: The patch(es) to apply -- expected: The expected resulting document, OR -- error: A string describing an expected error -- comment: A string describing the test -- disabled: True if the test should be skipped - -All fields except 'doc' and 'patch' are optional. Test records consisting only -of a comment are also OK. - - -Files ------ - -- tests.json: the main test file -- spec_tests.json: tests from the RFC6902 spec - - -Writing Tests -------------- - -All tests should have a descriptive comment. Tests should be as -simple as possible - just what's required to test a specific piece of -behavior. If you want to test interacting behaviors, create tests for -each behavior as well as the interaction. - -If an 'error' member is specified, the error text should describe the -error the implementation should raise - *not* what's being tested. -Implementation error strings will vary, but the suggested error should -be easily matched to the implementation error string. Try to avoid -creating error tests that might pass because an incorrect error was -reported. - -Please feel free to contribute! - - -Credits -------- - -The seed test set was adapted from Byron Ruth's -[jsonpatch-js](https://github.com/bruth/jsonpatch-js/blob/master/test.js) and -extended by [Mike McCabe](https://github.com/mikemccabe). - - -License -------- - - Copyright 2014 The Authors - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/test/data/json-patch-tests/spec_tests.json.sha256 b/test/data/json-patch-tests/spec_tests.json.sha256 deleted file mode 100644 index d37a9cfa2..000000000 --- a/test/data/json-patch-tests/spec_tests.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a26b050292207033e5cccc5d6102b7bd6f8add7db0d0680e5d46a7ecf40a8c7b \ No newline at end of file diff --git a/test/data/json-patch-tests/tests.json.sha256 b/test/data/json-patch-tests/tests.json.sha256 deleted file mode 100644 index acbbc778a..000000000 --- a/test/data/json-patch-tests/tests.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -76e630779fbf544b13caf573daf9f4a10b06f142ca361eae0139383d713e258c \ No newline at end of file diff --git a/test/data/json.org/1.json.cbor.sha256 b/test/data/json.org/1.json.cbor.sha256 deleted file mode 100644 index d0c638dc6..000000000 --- a/test/data/json.org/1.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -7a5a294c922bf20d55be4faf9387b3c9dc0f774e0af80c5b7c1c494f8022c6c4 \ No newline at end of file diff --git a/test/data/json.org/1.json.msgpack.sha256 b/test/data/json.org/1.json.msgpack.sha256 deleted file mode 100644 index e3e225211..000000000 --- a/test/data/json.org/1.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -082e673e1c1ff2320d77d479592b4e8d707f3aa8c20cebf57419098ebd62700c \ No newline at end of file diff --git a/test/data/json.org/1.json.sha256 b/test/data/json.org/1.json.sha256 deleted file mode 100644 index 285f22e64..000000000 --- a/test/data/json.org/1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b03c70f84fecd61f88de1d480a6b151157db38d1459d79fcb08046189946e6ae \ No newline at end of file diff --git a/test/data/json.org/1.json.ubjson.sha256 b/test/data/json.org/1.json.ubjson.sha256 deleted file mode 100644 index aaf9c8429..000000000 --- a/test/data/json.org/1.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -b8f72b0a8950a1d8482b6c3817cfefdb46fb99907f6287dc03da7beb977e654d \ No newline at end of file diff --git a/test/data/json.org/2.json.cbor.sha256 b/test/data/json.org/2.json.cbor.sha256 deleted file mode 100644 index fbda05d2f..000000000 --- a/test/data/json.org/2.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -d5fe04fd16232fa122c47e97fb185c53061a32fba129db70cb8de728ffd56107 \ No newline at end of file diff --git a/test/data/json.org/2.json.msgpack.sha256 b/test/data/json.org/2.json.msgpack.sha256 deleted file mode 100644 index 4a0a9fc66..000000000 --- a/test/data/json.org/2.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6506acea14e48cdb2b7b895f4b9cd2f69d17163f610b1b1e288aaceb3ce67804 \ No newline at end of file diff --git a/test/data/json.org/2.json.sha256 b/test/data/json.org/2.json.sha256 deleted file mode 100644 index 0f70f3fed..000000000 --- a/test/data/json.org/2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bcf0193107b78a8835fe4bbbee161caa6d803d709cff043f2a1191a49d117c7b \ No newline at end of file diff --git a/test/data/json.org/2.json.ubjson.sha256 b/test/data/json.org/2.json.ubjson.sha256 deleted file mode 100644 index 831a723b8..000000000 --- a/test/data/json.org/2.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -64ec80bb29013170da233dec8e9115ad269404a035406532c0bd641d12604f30 \ No newline at end of file diff --git a/test/data/json.org/3.json.cbor.sha256 b/test/data/json.org/3.json.cbor.sha256 deleted file mode 100644 index 4cb2edba2..000000000 --- a/test/data/json.org/3.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -1257e19ef695e617bd123cb36acf7af6089dd37256fb25728943beffb1d46b70 \ No newline at end of file diff --git a/test/data/json.org/3.json.msgpack.sha256 b/test/data/json.org/3.json.msgpack.sha256 deleted file mode 100644 index f016e97b2..000000000 --- a/test/data/json.org/3.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -e31ca6f72247bc410b2d85e62acbea3ef41e04c6907cdaf5b981bd4d79bcd33d \ No newline at end of file diff --git a/test/data/json.org/3.json.sha256 b/test/data/json.org/3.json.sha256 deleted file mode 100644 index 6abba9e80..000000000 --- a/test/data/json.org/3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3e1c61bf41db079a61c1e6ab02bb9b0e4391bee0c3d37171b0ff33062b7bbb14 \ No newline at end of file diff --git a/test/data/json.org/3.json.ubjson.sha256 b/test/data/json.org/3.json.ubjson.sha256 deleted file mode 100644 index 654a698d6..000000000 --- a/test/data/json.org/3.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -192242979723cd2c8022915eaf67703e18edb6dfdcd9886a3f6679a4df031a54 \ No newline at end of file diff --git a/test/data/json.org/4.json.cbor.sha256 b/test/data/json.org/4.json.cbor.sha256 deleted file mode 100644 index dff818484..000000000 --- a/test/data/json.org/4.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ed77d9a31ac8fccde3f72bc5f3ee5e3d6cd33b502797724eac7ee7941c6059e3 \ No newline at end of file diff --git a/test/data/json.org/4.json.msgpack.sha256 b/test/data/json.org/4.json.msgpack.sha256 deleted file mode 100644 index f93a60708..000000000 --- a/test/data/json.org/4.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -165fc1fc8d88d8b0b7582de8adba35fb532a11da8b2cef9b8d5dcce6fdb733df \ No newline at end of file diff --git a/test/data/json.org/4.json.sha256 b/test/data/json.org/4.json.sha256 deleted file mode 100644 index ccb26160a..000000000 --- a/test/data/json.org/4.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a544d810cdc6b2ac744ff936c61ea9867de9769ba92df0a3638e8df50f2f8158 \ No newline at end of file diff --git a/test/data/json.org/4.json.ubjson.sha256 b/test/data/json.org/4.json.ubjson.sha256 deleted file mode 100644 index 3d9e92ecf..000000000 --- a/test/data/json.org/4.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -9a718353e1354bfe0629705cff897c079fdcf62d1549ea377565bcc31bbe9df8 \ No newline at end of file diff --git a/test/data/json.org/5.json.cbor.sha256 b/test/data/json.org/5.json.cbor.sha256 deleted file mode 100644 index 6ddb2256b..000000000 --- a/test/data/json.org/5.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -5cd9c486667061e1acbe801311eb48603ceeddfa1a161eda67b62c6f3c78bfb1 \ No newline at end of file diff --git a/test/data/json.org/5.json.msgpack.sha256 b/test/data/json.org/5.json.msgpack.sha256 deleted file mode 100644 index 0f1dfbf6a..000000000 --- a/test/data/json.org/5.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -daae5cb8a32cf35f00b375606730c5d21edd835f5b3697b5e35376fb0d479008 \ No newline at end of file diff --git a/test/data/json.org/5.json.sha256 b/test/data/json.org/5.json.sha256 deleted file mode 100644 index 482d97695..000000000 --- a/test/data/json.org/5.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ca990bbe9072b74a586d35691094a752e1327f3f322367acde3f3c9775ffb17e \ No newline at end of file diff --git a/test/data/json.org/5.json.ubjson.sha256 b/test/data/json.org/5.json.ubjson.sha256 deleted file mode 100644 index a8d78de24..000000000 --- a/test/data/json.org/5.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -cbece156ebf8dcb0275702f04c25872cc3de473fde665ea09a407fd7005c6776 \ No newline at end of file diff --git a/test/data/json_data.zip.sha256 b/test/data/json_data.zip.sha256 new file mode 100644 index 000000000..895aa17c3 --- /dev/null +++ b/test/data/json_data.zip.sha256 @@ -0,0 +1 @@ +a8d231c924d7dd5a016f8a5addf95b6b0ed71cde90daa4b085e0f4bb7740e00b diff --git a/test/data/json_nlohmann_tests/all_unicode.json.cbor.sha256 b/test/data/json_nlohmann_tests/all_unicode.json.cbor.sha256 deleted file mode 100644 index 087d7487b..000000000 --- a/test/data/json_nlohmann_tests/all_unicode.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -60913691c50904fc27d997c3e5887a58274087b34dc35786ad1c6ad379f1a016 \ No newline at end of file diff --git a/test/data/json_nlohmann_tests/all_unicode.json.msgpack.sha256 b/test/data/json_nlohmann_tests/all_unicode.json.msgpack.sha256 deleted file mode 100644 index d7bd7e1a5..000000000 --- a/test/data/json_nlohmann_tests/all_unicode.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -25f1cefa27219fea0df2b08fa182dec1647c5870a3b258455cd7617ea9e9773b \ No newline at end of file diff --git a/test/data/json_nlohmann_tests/all_unicode.json.sha256 b/test/data/json_nlohmann_tests/all_unicode.json.sha256 deleted file mode 100644 index 349a02672..000000000 --- a/test/data/json_nlohmann_tests/all_unicode.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4722e1348ee7931d4099ec5d6bddada335bae416ffd37a159a669b48e3c8d251 \ No newline at end of file diff --git a/test/data/json_nlohmann_tests/all_unicode.json.ubjson.sha256 b/test/data/json_nlohmann_tests/all_unicode.json.ubjson.sha256 deleted file mode 100644 index 0e7db02bd..000000000 --- a/test/data/json_nlohmann_tests/all_unicode.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -13dae88a4904da24516c4587a4c79b9f37d3af014a65930758928e34351c5d13 \ No newline at end of file diff --git a/test/data/json_nlohmann_tests/all_unicode_ascii.json.sha256 b/test/data/json_nlohmann_tests/all_unicode_ascii.json.sha256 deleted file mode 100644 index f393e31f5..000000000 --- a/test/data/json_nlohmann_tests/all_unicode_ascii.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1ebda847467c2b491d945ef5eb28c6828d2793416a6f62b09cb374163772a895 \ No newline at end of file diff --git a/test/data/json_nlohmann_tests/bom.json.sha256 b/test/data/json_nlohmann_tests/bom.json.sha256 deleted file mode 100644 index 81ee4d82c..000000000 --- a/test/data/json_nlohmann_tests/bom.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a0c352dc33656abfe54a532748a103522729c699b9d8ba9d06eaa34457fd6544 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip01.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip01.json.cbor.sha256 deleted file mode 100644 index 6bf479f80..000000000 --- a/test/data/json_roundtrip/roundtrip01.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -d37a9083fed1fd83f9cbc9e828d6ba77414bbc4157dee32e2b973c94f8dfb3a2 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip01.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip01.json.msgpack.sha256 deleted file mode 100644 index 5f439ecc6..000000000 --- a/test/data/json_roundtrip/roundtrip01.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -ba3c63c2b85eb22eaf8c7a61cf2c72d34d0968c3556eef3f74b94052bf587412 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip01.json.sha256 b/test/data/json_roundtrip/roundtrip01.json.sha256 deleted file mode 100644 index 54c1c73d7..000000000 --- a/test/data/json_roundtrip/roundtrip01.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d8fc6ceb1f94c6326d6d5483d258fcb2e179e9869325b245d105c2219bf69fd \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip01.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip01.json.ubjson.sha256 deleted file mode 100644 index 2469d836e..000000000 --- a/test/data/json_roundtrip/roundtrip01.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -4ea3c0a00627680bac5057bf7ad0c7522ffbfe3e53560c1a6c979c3b6b5f41ce \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip02.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip02.json.cbor.sha256 deleted file mode 100644 index f2dd07463..000000000 --- a/test/data/json_roundtrip/roundtrip02.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8226e9c1e23220f9d0bd31808a0acd488995205a657445301e7e4b8e69c9c1b4 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip02.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip02.json.msgpack.sha256 deleted file mode 100644 index b0a460c8b..000000000 --- a/test/data/json_roundtrip/roundtrip02.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8f8874de0fd5126068520065b9c01cf7a821cf1f1b84f346dd706e98a56c638f \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip02.json.sha256 b/test/data/json_roundtrip/roundtrip02.json.sha256 deleted file mode 100644 index 7caa2b083..000000000 --- a/test/data/json_roundtrip/roundtrip02.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c28f2eb0958c3d15db1f0f0e7f2b8998ca2b8f67ab426a1fbb3d561fe76fad9 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip02.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip02.json.ubjson.sha256 deleted file mode 100644 index f173d5dd6..000000000 --- a/test/data/json_roundtrip/roundtrip02.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -74c17e2a340b29b3ba7732fe1f4c161569b4936057d4a6f7ac815ef23edbd125 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip03.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip03.json.cbor.sha256 deleted file mode 100644 index 1d46188e8..000000000 --- a/test/data/json_roundtrip/roundtrip03.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -729b2a4e25b87556c002530dd3132821d83afb35d1ca0af8d858719e502616e2 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip03.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip03.json.msgpack.sha256 deleted file mode 100644 index 8539fa197..000000000 --- a/test/data/json_roundtrip/roundtrip03.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8ccd612937023675de7fc67ff40863cc56d4975dff0f995ffe593826cc7a3e3f \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip03.json.sha256 b/test/data/json_roundtrip/roundtrip03.json.sha256 deleted file mode 100644 index 7dbbdbd66..000000000 --- a/test/data/json_roundtrip/roundtrip03.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -456e2e3fa05ee1e2f4e529558008ce162bbd388a9dd4a923c79543a4a1dba618 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip03.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip03.json.ubjson.sha256 deleted file mode 100644 index 832ae3547..000000000 --- a/test/data/json_roundtrip/roundtrip03.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -5a9390001cff9e129803228e2419de9f29788d637f89371b7f42fdbf18b79bea \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip04.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip04.json.cbor.sha256 deleted file mode 100644 index 842a181ff..000000000 --- a/test/data/json_roundtrip/roundtrip04.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -9037f92bc91fdcc764a89d9144c341d887ffc83351cc8cf0530555c89920a47d \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip04.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip04.json.msgpack.sha256 deleted file mode 100644 index d84f9693c..000000000 --- a/test/data/json_roundtrip/roundtrip04.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d25d76040a1e986b1d60f2cf3209a81bfbf32007d63ff461535a9d73d90ebf4 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip04.json.sha256 b/test/data/json_roundtrip/roundtrip04.json.sha256 deleted file mode 100644 index 75e89841a..000000000 --- a/test/data/json_roundtrip/roundtrip04.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d0bca111f8628137adc4c16f123496dcdd1d590d06cb5d9acd68b39fe656fb97 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip04.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip04.json.ubjson.sha256 deleted file mode 100644 index d119064bf..000000000 --- a/test/data/json_roundtrip/roundtrip04.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -0286c25d3712308ca150e93b5100be3a7c97cd79388a740f4377433277e9913c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip05.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip05.json.cbor.sha256 deleted file mode 100644 index 0b19865be..000000000 --- a/test/data/json_roundtrip/roundtrip05.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -1444d11aa9773a7af9918293db6570ff4402cfb095b45dca24ecab6e80c1d1eb \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip05.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip05.json.msgpack.sha256 deleted file mode 100644 index 68529c19e..000000000 --- a/test/data/json_roundtrip/roundtrip05.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -544359b19c4566cef117f55a27aff340943968ffaf6de25d4e784612ae2b0b68 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip05.json.sha256 b/test/data/json_roundtrip/roundtrip05.json.sha256 deleted file mode 100644 index de1f9cc6d..000000000 --- a/test/data/json_roundtrip/roundtrip05.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -94edc6173bb7fdb250660a8d91b5ff93cba1bf90e618c7893dd78660cc909bda \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip05.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip05.json.ubjson.sha256 deleted file mode 100644 index 979cfcc8d..000000000 --- a/test/data/json_roundtrip/roundtrip05.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -38dd14c4da47b9d8e33fbc6c19ab6f4171cc8bd3cd3d5040556d2ed8a1d91443 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip06.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip06.json.cbor.sha256 deleted file mode 100644 index ba05e0af6..000000000 --- a/test/data/json_roundtrip/roundtrip06.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip06.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip06.json.msgpack.sha256 deleted file mode 100644 index c5bc2eac4..000000000 --- a/test/data/json_roundtrip/roundtrip06.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e076ceaf246b6003d9c2680a2b4cf0bffd069805902b0b5edeebf49039fe4bd \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip06.json.sha256 b/test/data/json_roundtrip/roundtrip06.json.sha256 deleted file mode 100644 index 3a6a6491d..000000000 --- a/test/data/json_roundtrip/roundtrip06.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip06.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip06.json.ubjson.sha256 deleted file mode 100644 index 3a6a6491d..000000000 --- a/test/data/json_roundtrip/roundtrip06.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip07.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip07.json.cbor.sha256 deleted file mode 100644 index dc689376d..000000000 --- a/test/data/json_roundtrip/roundtrip07.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -c19a797fa1fd590cd2e5b42d1cf5f246e29b91684e2f87404b81dc345c7a56a0 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip07.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip07.json.msgpack.sha256 deleted file mode 100644 index ba05e0af6..000000000 --- a/test/data/json_roundtrip/roundtrip07.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip07.json.sha256 b/test/data/json_roundtrip/roundtrip07.json.sha256 deleted file mode 100644 index 4cf11bfae..000000000 --- a/test/data/json_roundtrip/roundtrip07.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip07.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip07.json.ubjson.sha256 deleted file mode 100644 index 4cf11bfae..000000000 --- a/test/data/json_roundtrip/roundtrip07.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip08.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip08.json.cbor.sha256 deleted file mode 100644 index 522ed3973..000000000 --- a/test/data/json_roundtrip/roundtrip08.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -7be4753cd54111abb56c944c5959d60bf79da015cf82a3ea402e680090fec99c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip08.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip08.json.msgpack.sha256 deleted file mode 100644 index 56fc242e0..000000000 --- a/test/data/json_roundtrip/roundtrip08.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -347c9071663ba465de7865c7af993b7f75f57dbf4441854b77ad2bd8e931716d \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip08.json.sha256 b/test/data/json_roundtrip/roundtrip08.json.sha256 deleted file mode 100644 index 7253afafb..000000000 --- a/test/data/json_roundtrip/roundtrip08.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -463f2998327eb3a694145e6014444480b2235be84aa6cfd57871cc64f1cd816c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip08.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip08.json.ubjson.sha256 deleted file mode 100644 index 5ca2a2dd6..000000000 --- a/test/data/json_roundtrip/roundtrip08.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -ee6b2ab3d9d31f35ba7c29ae0e985a323744b113f6cbfaafe2c74e7c50d4f73a \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip09.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip09.json.cbor.sha256 deleted file mode 100644 index c3e6f5fda..000000000 --- a/test/data/json_roundtrip/roundtrip09.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b03a649d6ce093e2a6a90ab4638f896d4362a7fb093ac4a2f2aa688610383bc \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip09.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip09.json.msgpack.sha256 deleted file mode 100644 index 16c59dfe9..000000000 --- a/test/data/json_roundtrip/roundtrip09.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -4c128a3b684d83293df4b078bb6b7bfeae83865c8eb3a82bff04111681e13387 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip09.json.sha256 b/test/data/json_roundtrip/roundtrip09.json.sha256 deleted file mode 100644 index 96265aab5..000000000 --- a/test/data/json_roundtrip/roundtrip09.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7a38bf81f383f69433ad6e900d35b3e2385593f76a7b7ab5d4355b8ba41ee24b \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip09.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip09.json.ubjson.sha256 deleted file mode 100644 index bdfd4abf1..000000000 --- a/test/data/json_roundtrip/roundtrip09.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -7fe98bbdd3946540851adf4c8294b1233b7bafcd30b51e822e333f43c3341900 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip10.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip10.json.cbor.sha256 deleted file mode 100644 index 2af69be9a..000000000 --- a/test/data/json_roundtrip/roundtrip10.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ecfa69fc0fb10a608b01d2ca1e39a65b1edf5e219a6eae582ba921d53bf2d33e \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip10.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip10.json.msgpack.sha256 deleted file mode 100644 index ece7571c2..000000000 --- a/test/data/json_roundtrip/roundtrip10.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -71dd6a4d9a62c5ee85440c973ff3495078c4d967bbcb7898730dbd0c307a512d \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip10.json.sha256 b/test/data/json_roundtrip/roundtrip10.json.sha256 deleted file mode 100644 index 7f0731e53..000000000 --- a/test/data/json_roundtrip/roundtrip10.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6fb73b8ad3aff90c0318bef81cc8023668dd6de0a29946d2d942238abb54fc46 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip10.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip10.json.ubjson.sha256 deleted file mode 100644 index 0d1b03c9a..000000000 --- a/test/data/json_roundtrip/roundtrip10.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -3b1bf510909519ca04a40ec43fb298e295b87cfc8bff646659eb484a5f051df2 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip11.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip11.json.cbor.sha256 deleted file mode 100644 index 232f0b54f..000000000 --- a/test/data/json_roundtrip/roundtrip11.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -0907926ca3287011e38a00d7e01cdddbcaebba385b0e6aeba263ff97bae08302 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip11.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip11.json.msgpack.sha256 deleted file mode 100644 index afbd174e4..000000000 --- a/test/data/json_roundtrip/roundtrip11.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6cd06927670bdad21338ca679d3566ee6bc744e6a43c9130b36b85d0c6397c61 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip11.json.sha256 b/test/data/json_roundtrip/roundtrip11.json.sha256 deleted file mode 100644 index 6a633d537..000000000 --- a/test/data/json_roundtrip/roundtrip11.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d124b23c696a85177dac41a7a28c853546e55caa5b4798fb917f2c3dc1b331ce \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip11.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip11.json.ubjson.sha256 deleted file mode 100644 index 0ae434619..000000000 --- a/test/data/json_roundtrip/roundtrip11.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -ea8e65a201aef1f8a8ca1b072a586667d7b1de76c5d4c90ea0120c3eddd7f7c2 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip12.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip12.json.cbor.sha256 deleted file mode 100644 index 2aa6c8215..000000000 --- a/test/data/json_roundtrip/roundtrip12.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -9fec924907f98aa4fb1e9870ec6a1246ead10acb001fa6decc225f4e36947dff \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip12.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip12.json.msgpack.sha256 deleted file mode 100644 index 657ff2650..000000000 --- a/test/data/json_roundtrip/roundtrip12.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -4171c026fc7e5a3da8ecb47f51c47795b8b0926131894097f06cec204745a0d8 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip12.json.sha256 b/test/data/json_roundtrip/roundtrip12.json.sha256 deleted file mode 100644 index 3bf6a2355..000000000 --- a/test/data/json_roundtrip/roundtrip12.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e8187b2659fff5d7010dd546919ac46ddfa7119ec20cf1269eec81c1aaf05b5 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip12.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip12.json.ubjson.sha256 deleted file mode 100644 index c9fe78188..000000000 --- a/test/data/json_roundtrip/roundtrip12.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -629bb4bc7e2ea26223341b42fd1d5b8c9e2e5c5a88de8eaffdafa88060421aaa \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip13.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip13.json.cbor.sha256 deleted file mode 100644 index f74d63111..000000000 --- a/test/data/json_roundtrip/roundtrip13.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -f908a1e82e7bbbf7b5ab7fe36a5d5bddd26c10da6bb85e6c40661bdf9e1c8183 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip13.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip13.json.msgpack.sha256 deleted file mode 100644 index f5031ba4b..000000000 --- a/test/data/json_roundtrip/roundtrip13.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -d4c5694fe4ae3df2a718d13c50d6ef49644f30b0cd492a792b9f645a122c37dd \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip13.json.sha256 b/test/data/json_roundtrip/roundtrip13.json.sha256 deleted file mode 100644 index cd554cd0a..000000000 --- a/test/data/json_roundtrip/roundtrip13.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -97d1323f75d9fd2bd1b032fc2b1d0dcbfbe6d6728ddc1873846715c35cff55f2 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip13.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip13.json.ubjson.sha256 deleted file mode 100644 index 8f1c6a995..000000000 --- a/test/data/json_roundtrip/roundtrip13.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -0c882c60fb9503c3106d74f0d96ee1b3c3d83253795e49d1672fd20a13613c28 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip14.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip14.json.cbor.sha256 deleted file mode 100644 index c8670e959..000000000 --- a/test/data/json_roundtrip/roundtrip14.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8444b87b9c9ddee5227bbcd0fc33062a148cea33ea6c3c8f87c25ef580cf0243 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip14.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip14.json.msgpack.sha256 deleted file mode 100644 index c67016af7..000000000 --- a/test/data/json_roundtrip/roundtrip14.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -5e79006bfbbc83a47ff0911ce23058abba2548dad6e1ae1825ba29683d7d1393 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip14.json.sha256 b/test/data/json_roundtrip/roundtrip14.json.sha256 deleted file mode 100644 index 672281589..000000000 --- a/test/data/json_roundtrip/roundtrip14.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e5b6d39bf27ab8a4075df575010d91c92d8288aff0721546961370fce838e00 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip14.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip14.json.ubjson.sha256 deleted file mode 100644 index 0f1f1c108..000000000 --- a/test/data/json_roundtrip/roundtrip14.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -a047fa3d3cf7940eba17f2ef9fcaedad11163bb48d9cd6a6940dff8db06510ae \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip15.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip15.json.cbor.sha256 deleted file mode 100644 index 3c6a48312..000000000 --- a/test/data/json_roundtrip/roundtrip15.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ac38783f6a3b2fe3b579718d6ba8493a456d800665b4433a0e7c823cff90a603 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip15.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip15.json.msgpack.sha256 deleted file mode 100644 index b664b0529..000000000 --- a/test/data/json_roundtrip/roundtrip15.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -cdca8b98b1dc607bbdc15ba076869dc8b8d9f26d207114ce1983bf74717f6401 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip15.json.sha256 b/test/data/json_roundtrip/roundtrip15.json.sha256 deleted file mode 100644 index a75d53e74..000000000 --- a/test/data/json_roundtrip/roundtrip15.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -080a9ed428559ef602668b4c00f114f1a11c3f6b02a435f0bdc154578e4d7f22 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip15.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip15.json.ubjson.sha256 deleted file mode 100644 index 8c8df2745..000000000 --- a/test/data/json_roundtrip/roundtrip15.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -9447d80c475e0f3c6bd2b400f501e02ed05ea5822433de7947b13ae8348d054e \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip16.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip16.json.cbor.sha256 deleted file mode 100644 index c6de2c23d..000000000 --- a/test/data/json_roundtrip/roundtrip16.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -bfb1de7e3401ef5f2b2d8caa3d1bdbc5997854a5bee7803282ab064f041906ef \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip16.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip16.json.msgpack.sha256 deleted file mode 100644 index 7df1d5600..000000000 --- a/test/data/json_roundtrip/roundtrip16.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -184b0c12deeb0c199ce6a7ac6fc38c6d01ac0e0628b54d34a9b580d92c42e57a \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip16.json.sha256 b/test/data/json_roundtrip/roundtrip16.json.sha256 deleted file mode 100644 index 784597839..000000000 --- a/test/data/json_roundtrip/roundtrip16.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cf20f7b2c714671819525eea0d5fe7ba76169722a89e29a98a16239affb2f8df \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip16.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip16.json.ubjson.sha256 deleted file mode 100644 index bc7e5695e..000000000 --- a/test/data/json_roundtrip/roundtrip16.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -e0351ceb9206befa44bc5139737fc6eb8fa7e6ee0b12d35d2b1c64d7808ff983 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip17.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip17.json.cbor.sha256 deleted file mode 100644 index 5981be5bf..000000000 --- a/test/data/json_roundtrip/roundtrip17.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d37c889c031068e11745465858b87eb97d7e3d00503794bf890392d3b239833 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip17.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip17.json.msgpack.sha256 deleted file mode 100644 index ce6599bbc..000000000 --- a/test/data/json_roundtrip/roundtrip17.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -d50aa61611d792a819466b74aeae26ae5b9a4ad9b5925f570b5bda757e57d711 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip17.json.sha256 b/test/data/json_roundtrip/roundtrip17.json.sha256 deleted file mode 100644 index 1f246024e..000000000 --- a/test/data/json_roundtrip/roundtrip17.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0baffe30c2aede655455b2f6339e415ddc334f06eef1621a7de0d8532ae8b808 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip17.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip17.json.ubjson.sha256 deleted file mode 100644 index bfbf0a5d6..000000000 --- a/test/data/json_roundtrip/roundtrip17.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -51d307e3749e1adeab2e5ce826f86f20760eb57f946052816b9cc360da41bb24 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip18.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip18.json.cbor.sha256 deleted file mode 100644 index e9e0c7e4e..000000000 --- a/test/data/json_roundtrip/roundtrip18.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -39cd54c8de4ba4f4df980c1222711ab4809a82aed495abd29937d3f683671515 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip18.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip18.json.msgpack.sha256 deleted file mode 100644 index 9cb8a259a..000000000 --- a/test/data/json_roundtrip/roundtrip18.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -87bdb6d357f89c2f600284e472402f0bc849e303a01ec69d4e9d306738dd3cd7 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip18.json.sha256 b/test/data/json_roundtrip/roundtrip18.json.sha256 deleted file mode 100644 index 396feab2f..000000000 --- a/test/data/json_roundtrip/roundtrip18.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0b67e96ebe21e67161203077daebdcc59e16740f61ba470f07f7b7591ecad1f4 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip18.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip18.json.ubjson.sha256 deleted file mode 100644 index 4efe1d52d..000000000 --- a/test/data/json_roundtrip/roundtrip18.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -b959a8c3b2137a8a212fd8a276c4363f23663e72da877ba0d27cf7d09106071e \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip19.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip19.json.cbor.sha256 deleted file mode 100644 index 3862b118c..000000000 --- a/test/data/json_roundtrip/roundtrip19.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -89b6a1c44fbdd50685a5c7d366c3c0e7be90b1b2e656a2b0c1b041dc2b35653e \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip19.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip19.json.msgpack.sha256 deleted file mode 100644 index 162c4d88f..000000000 --- a/test/data/json_roundtrip/roundtrip19.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -df622eb5b97bd895b42c1aebf27df79e20a0eede4a40f15994d14e92aa07f927 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip19.json.sha256 b/test/data/json_roundtrip/roundtrip19.json.sha256 deleted file mode 100644 index 3adb2678c..000000000 --- a/test/data/json_roundtrip/roundtrip19.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -40a16ca546ca958148861f89265f14b5f81469c8ded5e09941ecc2e117e08bde \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip19.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip19.json.ubjson.sha256 deleted file mode 100644 index ed0b5c699..000000000 --- a/test/data/json_roundtrip/roundtrip19.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -4b53f8835dca380c86f6ae8a16b5e11dfe7a9adc9a62cc235e4b2340f98705c0 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip20.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip20.json.cbor.sha256 deleted file mode 100644 index 2d3de00e0..000000000 --- a/test/data/json_roundtrip/roundtrip20.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b67c8479e2b915d2611642db57871a4dc02cf5a3d7b85b5ed1b06c1c37407f40 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip20.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip20.json.msgpack.sha256 deleted file mode 100644 index 3d3338177..000000000 --- a/test/data/json_roundtrip/roundtrip20.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -867ccdea06815eabace7022f01fcdd0b253a29aee8734055d4c1655c476c2f63 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip20.json.sha256 b/test/data/json_roundtrip/roundtrip20.json.sha256 deleted file mode 100644 index 0e204a809..000000000 --- a/test/data/json_roundtrip/roundtrip20.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -37aed087d1cfac1ac1185c1622819ee5100567b178df43d6c00e8a7db4bc244b \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip20.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip20.json.ubjson.sha256 deleted file mode 100644 index a93bb4906..000000000 --- a/test/data/json_roundtrip/roundtrip20.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -44a1c2f4c953e4cca5911c27c84d6aeb918ccaea7088477a349c99aec0d90e28 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip21.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip21.json.cbor.sha256 deleted file mode 100644 index 47ebefcdd..000000000 --- a/test/data/json_roundtrip/roundtrip21.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -fe6d09afcc00f6f03baf96f992082e290ab65e60834df3fafc9412ec9d2ecf59 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip21.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip21.json.msgpack.sha256 deleted file mode 100644 index f405bfc71..000000000 --- a/test/data/json_roundtrip/roundtrip21.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -f04bb7244d47097f19aab1c314a890712756538de2087d04e0cdd0c2e64a3f61 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip21.json.sha256 b/test/data/json_roundtrip/roundtrip21.json.sha256 deleted file mode 100644 index 0b0882479..000000000 --- a/test/data/json_roundtrip/roundtrip21.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7bf21b3c3ebc8a257d2618abe4d23978afbc5fb90fc183ab67326150f8ba378c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip21.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip21.json.ubjson.sha256 deleted file mode 100644 index 2c597fc7d..000000000 --- a/test/data/json_roundtrip/roundtrip21.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -8d6fa9c80e728adda7dde0b9a5465125205772f0a7686cc96d1d433a5b9131c3 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip22.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip22.json.cbor.sha256 deleted file mode 100644 index f8abdda77..000000000 --- a/test/data/json_roundtrip/roundtrip22.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -3c355052de0415a1072341ac74d88303c59805bb03e7ba1aecbba422ad6661a8 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip22.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip22.json.msgpack.sha256 deleted file mode 100644 index da076647e..000000000 --- a/test/data/json_roundtrip/roundtrip22.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -878df42fbeac97a08b25f3f2c20135ed899dd7b38ba7de479a0c0821899c3ad9 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip22.json.sha256 b/test/data/json_roundtrip/roundtrip22.json.sha256 deleted file mode 100644 index 42965dd3b..000000000 --- a/test/data/json_roundtrip/roundtrip22.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f6c79a184504d92529e10fd3a85ef073e701bf3ad8db8bfe356b215f89cc3654 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip22.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip22.json.ubjson.sha256 deleted file mode 100644 index ebd48f4fa..000000000 --- a/test/data/json_roundtrip/roundtrip22.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -bd6ab78b742a2e638e4383c2da4e60f06a3600557af0c324303243d0a80fbb32 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip23.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip23.json.cbor.sha256 deleted file mode 100644 index 9565bbc88..000000000 --- a/test/data/json_roundtrip/roundtrip23.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -593f09570660a41636814ee66ea2cf10cd0ae1869a41486a27ea5d9d92c2ed04 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip23.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip23.json.msgpack.sha256 deleted file mode 100644 index 770e272cd..000000000 --- a/test/data/json_roundtrip/roundtrip23.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -f56348dcb2b41af2cbcfaf82899daebd8674872222f43155968bd335e213b673 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip23.json.sha256 b/test/data/json_roundtrip/roundtrip23.json.sha256 deleted file mode 100644 index ce9708451..000000000 --- a/test/data/json_roundtrip/roundtrip23.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -040c757c78ed1929ecebfdb1737be01179c93dffc664ae805d16913d9c0f51d1 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip23.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip23.json.ubjson.sha256 deleted file mode 100644 index d8a8cf418..000000000 --- a/test/data/json_roundtrip/roundtrip23.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -e0e5f1cb04cfec5ad01d31be4d87469d5a0bff94ed33ce08e1cd24836c32e57d \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip24.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip24.json.cbor.sha256 deleted file mode 100644 index d006ff2d2..000000000 --- a/test/data/json_roundtrip/roundtrip24.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -1dbfb4492f0084f5cdee32cbcf6402c23774718242e0f6acf6f93e9b193b0abc \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip24.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip24.json.msgpack.sha256 deleted file mode 100644 index 8ff6f1dec..000000000 --- a/test/data/json_roundtrip/roundtrip24.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -dd56445f5467d55df0146f27d70594d4e3fc63d6259661a4e1f2edc8a6b46ede \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip24.json.sha256 b/test/data/json_roundtrip/roundtrip24.json.sha256 deleted file mode 100644 index ac882542b..000000000 --- a/test/data/json_roundtrip/roundtrip24.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -36ae31cf02ccda095c0e10f6eb921c5c76dc4a045971112fdffbb8bf72329e47 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip24.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip24.json.ubjson.sha256 deleted file mode 100644 index 1b9cb6c0c..000000000 --- a/test/data/json_roundtrip/roundtrip24.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -e9cf193d8b015021c31d9ee6c443b19cc44dafaa619a150d8d9313e8a205ee17 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip25.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip25.json.cbor.sha256 deleted file mode 100644 index d1aed33ab..000000000 --- a/test/data/json_roundtrip/roundtrip25.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ef3e3eb34324a50d1a683c1771a686d678eab8969a75e9e3385fbbb2618e6496 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip25.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip25.json.msgpack.sha256 deleted file mode 100644 index 895f978d4..000000000 --- a/test/data/json_roundtrip/roundtrip25.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -3ebc8c958646be15d448885bb7d40986befe8b89b2c1bad7d2246f070d7691c0 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip25.json.sha256 b/test/data/json_roundtrip/roundtrip25.json.sha256 deleted file mode 100644 index 73ef966a2..000000000 --- a/test/data/json_roundtrip/roundtrip25.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -64865b8877dc542e451f21532363e45511805a930e030028bea34299014870e5 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip25.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip25.json.ubjson.sha256 deleted file mode 100644 index 8ab0f564a..000000000 --- a/test/data/json_roundtrip/roundtrip25.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -1bc15a847a3e774bedccacbab7394916c94f112e5c5d4ce0b91aa8799a2a9476 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip26.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip26.json.cbor.sha256 deleted file mode 100644 index 1a4648e83..000000000 --- a/test/data/json_roundtrip/roundtrip26.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -d3ad06c77ef1a02097dcd55825bf100e3746fcd48bb2e50b04bd849206840ce7 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip26.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip26.json.msgpack.sha256 deleted file mode 100644 index c351f7edb..000000000 --- a/test/data/json_roundtrip/roundtrip26.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -b52543760ea335ebd7f816d18d8c4cc7ca65895618f339bdacfd0737ae85609f \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip26.json.sha256 b/test/data/json_roundtrip/roundtrip26.json.sha256 deleted file mode 100644 index b8a8c9ced..000000000 --- a/test/data/json_roundtrip/roundtrip26.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d4ed9a5415454c41be431ec6dbf757d572efb662414af9625e8a9bccbb1cfa1c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip26.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip26.json.ubjson.sha256 deleted file mode 100644 index 8283a3fba..000000000 --- a/test/data/json_roundtrip/roundtrip26.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -6767ab2779f1dd415f5006b0fa24dcc892f1d75a4c916c6aabcfc6978a21d2ec \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip27.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip27.json.cbor.sha256 deleted file mode 100644 index 1380a9307..000000000 --- a/test/data/json_roundtrip/roundtrip27.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8b4db412bb9da11f6453affcba5e78e5eca70b33b8b001f512951a12ca0ec68c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip27.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip27.json.msgpack.sha256 deleted file mode 100644 index bca066bbe..000000000 --- a/test/data/json_roundtrip/roundtrip27.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -451e51a3ca1b485fb9ca4339ef1525ca023334624670a116176a2a9d91355cdc \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip27.json.sha256 b/test/data/json_roundtrip/roundtrip27.json.sha256 deleted file mode 100644 index 0f0bb5a9d..000000000 --- a/test/data/json_roundtrip/roundtrip27.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -dabeb6b2980d2d512888b69d2576387da2a30109b9308eb6674ea6c24fbc8dad \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip27.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip27.json.ubjson.sha256 deleted file mode 100644 index 3c79b8ec9..000000000 --- a/test/data/json_roundtrip/roundtrip27.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -8543ca6c6ab88eb80126f44e6759c83d9cf1a4c637c75e80728f0290f321e208 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip28.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip28.json.cbor.sha256 deleted file mode 100644 index d006ff2d2..000000000 --- a/test/data/json_roundtrip/roundtrip28.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -1dbfb4492f0084f5cdee32cbcf6402c23774718242e0f6acf6f93e9b193b0abc \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip28.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip28.json.msgpack.sha256 deleted file mode 100644 index 8ff6f1dec..000000000 --- a/test/data/json_roundtrip/roundtrip28.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -dd56445f5467d55df0146f27d70594d4e3fc63d6259661a4e1f2edc8a6b46ede \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip28.json.sha256 b/test/data/json_roundtrip/roundtrip28.json.sha256 deleted file mode 100644 index d13ce1744..000000000 --- a/test/data/json_roundtrip/roundtrip28.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -73b9a88465afe00aeb805e05cbe252b600de5a9863c8de7c8df146282394aa55 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip28.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip28.json.ubjson.sha256 deleted file mode 100644 index 1b9cb6c0c..000000000 --- a/test/data/json_roundtrip/roundtrip28.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -e9cf193d8b015021c31d9ee6c443b19cc44dafaa619a150d8d9313e8a205ee17 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip29.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip29.json.cbor.sha256 deleted file mode 100644 index 3ca582b9e..000000000 --- a/test/data/json_roundtrip/roundtrip29.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -fb753d73100c7ce6952542ca16062694a0e1dddbe99652136e81a64be7cde32c \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip29.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip29.json.msgpack.sha256 deleted file mode 100644 index 13fd01024..000000000 --- a/test/data/json_roundtrip/roundtrip29.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -78595164bfe4cb4afe19ce6669ec271aa788504732b9c113afc77a03c2977a70 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip29.json.sha256 b/test/data/json_roundtrip/roundtrip29.json.sha256 deleted file mode 100644 index 899414779..000000000 --- a/test/data/json_roundtrip/roundtrip29.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -16450e8c66a256dddafb019cb67004080cd149c35326dea1fba13d30a736af8d \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip29.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip29.json.ubjson.sha256 deleted file mode 100644 index 9bb89e448..000000000 --- a/test/data/json_roundtrip/roundtrip29.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -70a4c89e61fea0f985cf45c43d973dd720b931078cc302da82c0a76c8cf1448a \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip30.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip30.json.cbor.sha256 deleted file mode 100644 index 339412bbc..000000000 --- a/test/data/json_roundtrip/roundtrip30.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -7250c3fdb5900c751b4b5f458409a584171d9a6a8ff3fd6d587662a02d9ba7a1 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip30.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip30.json.msgpack.sha256 deleted file mode 100644 index a24de2c14..000000000 --- a/test/data/json_roundtrip/roundtrip30.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -9a2ecaa0efadcba5ad31f5f76af9a0909a2879eb0addad9ce6ff740ecf4b33e9 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip30.json.sha256 b/test/data/json_roundtrip/roundtrip30.json.sha256 deleted file mode 100644 index 1221343c7..000000000 --- a/test/data/json_roundtrip/roundtrip30.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f52b157b11c47e903345a3c065f5eb0226e6e0ebfcaad4758ed17f5238b04378 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip30.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip30.json.ubjson.sha256 deleted file mode 100644 index e66c846a3..000000000 --- a/test/data/json_roundtrip/roundtrip30.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -cdf0facd5155e9c780fc28c0af670a5fbec3291edf4e8f1bb2ff0ea15b6f0f8e \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip31.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip31.json.cbor.sha256 deleted file mode 100644 index 6f3d0a7e9..000000000 --- a/test/data/json_roundtrip/roundtrip31.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -15044cb459067348f62378f21fa245a02e95a3ac99ebf4bee1a43842c98ac7e6 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip31.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip31.json.msgpack.sha256 deleted file mode 100644 index 79f81d152..000000000 --- a/test/data/json_roundtrip/roundtrip31.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -2056eb8de49782b71850a9e69c47178ca37a9fe7928e2a0864b0177facea1d16 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip31.json.sha256 b/test/data/json_roundtrip/roundtrip31.json.sha256 deleted file mode 100644 index 0298c2949..000000000 --- a/test/data/json_roundtrip/roundtrip31.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b5e9e558f84c7d8c16c5dc41df944afff1ba2c1be74c663defb485e46717a0e9 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip31.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip31.json.ubjson.sha256 deleted file mode 100644 index 734f1ed1f..000000000 --- a/test/data/json_roundtrip/roundtrip31.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e2d1c6cb40ffb060c2bda87ff8f9abccc23abdf02966266873232a8200d1113 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip32.json.cbor.sha256 b/test/data/json_roundtrip/roundtrip32.json.cbor.sha256 deleted file mode 100644 index 6f3d0a7e9..000000000 --- a/test/data/json_roundtrip/roundtrip32.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -15044cb459067348f62378f21fa245a02e95a3ac99ebf4bee1a43842c98ac7e6 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip32.json.msgpack.sha256 b/test/data/json_roundtrip/roundtrip32.json.msgpack.sha256 deleted file mode 100644 index 79f81d152..000000000 --- a/test/data/json_roundtrip/roundtrip32.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -2056eb8de49782b71850a9e69c47178ca37a9fe7928e2a0864b0177facea1d16 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip32.json.sha256 b/test/data/json_roundtrip/roundtrip32.json.sha256 deleted file mode 100644 index 0298c2949..000000000 --- a/test/data/json_roundtrip/roundtrip32.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b5e9e558f84c7d8c16c5dc41df944afff1ba2c1be74c663defb485e46717a0e9 \ No newline at end of file diff --git a/test/data/json_roundtrip/roundtrip32.json.ubjson.sha256 b/test/data/json_roundtrip/roundtrip32.json.ubjson.sha256 deleted file mode 100644 index 734f1ed1f..000000000 --- a/test/data/json_roundtrip/roundtrip32.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e2d1c6cb40ffb060c2bda87ff8f9abccc23abdf02966266873232a8200d1113 \ No newline at end of file diff --git a/test/data/json_tests/fail1.json.sha256 b/test/data/json_tests/fail1.json.sha256 deleted file mode 100644 index cfc3369b4..000000000 --- a/test/data/json_tests/fail1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -438b1027386f69e8ff72306d162bba30745cfc3ad99522c06b77093f6b2868b1 \ No newline at end of file diff --git a/test/data/json_tests/fail10.json.sha256 b/test/data/json_tests/fail10.json.sha256 deleted file mode 100644 index 2739e513d..000000000 --- a/test/data/json_tests/fail10.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ffea57a589f965c41b8778f1f0b69a1f4b7a14f072b868389cd6e2d249a33246 \ No newline at end of file diff --git a/test/data/json_tests/fail11.json.sha256 b/test/data/json_tests/fail11.json.sha256 deleted file mode 100644 index e85f7715e..000000000 --- a/test/data/json_tests/fail11.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ba669b02c583cdc66458f9318ec64f2787e1edded69cee94361d9d04bf87b591 \ No newline at end of file diff --git a/test/data/json_tests/fail12.json.sha256 b/test/data/json_tests/fail12.json.sha256 deleted file mode 100644 index dfa7c7562..000000000 --- a/test/data/json_tests/fail12.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8033711342b67e573d96916fd820730a0a12ee291bd2e4ae324df3455c3f825f \ No newline at end of file diff --git a/test/data/json_tests/fail13.json.sha256 b/test/data/json_tests/fail13.json.sha256 deleted file mode 100644 index 7d9e4dd51..000000000 --- a/test/data/json_tests/fail13.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a9235f6b3a47a700d45a8cba0c0b01b62ed4b2fd8a0f10cfe7964bde5e8cc1e0 \ No newline at end of file diff --git a/test/data/json_tests/fail14.json.sha256 b/test/data/json_tests/fail14.json.sha256 deleted file mode 100644 index ddc0ef3ab..000000000 --- a/test/data/json_tests/fail14.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4c353586a59fd208964f41f12547ef9e403520b87e9d9fe73c0bd6951de36933 \ No newline at end of file diff --git a/test/data/json_tests/fail15.json.sha256 b/test/data/json_tests/fail15.json.sha256 deleted file mode 100644 index 7ba2fdd2a..000000000 --- a/test/data/json_tests/fail15.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -656c4510d2ae41d28f3bb5498a7df7e87652bbbb35a7c7ef7c28d4a3d1d59eae \ No newline at end of file diff --git a/test/data/json_tests/fail16.json.sha256 b/test/data/json_tests/fail16.json.sha256 deleted file mode 100644 index d785ef7fa..000000000 --- a/test/data/json_tests/fail16.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4514053448b28818d0d23041242b0e1705ea0bbf9f2ee84694d4e0100bd90cc4 \ No newline at end of file diff --git a/test/data/json_tests/fail17.json.sha256 b/test/data/json_tests/fail17.json.sha256 deleted file mode 100644 index 7da751ae2..000000000 --- a/test/data/json_tests/fail17.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a806d560ae63698f5082c7e51189395be458d1709db63244d26846f5a1e1a91d \ No newline at end of file diff --git a/test/data/json_tests/fail18.json.sha256 b/test/data/json_tests/fail18.json.sha256 deleted file mode 100644 index df361286b..000000000 --- a/test/data/json_tests/fail18.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e663fb0874bda154424bc35b9aff5f61d73d1a8cb926ccf41311827f30456997 \ No newline at end of file diff --git a/test/data/json_tests/fail19.json.sha256 b/test/data/json_tests/fail19.json.sha256 deleted file mode 100644 index 75232689a..000000000 --- a/test/data/json_tests/fail19.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f262f8944e9f4346e80ccab07d2cc74f95928193210bc7a95c634f665f105b03 \ No newline at end of file diff --git a/test/data/json_tests/fail2.json.sha256 b/test/data/json_tests/fail2.json.sha256 deleted file mode 100644 index 9cf1f7d8c..000000000 --- a/test/data/json_tests/fail2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9dbe48572aa40ff5e44b7b0e691e1b487d37cd4cfb34cf5bb506a5b6e965ec3b \ No newline at end of file diff --git a/test/data/json_tests/fail20.json.sha256 b/test/data/json_tests/fail20.json.sha256 deleted file mode 100644 index a8184e150..000000000 --- a/test/data/json_tests/fail20.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -beff780d4797749a6180792d96de68b52eafbe3558578e2486b51c0fc384d3f0 \ No newline at end of file diff --git a/test/data/json_tests/fail21.json.sha256 b/test/data/json_tests/fail21.json.sha256 deleted file mode 100644 index 139289287..000000000 --- a/test/data/json_tests/fail21.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d786f4c34fc330006cfd6ef9a855d4233ce7ea4ffdce19a1aeb6498ae0341edc \ No newline at end of file diff --git a/test/data/json_tests/fail22.json.sha256 b/test/data/json_tests/fail22.json.sha256 deleted file mode 100644 index 71a1e5139..000000000 --- a/test/data/json_tests/fail22.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -dd22ed47b00f7977a8fd058adbf448e7af9b4cf7299c8a11f21298ded07b9e03 \ No newline at end of file diff --git a/test/data/json_tests/fail23.json.sha256 b/test/data/json_tests/fail23.json.sha256 deleted file mode 100644 index 57d49c9d9..000000000 --- a/test/data/json_tests/fail23.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5b746985dd2a3406e0d457dc38583b5ed26c2691950a10e1e50049a93c924a78 \ No newline at end of file diff --git a/test/data/json_tests/fail24.json.sha256 b/test/data/json_tests/fail24.json.sha256 deleted file mode 100644 index cb90ee68f..000000000 --- a/test/data/json_tests/fail24.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0389d0d5920ee2996811974bdcbfe05c9ca0ed79af909704b8485bc86f6eaf25 \ No newline at end of file diff --git a/test/data/json_tests/fail25.json.sha256 b/test/data/json_tests/fail25.json.sha256 deleted file mode 100644 index d46393473..000000000 --- a/test/data/json_tests/fail25.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8305373703e9a50e767c42929d22bb69b377cf62a5aeba4dc60bfbf28939411d \ No newline at end of file diff --git a/test/data/json_tests/fail26.json.sha256 b/test/data/json_tests/fail26.json.sha256 deleted file mode 100644 index cfaa426a0..000000000 --- a/test/data/json_tests/fail26.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -032ff03c5b7bf611b5015000312a290b6fa7878ccb508c5ed5cc73cb2b649179 \ No newline at end of file diff --git a/test/data/json_tests/fail27.json.sha256 b/test/data/json_tests/fail27.json.sha256 deleted file mode 100644 index d88e1f7ca..000000000 --- a/test/data/json_tests/fail27.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a6ce093f89d76306dc76ccb5f6e468fb95c189eaa16d6b6c80954c21b3be635 \ No newline at end of file diff --git a/test/data/json_tests/fail28.json.sha256 b/test/data/json_tests/fail28.json.sha256 deleted file mode 100644 index 4784adee3..000000000 --- a/test/data/json_tests/fail28.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a4a310e88adb621126f6e044f7919728d6fdf1df6a7d5a445e7215539f2ac264 \ No newline at end of file diff --git a/test/data/json_tests/fail29.json.sha256 b/test/data/json_tests/fail29.json.sha256 deleted file mode 100644 index e0b1be786..000000000 --- a/test/data/json_tests/fail29.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cd279aa777afca083b346dbc2b62a1847c24f1556b619b7564842457f8949c93 \ No newline at end of file diff --git a/test/data/json_tests/fail3.json.sha256 b/test/data/json_tests/fail3.json.sha256 deleted file mode 100644 index 5148efea6..000000000 --- a/test/data/json_tests/fail3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6903daf61af5b38e0bc66d8da4f13631e2c2d03598169fe2d7c45d2504d310b9 \ No newline at end of file diff --git a/test/data/json_tests/fail30.json.sha256 b/test/data/json_tests/fail30.json.sha256 deleted file mode 100644 index 48ea452eb..000000000 --- a/test/data/json_tests/fail30.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3f54bdbbd4e3ad547fa457b5810df7c96f2d2c3bc6985e11202ffd1d42116889 \ No newline at end of file diff --git a/test/data/json_tests/fail31.json.sha256 b/test/data/json_tests/fail31.json.sha256 deleted file mode 100644 index 53745f5ec..000000000 --- a/test/data/json_tests/fail31.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -25981c42fdd25646ab17d57bfaa65e4b2d7b791fdf13840e75c5a9e8f66dec70 \ No newline at end of file diff --git a/test/data/json_tests/fail32.json.sha256 b/test/data/json_tests/fail32.json.sha256 deleted file mode 100644 index 7c16e7925..000000000 --- a/test/data/json_tests/fail32.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -15388c40b8b3920b49a317f303140234fecaa37d6adc8056f54b8d7d79cfba87 \ No newline at end of file diff --git a/test/data/json_tests/fail33.json.sha256 b/test/data/json_tests/fail33.json.sha256 deleted file mode 100644 index def5fc944..000000000 --- a/test/data/json_tests/fail33.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -df72f007b029ebe06bffcd6083deff92aae557aa172eaf7e2504a3222dc73b60 \ No newline at end of file diff --git a/test/data/json_tests/fail4.json.sha256 b/test/data/json_tests/fail4.json.sha256 deleted file mode 100644 index 2aac393e6..000000000 --- a/test/data/json_tests/fail4.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -15836776fdc7d0473f68c35c1295e473d57c215af1232b439b28120f674be45f \ No newline at end of file diff --git a/test/data/json_tests/fail5.json.sha256 b/test/data/json_tests/fail5.json.sha256 deleted file mode 100644 index 20d51dca6..000000000 --- a/test/data/json_tests/fail5.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -40b23c469b617b09914010ee5c5aa0faa706061f77b4a96b374742c18bb17d42 \ No newline at end of file diff --git a/test/data/json_tests/fail6.json.sha256 b/test/data/json_tests/fail6.json.sha256 deleted file mode 100644 index 748c6eb62..000000000 --- a/test/data/json_tests/fail6.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9cac15bfc3db16d965b9074329f4b7b26443fd4ccbf21cc545cc718114cbda20 \ No newline at end of file diff --git a/test/data/json_tests/fail7.json.sha256 b/test/data/json_tests/fail7.json.sha256 deleted file mode 100644 index de5fbd862..000000000 --- a/test/data/json_tests/fail7.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d9b01bb868ba4a6156085744bddf7acf119125aaf40e19e404b284e99b1973e0 \ No newline at end of file diff --git a/test/data/json_tests/fail8.json.sha256 b/test/data/json_tests/fail8.json.sha256 deleted file mode 100644 index 8db641a27..000000000 --- a/test/data/json_tests/fail8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fbb0928ebab6b0f1aa7b5a7f10453bf89cc7ed56185bd783836ceedeec248ea8 \ No newline at end of file diff --git a/test/data/json_tests/fail9.json.sha256 b/test/data/json_tests/fail9.json.sha256 deleted file mode 100644 index f4fae2563..000000000 --- a/test/data/json_tests/fail9.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3a4796b5ddb6c80e894113c690a75e5290ef109601dee2e277f652bc6d6a163 \ No newline at end of file diff --git a/test/data/json_tests/pass1.json.cbor.sha256 b/test/data/json_tests/pass1.json.cbor.sha256 deleted file mode 100644 index 338ee6335..000000000 --- a/test/data/json_tests/pass1.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -391a5bf14b28fd223b557a2468e60c6ce005aa9dc5d1312f3e03bfe9363172bf \ No newline at end of file diff --git a/test/data/json_tests/pass1.json.msgpack.sha256 b/test/data/json_tests/pass1.json.msgpack.sha256 deleted file mode 100644 index a5eb5af31..000000000 --- a/test/data/json_tests/pass1.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -a0ae1f1484c0d1ef0ac309520f8443b933be64cbe305def58de35079b287401f \ No newline at end of file diff --git a/test/data/json_tests/pass1.json.sha256 b/test/data/json_tests/pass1.json.sha256 deleted file mode 100644 index d240b86bd..000000000 --- a/test/data/json_tests/pass1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a46f670e9676dd3d5a22ccbd44be74391cd57867f0a20ee9c5bba2c1e9742239 \ No newline at end of file diff --git a/test/data/json_tests/pass1.json.ubjson.sha256 b/test/data/json_tests/pass1.json.ubjson.sha256 deleted file mode 100644 index 752afbead..000000000 --- a/test/data/json_tests/pass1.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -ad527addcf336e681fbfc128908075f96330ca9be3b58a9a68e806c97e869654 \ No newline at end of file diff --git a/test/data/json_tests/pass2.json.cbor.sha256 b/test/data/json_tests/pass2.json.cbor.sha256 deleted file mode 100644 index 597f93c91..000000000 --- a/test/data/json_tests/pass2.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -c17baf84f1307d4fecc6c34c38cab949b62d5dc2d6158fd311457333d54583c9 \ No newline at end of file diff --git a/test/data/json_tests/pass2.json.msgpack.sha256 b/test/data/json_tests/pass2.json.msgpack.sha256 deleted file mode 100644 index 37c035c20..000000000 --- a/test/data/json_tests/pass2.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -baa22b3ada036aa75f39aac6787abc816ea831f749ddd34c6ab17a6bb05ac621 \ No newline at end of file diff --git a/test/data/json_tests/pass2.json.sha256 b/test/data/json_tests/pass2.json.sha256 deleted file mode 100644 index d842f49e7..000000000 --- a/test/data/json_tests/pass2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7f9deff2652df58a02ca676ff9494de3d93f18db64c7f20f9596dffb8c92f187 \ No newline at end of file diff --git a/test/data/json_tests/pass2.json.ubjson.sha256 b/test/data/json_tests/pass2.json.ubjson.sha256 deleted file mode 100644 index 30f157c76..000000000 --- a/test/data/json_tests/pass2.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -626482b9d4ce09fad09b13626c443b20381ff479d491240b3941fae2a6cedc39 \ No newline at end of file diff --git a/test/data/json_tests/pass3.json.cbor.sha256 b/test/data/json_tests/pass3.json.cbor.sha256 deleted file mode 100644 index 8e5a21e03..000000000 --- a/test/data/json_tests/pass3.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -d8f0aaa4d321e01f93f64ea6637a1ebcde9dd5dfe8060982af1cfb1bdfd91b30 \ No newline at end of file diff --git a/test/data/json_tests/pass3.json.msgpack.sha256 b/test/data/json_tests/pass3.json.msgpack.sha256 deleted file mode 100644 index 2cc24ce02..000000000 --- a/test/data/json_tests/pass3.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -33f2b62303e3cbd5ecb763fb51f4030a93d12fb7af173136be0ce3378b3638eb \ No newline at end of file diff --git a/test/data/json_tests/pass3.json.sha256 b/test/data/json_tests/pass3.json.sha256 deleted file mode 100644 index 817877bdd..000000000 --- a/test/data/json_tests/pass3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -45aaef317f170e5490aa4a18cc301f6d5e03ee617980dec1b15403abf6c537f4 \ No newline at end of file diff --git a/test/data/json_tests/pass3.json.ubjson.sha256 b/test/data/json_tests/pass3.json.ubjson.sha256 deleted file mode 100644 index f53416e1d..000000000 --- a/test/data/json_tests/pass3.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -ecba837a413515e88add7d6dec188c506a909e43751080de14d8d509c9594956 \ No newline at end of file diff --git a/test/data/json_testsuite/README.md b/test/data/json_testsuite/README.md deleted file mode 100644 index e259b6d0b..000000000 --- a/test/data/json_testsuite/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# json-test-suite - -## Source - -https://code.google.com/p/json-test-suite/downloads/detail?name=sample.zip&can=2&q= - -## License - -Apache License Version 2.0 -http://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file diff --git a/test/data/json_testsuite/sample.json.cbor.sha256 b/test/data/json_testsuite/sample.json.cbor.sha256 deleted file mode 100644 index 4baee5343..000000000 --- a/test/data/json_testsuite/sample.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -13c23a25cded02aebd417a59104223c3c48ee5c723d3889b1d16a41abf11527b \ No newline at end of file diff --git a/test/data/json_testsuite/sample.json.msgpack.sha256 b/test/data/json_testsuite/sample.json.msgpack.sha256 deleted file mode 100644 index c55a63edf..000000000 --- a/test/data/json_testsuite/sample.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -ef58926b0aae257e05ab9c325a1eadffad388c6e9b4054f89707ea729f3a234b \ No newline at end of file diff --git a/test/data/json_testsuite/sample.json.sha256 b/test/data/json_testsuite/sample.json.sha256 deleted file mode 100644 index bcf82c728..000000000 --- a/test/data/json_testsuite/sample.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9a56aaca1ad7363e1c7852ad12a336980e789db91bd9aabad64eea702320ab6f \ No newline at end of file diff --git a/test/data/json_testsuite/sample.json.ubjson.sha256 b/test/data/json_testsuite/sample.json.ubjson.sha256 deleted file mode 100644 index b363bb34b..000000000 --- a/test/data/json_testsuite/sample.json.ubjson.sha256 +++ /dev/null @@ -1 +0,0 @@ -0ed44dfcfaacbf4a828cf37973bf09eec13f066fad3f1fbb219243995e92013e \ No newline at end of file diff --git a/test/data/markus_kuhn/UTF-8-test.txt.sha256 b/test/data/markus_kuhn/UTF-8-test.txt.sha256 deleted file mode 100644 index d1fa3ac42..000000000 --- a/test/data/markus_kuhn/UTF-8-test.txt.sha256 +++ /dev/null @@ -1 +0,0 @@ -b51cfe9a8d2689c90b10a13a3624092d546e0837c6ff835b6e5d713c5749c8c6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/LICENSE b/test/data/nst_json_testsuite/LICENSE deleted file mode 100644 index c4b3621d5..000000000 --- a/test/data/nst_json_testsuite/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Nicolas Seriot - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/test/data/nst_json_testsuite/test_parsing/i_number_neg_int_huge_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_number_neg_int_huge_exp.json.sha256 deleted file mode 100644 index 31fccf4bf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_number_neg_int_huge_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92123944cf252563cc9d402ad83df085a20f9899144b3b59661f898fcffd1e2b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_number_pos_double_huge_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_number_pos_double_huge_exp.json.sha256 deleted file mode 100644 index d505d51b4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_number_pos_double_huge_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -873f021ffd6efe214578e87c45c470aa1e6fba5507eae9f17f4ad3544c1278ff \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_object_key_lone_2nd_surrogate.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_object_key_lone_2nd_surrogate.json.sha256 deleted file mode 100644 index 01a7d6c9c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_object_key_lone_2nd_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3c8f12d1d98603cc19dc6428e2ca50fd5055405a9ee84eff134edc07e66e155b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_1st_surrogate_but_2nd_missing.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_1st_surrogate_but_2nd_missing.json.sha256 deleted file mode 100644 index f161e13b3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_1st_surrogate_but_2nd_missing.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -614fddf8cc37b552fd23b6fed4bd1e5b78ddfa86b8e3870f089c8f6e90ccf8f1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json.sha256 deleted file mode 100644 index dcef65fa8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -eb291cafd21f78d8c6de009c084361c3b4ff3043c44a4d2e122d8d5bd5955901 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_UTF-16_invalid_lonely_surrogate.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_UTF-16_invalid_lonely_surrogate.json.sha256 deleted file mode 100644 index 40bbc8ff9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_UTF-16_invalid_lonely_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -69119aac5ce42bc93c1667db0454297ffaa342c431efa2dfdf48af101c035106 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_UTF-16_invalid_surrogate.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_UTF-16_invalid_surrogate.json.sha256 deleted file mode 100644 index d987f23fd..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_UTF-16_invalid_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -741eff3218368e2fc13a93ce6993548a83719ed3c05a78db3de6ef8ab7eab64e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_UTF-8_invalid_sequence.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_UTF-8_invalid_sequence.json.sha256 deleted file mode 100644 index 6a106afac..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_UTF-8_invalid_sequence.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -93d762e06089733df04d765462ac2da5e60ab1d691e5a57708b27ed4e3342968 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json.sha256 deleted file mode 100644 index d45489826..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6b1fba2b092852036b6ade42b4f59a7ad0754bc93f92c25b359db90dfb956ce \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogate_pair.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogate_pair.json.sha256 deleted file mode 100644 index ef876dd5e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogate_pair.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -823b370458fa84f32efaf461472abba66a29d1873ba77b81cb9b5213f6df79e6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogates_escape_valid.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogates_escape_valid.json.sha256 deleted file mode 100644 index 4ebe90339..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_incomplete_surrogates_escape_valid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a1ee85c5d6cec2cc0cea8b91ec6d6c253f2bb7d2bd48a2ce5e9f0db49d9d0b32 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_inverted_surrogates_U+1D11E.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_inverted_surrogates_U+1D11E.json.sha256 deleted file mode 100644 index 1efe3273f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_inverted_surrogates_U+1D11E.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -17dc4691fa7a327ac3411391f7d3b5db983715391f8dfee1c008ffb453959fff \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_lone_second_surrogate.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_lone_second_surrogate.json.sha256 deleted file mode 100644 index 7f560987f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_lone_second_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -24b9bc232f8cf6dff1869f7ef72790c7c5aac9c7529dd9c36427bb012bc20f37 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_not_in_unicode_range.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_not_in_unicode_range.json.sha256 deleted file mode 100644 index dc6fecf62..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_not_in_unicode_range.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1e4a55bc32c7de4b1af008ed206899f4debd32ce7676e11b017633aba8a548f8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_truncated-utf-8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_truncated-utf-8.json.sha256 deleted file mode 100644 index a724b40aa..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_truncated-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -65fd4cdbf6c28fe2d4e18f81ea37e154a90198fae4fe923eb41533dbd301cb02 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+10FFFE_nonchar.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+10FFFE_nonchar.json.sha256 deleted file mode 100644 index 8cf2fa59a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+10FFFE_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -95affe1744a2fb5a585d0a4a8b28b3238f36473ac55e21b43ead5e9824389eb3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+1FFFE_nonchar.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+1FFFE_nonchar.json.sha256 deleted file mode 100644 index 112c7db2c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+1FFFE_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1522be6352030d1fea7484adcccd731408f3f000fe893b567c4cc6fc79378ad6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+FDD0_nonchar.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+FDD0_nonchar.json.sha256 deleted file mode 100644 index aa5aab44e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+FDD0_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -093f3d1b0f5c40df1427a3bbb8e1999df3e923f475b0a9655c1a7eafbf69ebe3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+FFFE_nonchar.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+FFFE_nonchar.json.sha256 deleted file mode 100644 index 137df1f90..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_string_unicode_U+FFFE_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e7d42cac051b1e55f093262ecb8cda1cc080cb9cde6a2cbe163b7a5db9fbfa9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_structure_500_nested_arrays.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_structure_500_nested_arrays.json.sha256 deleted file mode 100644 index a2268aa4c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_structure_500_nested_arrays.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6c6b45361ff77e7372a015a1f0289e9c09d1fe1ed59cf9773d599c55acf57cf \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/i_structure_UTF-8_BOM_empty_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/i_structure_UTF-8_BOM_empty_object.json.sha256 deleted file mode 100644 index b7b2ffd8b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/i_structure_UTF-8_BOM_empty_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aa25e978046d680ef8740d837e6de5bc1e2a2dc6089dbda1012544b538d53f65 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_1_true_without_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_1_true_without_comma.json.sha256 deleted file mode 100644 index 1479f6a0a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_1_true_without_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -66510f3118b7ede39314518bc5a1bc71eb2b4d36a8a01cb0e76829be6768409b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_a_invalid_utf8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_a_invalid_utf8.json.sha256 deleted file mode 100644 index 9b0a0e02c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_a_invalid_utf8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -00308ed1d30dd0c6248a36107049cfe7a4a795c774e252d6eeec4d64ccee4aad \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_colon_instead_of_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_colon_instead_of_comma.json.sha256 deleted file mode 100644 index 4e41003c5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_colon_instead_of_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b4bceb6e7fefaf43b73f472b8c260c5aad24610faea9a1abe6b9a3035065deb4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_comma_after_close.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_comma_after_close.json.sha256 deleted file mode 100644 index ee51cb0f7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_comma_after_close.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -31f674b45f5eaff8419175ab479b1e8d5946d3fae55106a86f116d77f58672be \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_comma_and_number.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_comma_and_number.json.sha256 deleted file mode 100644 index ba75a3b5e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_comma_and_number.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b3646f1ef5cf8b30a71b9e140e89b77da7eb4354ddc1f346f57ffc66ad68cd0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_double_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_double_comma.json.sha256 deleted file mode 100644 index d46404da2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_double_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1b4a2022b0702d87a15a49f031e9795ab6824cb3945c106bcfa5ad55c2e945cc \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_double_extra_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_double_extra_comma.json.sha256 deleted file mode 100644 index 7bb39fd02..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_double_extra_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2161a4ca5aa1599950752bf9aa8a42358035362098dc702e9bde01dc05f3a674 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_extra_close.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_extra_close.json.sha256 deleted file mode 100644 index 6aae7dbcc..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_extra_close.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b9ffad41832eeef97b229c9de4f664d7ad3bd3094ebdf5342729564427b1688f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_extra_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_extra_comma.json.sha256 deleted file mode 100644 index 2de5afead..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_extra_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -20f9fd883ff8af1cf1a64b7bb00f233d64a590cfd08efda89fc96a170bcbe17c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_incomplete.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_incomplete.json.sha256 deleted file mode 100644 index 5e11cd5fe..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_incomplete.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -301f5421cd3a61da99963d2f6fbabb29f0d9f00cdd9b3886f512240d148a335f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_incomplete_invalid_value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_incomplete_invalid_value.json.sha256 deleted file mode 100644 index 4589618f2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_incomplete_invalid_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -36696d34fce38b101fed5298e3166ea22a9954bd6d237930c2bd96b03c041a62 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_inner_array_no_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_inner_array_no_comma.json.sha256 deleted file mode 100644 index f21ea09d2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_inner_array_no_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e34a9903249cf3508b7f8ff91b510b0b1058d1a3aeec4005356b8021a130f2ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_invalid_utf8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_invalid_utf8.json.sha256 deleted file mode 100644 index e3e9047b1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_invalid_utf8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -379af949f1f0fe32439c2c960df7adf60d3a858b8c640c858fb780fb79bf5c94 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_items_separated_by_semicolon.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_items_separated_by_semicolon.json.sha256 deleted file mode 100644 index 21bdc695a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_items_separated_by_semicolon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7c7a17b09611e95a3fb14a3dc32a61cbf09ac9a0fa86116347dfbbbbd56b9fb4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_just_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_just_comma.json.sha256 deleted file mode 100644 index e46e47ba3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_just_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -739bac5a700cb6ab872c1a898eeadc6f6d8839f4224a8db0525253efcf2384bd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_just_minus.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_just_minus.json.sha256 deleted file mode 100644 index 2100004ef..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_just_minus.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -912e1c65eed5e5d54ec020900c7d7e12e16fe270abd6c150a41dc63011dd7c19 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_missing_value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_missing_value.json.sha256 deleted file mode 100644 index 98522f866..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_missing_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -35f020c1aa4f03b8c486781fd8fa9a5ba1b2e4a6d7a847279afbcb578f4d5b05 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_newlines_unclosed.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_newlines_unclosed.json.sha256 deleted file mode 100644 index b84eca55c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_newlines_unclosed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fc05212efa24a13427744d2ee2d716119ea6bddf4ea03bfb750b56476d3c773d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_number_and_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_number_and_comma.json.sha256 deleted file mode 100644 index 7ddb92ba8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_number_and_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -886ad6246ed150b2930495926ba07d579307bc7fecaf4b391650dca8bae7bc66 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_number_and_several_commas.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_number_and_several_commas.json.sha256 deleted file mode 100644 index d62df8d4c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_number_and_several_commas.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d66636bc1399db9f6ab65d0ecc702fb1d12588d37ab3c79670698507b972d12 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_spaces_vertical_tab_formfeed.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_spaces_vertical_tab_formfeed.json.sha256 deleted file mode 100644 index 3338f942b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_spaces_vertical_tab_formfeed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -563d321a80cb3919dbcba1ac4bb6e8595e00186b1c3b3db46a64a0e64ddb7075 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_star_inside.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_star_inside.json.sha256 deleted file mode 100644 index 3de6deec1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_star_inside.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -76d344d401adb58391bfdd4c76177896be0bf313dbc2b07bd001be34b3227aae \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_unclosed.json.sha256 deleted file mode 100644 index 6fb49d9cb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -73d88c9f94b28ad9f5e9e7f656976215d66e62ed0e84242205da3468f335b081 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_trailing_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_trailing_comma.json.sha256 deleted file mode 100644 index b04a43a2b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_trailing_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b2d3da6f524e2498194717d153a5621e2618d7643c1b23dbbcb2ebe52fa7933e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_with_new_lines.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_with_new_lines.json.sha256 deleted file mode 100644 index 73f36af5b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_with_new_lines.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -75b121d21dda317ab9e7c72844ff11ea4e05a48f118c90c4fd1e42e139f9d542 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_with_object_inside.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_with_object_inside.json.sha256 deleted file mode 100644 index 5d20d7799..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_array_unclosed_with_object_inside.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -903dda41bec7150e805f158ac061587fcf72b9d01d15b86222966814dda496f0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_incomplete_false.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_incomplete_false.json.sha256 deleted file mode 100644 index 2d2d50cc0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_incomplete_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7d00bafe4b8765a9c80f8c1db638ad802d0214599d3caa0ea977f26ea01fb4e5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_incomplete_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_incomplete_null.json.sha256 deleted file mode 100644 index 5ce33c2e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_incomplete_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -267620ed5987a977c03473eee18b9aa69a4183b3024417f93466983b7c772491 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_incomplete_true.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_incomplete_true.json.sha256 deleted file mode 100644 index add04ce37..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_incomplete_true.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5f5470d03cb2af3cce0cf3cc063ba8ae676258cb9d4ba0dcfc82a978ab5f40ba \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_++.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_++.json.sha256 deleted file mode 100644 index c0bf463ea..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_++.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ec5e5041e992f94073df8faeeb6b9c97b3ee53b7384234beaa7595b424e346b6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_+1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_+1.json.sha256 deleted file mode 100644 index f0f981d24..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_+1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d83017afc0b63eef28670ae0c39391f0fabe91f299126160029a13713fca361e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_+Inf.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_+Inf.json.sha256 deleted file mode 100644 index 094d165cb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_+Inf.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5d61f171f20d3267ab360f545a50e55f462ca45ff5d067fd51678f71c4cfa7ab \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_-01.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_-01.json.sha256 deleted file mode 100644 index 94f9ff131..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_-01.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e3216a79fdad284c5d70f8218c81b85562c05b3427d7e7932b151b68a9311519 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_-1.0..json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_-1.0..json.sha256 deleted file mode 100644 index f0a647ef8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_-1.0..json.sha256 +++ /dev/null @@ -1 +0,0 @@ -baab147e06a9082026c6292240e4c8802c05a70de0da085bc6d3e07765243757 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_-2..json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_-2..json.sha256 deleted file mode 100644 index d8ce21a9c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_-2..json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bc47f88e8caae073ad2bd956036332513a25ef55da8eb7637347677c2a230297 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_-NaN.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_-NaN.json.sha256 deleted file mode 100644 index 00f9e4bb5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_-NaN.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f7df6eb96bdb9858395509fd4536c544eda9fabcbb49b74941da50eca7228c6c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_.-1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_.-1.json.sha256 deleted file mode 100644 index d7e28f401..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_.-1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3c7791891957c90087cea4ec2483fdf1518d1a5717210b9853c08332cedd2735 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_.2e-3.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_.2e-3.json.sha256 deleted file mode 100644 index e102ece3d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_.2e-3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d2c89dd9ae3a6a5c01b64bb6f82055a35a0d79a084668f579177e1ef6242ba37 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0.1.2.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0.1.2.json.sha256 deleted file mode 100644 index aabc21463..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0.1.2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -46d28bfddb89134f2219c3f18734c5e625cff94d92ff3e2caf9e5904545c8099 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0.3e+.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0.3e+.json.sha256 deleted file mode 100644 index 85ca5d109..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0.3e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d56c36978bba5b6f062b28f35f7e237af4f0fe016edb2943e666da6e58efedf1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0.3e.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0.3e.json.sha256 deleted file mode 100644 index 2313df5e3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0.3e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0791dee428d1d6a1fbc6eb26c2cc745f4eee2c89e8c20a6bc5d58f6ea7a859e5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0.e1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0.e1.json.sha256 deleted file mode 100644 index 53b2e373c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0.e1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -379c8b8c643d0ce35b907d0d1dcd4780f586badae64c42d78cd05048b1879707 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0_capital_E+.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0_capital_E+.json.sha256 deleted file mode 100644 index e8d963776..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0_capital_E+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cd14bf1fa8803ada52504f5a88bb1b3bf703234bdcc3977610c50410582f5f49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0_capital_E.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0_capital_E.json.sha256 deleted file mode 100644 index 84c54fb53..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0_capital_E.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6fab5fbe2ef3fe441d68c14301fc85048286e68c6bba7a93f643d788b6cf081 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0e+.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0e+.json.sha256 deleted file mode 100644 index 48ea452eb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3f54bdbbd4e3ad547fa457b5810df7c96f2d2c3bc6985e11202ffd1d42116889 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_0e.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_0e.json.sha256 deleted file mode 100644 index e0b1be786..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_0e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cd279aa777afca083b346dbc2b62a1847c24f1556b619b7564842457f8949c93 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_1.0e+.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_1.0e+.json.sha256 deleted file mode 100644 index 82814c011..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_1.0e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0937993255ba3ce388b6109abbb081d3740075dd4efcab01b4b2c11c8c84fd19 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_1.0e-.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_1.0e-.json.sha256 deleted file mode 100644 index c8b114db5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_1.0e-.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -64b715b632ad55a49b6221cb15f6827d7e4630a83baed3713939f31170e63afb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_1.0e.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_1.0e.json.sha256 deleted file mode 100644 index 683e908df..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_1.0e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1b45efc13b6f4321c799e46e9304b31449719274bcd5d4e9e959c2d828c54eba \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_1_000.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_1_000.json.sha256 deleted file mode 100644 index 04c8c2c54..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_1_000.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6713fc40db65bdbedf52f0ebe3a3121435ab186dcb11b408cb5a3ce9ed000f38 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_1eE2.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_1eE2.json.sha256 deleted file mode 100644 index 448a580b1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_1eE2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -02b51b6940228135be8c48f0472f220a341a9b7bce8150395a58afb7e41fac18 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_2.e+3.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_2.e+3.json.sha256 deleted file mode 100644 index adfc46903..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_2.e+3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ddfb52b4d5c947c90b7b62e4a654c35f6c3a4b726ef606da6b6fdb1aeb0ed33d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_2.e-3.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_2.e-3.json.sha256 deleted file mode 100644 index 5331eb15b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_2.e-3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ceb6bf65dbdcb4c6dc85156d0646d095784445db6c84f594353e249491caf02c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_2.e3.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_2.e3.json.sha256 deleted file mode 100644 index 612688c31..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_2.e3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f1c8e1ff48fe7daafbad0cc9f3e3ca21960e06292f7553e1d25f845abc8f26d9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_9.e+.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_9.e+.json.sha256 deleted file mode 100644 index e22772da7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_9.e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8e33de781a327a6563cbd4d808cabfdb6e3ad2b2ea916de34f8ad2f11e0d0801 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_Inf.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_Inf.json.sha256 deleted file mode 100644 index 7e8a25dd6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_Inf.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -68979a7a850577548cffccc18abe34fab7d70d4e733b10ae228e030a142052e5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_NaN.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_NaN.json.sha256 deleted file mode 100644 index aeb7b9986..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_NaN.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -638577393ecb248f472c18a1a95104181a3188551615d763873393eaf4eff186 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_U+FF11_fullwidth_digit_one.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_U+FF11_fullwidth_digit_one.json.sha256 deleted file mode 100644 index 329cc26b2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_U+FF11_fullwidth_digit_one.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -418b3fc29c6688ee9fe090022ad1cd422ac738d8b5ce13a9272cf7451a340c6c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_expression.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_expression.json.sha256 deleted file mode 100644 index a17bf2f6e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_expression.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bb9856e4c612b9ed993f6520936bcc560cbf3bf112000f28c62ed3a787db983d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_hex_1_digit.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_hex_1_digit.json.sha256 deleted file mode 100644 index 0878872bf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_hex_1_digit.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -37d7fe7b45e87c632936ce095616eacc75fa292fffa1581dbc0682bfb9e102a2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_hex_2_digits.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_hex_2_digits.json.sha256 deleted file mode 100644 index 959c00acb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_hex_2_digits.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ce2e3b8b3e0a6cf29602463d4e70910d3b3fcb38874800d491efe163d8ff9592 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_infinity.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_infinity.json.sha256 deleted file mode 100644 index 7c779b235..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_infinity.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -10058b8cd98a02ff73d5cd3092bb44f05b0d11148d0a81fde35c2a90673f1254 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_invalid+-.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_invalid+-.json.sha256 deleted file mode 100644 index 53745f5ec..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_invalid+-.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -25981c42fdd25646ab17d57bfaa65e4b2d7b791fdf13840e75c5a9e8f66dec70 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-negative-real.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_invalid-negative-real.json.sha256 deleted file mode 100644 index f3964c13d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-negative-real.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5ba01dae4b0ab597e21ee7a321a2793a5a4bf0acd5d535e0e6ed261c3f584d4a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-bigger-int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-bigger-int.json.sha256 deleted file mode 100644 index d07667a98..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-bigger-int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c5efd0312f655f7d8a15938fed77cea804726f6ce9539cd73340616e151e1338 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-exponent.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-exponent.json.sha256 deleted file mode 100644 index 327006ff2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -58cc9aadeb3f0619fda566c1d439e02d94722663ac388822ac3155f5dd3a397e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-int.json.sha256 deleted file mode 100644 index 23fa14d5e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_invalid-utf-8-in-int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -72258704dd857e84f0aa55e7124204d0dcf78247472d314310de0b023cb9b8f2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_minus_infinity.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_minus_infinity.json.sha256 deleted file mode 100644 index 73ca5503a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_minus_infinity.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4735d351ed0e14ba484a0d7a09335c3b8741258817529f5b4539111bbbaeb829 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_minus_sign_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_minus_sign_with_trailing_garbage.json.sha256 deleted file mode 100644 index 4f142be81..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_minus_sign_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -15490c42527202c27b4d9a81f23e9936a5db44d8d908fdb684ba3d64bb10456a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_minus_space_1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_minus_space_1.json.sha256 deleted file mode 100644 index 8ff9cf428..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_minus_space_1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -13edd4c8183bc3e9e2b92acd350282e5f8c14e16ea9d01d4d2a6f941bb67c8c8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_neg_int_starting_with_zero.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_neg_int_starting_with_zero.json.sha256 deleted file mode 100644 index b6a30f198..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_neg_int_starting_with_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5254e6d33c5cbce10330d6bd034b251a828cc629455c74ce1eab8e9efdabd0ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_neg_real_without_int_part.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_neg_real_without_int_part.json.sha256 deleted file mode 100644 index 65753cb6b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_neg_real_without_int_part.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -883151c5ef152620edcf2ae229ace6e170b29f01fbb21dc8b0d8faeb863135d8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_neg_with_garbage_at_end.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_neg_with_garbage_at_end.json.sha256 deleted file mode 100644 index 6ad4a5b80..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_neg_with_garbage_at_end.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -00c6d0363ca61949d57d59b9b24da62d9a3a8438242b88f6af12c3587eddceb3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_real_garbage_after_e.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_real_garbage_after_e.json.sha256 deleted file mode 100644 index 8083d7e26..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_real_garbage_after_e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1716a62d93d51e03ff006ea05d30db8ec4d96e30eef967fa442d777aaee8d296 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_real_with_invalid_utf8_after_e.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_real_with_invalid_utf8_after_e.json.sha256 deleted file mode 100644 index b7a224032..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_real_with_invalid_utf8_after_e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3d1903201ee720f58f1b0c7120edc2d1da03751239f62711f47b091b9bd83fd6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_real_without_fractional_part.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_real_without_fractional_part.json.sha256 deleted file mode 100644 index 3c3900a60..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_real_without_fractional_part.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6c66925b31c0576edefa5753ae952ff6758a4b94784473e421baef61aafaea48 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_starting_with_dot.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_starting_with_dot.json.sha256 deleted file mode 100644 index 11f3fafeb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_starting_with_dot.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1adfbdedbcc45bdbf49580206bb6b5c641dd9da079b42e454ee3ad1e0f9bd29b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_then_00.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_then_00.json.sha256 deleted file mode 100644 index 97a91fcd5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_then_00.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e79e418e48623569d75e2a7b09ae88ed9b77b126a445b9ff9dc6989a08efa079 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_with_alpha.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_with_alpha.json.sha256 deleted file mode 100644 index cbdbc1d74..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_with_alpha.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d9eb35a268ba5fc48b1c82549782aa7d3e8abd5aa9fcef7c7a2b254ff5349995 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_with_alpha_char.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_with_alpha_char.json.sha256 deleted file mode 100644 index 87781bec6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_with_alpha_char.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -22ad3f63db73e6639efe2589a7de456acb71c14bfe44152c5df462ba5694f931 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_number_with_leading_zero.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_number_with_leading_zero.json.sha256 deleted file mode 100644 index fa68f83dc..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_number_with_leading_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a1c13ce39b2c6e7abf27cf143bda082ee63576912b69142ce49d15a41214f82 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_bad_value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_bad_value.json.sha256 deleted file mode 100644 index 060aa8f85..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_bad_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -532ef8019fc26b0680b94c203bb2cf1dd1b91529cda3afc1933ac1398da16c08 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_bracket_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_bracket_key.json.sha256 deleted file mode 100644 index f9d2e1cf7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_bracket_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -67196b37d18b572e82aa5a121b52c38104d2c62cb35499ed6666823780cb94c3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_comma_instead_of_colon.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_comma_instead_of_colon.json.sha256 deleted file mode 100644 index a0c19a013..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_comma_instead_of_colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -768e2ec23b20790f9f16a5665e6749ee45fd0ffd642a55047ad12db2cf86f3f0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_double_colon.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_double_colon.json.sha256 deleted file mode 100644 index 4084006a6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_double_colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ea905a2f98e015dd8ddd6b28737d977b6ca0e114b04ed368f79bbdd42d84b516 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_emoji.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_emoji.json.sha256 deleted file mode 100644 index b554fd328..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_emoji.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3ad1b7680b6f1f5186a1af1f4a6822ea090ceebb4d616bf9330204387ed3c934 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_garbage_at_end.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_garbage_at_end.json.sha256 deleted file mode 100644 index 0f01c700b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_garbage_at_end.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -57651f368485ef89a98adbe252b860b2fe7d23dc58b1927b01d01f8ecd5a83e9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_key_with_single_quotes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_key_with_single_quotes.json.sha256 deleted file mode 100644 index 827b36133..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_key_with_single_quotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f6a3fd2411e714bb8304c98421d18c467848acb00c84044858f1e6b5a3883bb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_missing_colon.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_missing_colon.json.sha256 deleted file mode 100644 index bf66d309d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_missing_colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f1a260a986fa42f6c6c33dc3f130bfd3af488acd84ce8573095f30d23eed1861 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_missing_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_missing_key.json.sha256 deleted file mode 100644 index 6dd327229..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_missing_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9a25a7e80b3b9ffdcc2c19edcff1ae5c68e8ce83a38b7acf922627c709a91919 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_missing_semicolon.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_missing_semicolon.json.sha256 deleted file mode 100644 index 155b4c722..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_missing_semicolon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0cc9076470bce7c6b805638c32510a7a4cff2a6679a4813c08d85589ff4895bc \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_missing_value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_missing_value.json.sha256 deleted file mode 100644 index 4a55b7d20..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_missing_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ffb38b22ee3e0ca90325ebce953a9846990f292faf44c50498771602e31cb61f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_no-colon.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_no-colon.json.sha256 deleted file mode 100644 index 4d2c3b337..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_no-colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -de9ce9008704dd0aa575b07196e92a96935fdcef06f97988cf5e2eb7a9b26b62 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_non_string_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_non_string_key.json.sha256 deleted file mode 100644 index a08a64ff3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_non_string_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d4b6fd942bc1cfe841de90cfc320a51960abfe1c6312d85a080e814e93cb9bcc \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_non_string_key_but_huge_number_instead.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_non_string_key_but_huge_number_instead.json.sha256 deleted file mode 100644 index fc4ce414c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_non_string_key_but_huge_number_instead.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5f76df23491379110e3d23e8278d6797c5ae5dc912e03bf901b1fd20a896679e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_pi_in_key_and_trailing_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_pi_in_key_and_trailing_comma.json.sha256 deleted file mode 100644 index 5f64a301e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_pi_in_key_and_trailing_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e5fd5846504c7770130c3cf2245b9d0efa5c34175921de3446d53c6827dcdc0d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_repeated_null_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_repeated_null_null.json.sha256 deleted file mode 100644 index 12c6691c3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_repeated_null_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c53c4ac8f547a851fc490678bc88233a84aff27d695731c5acad8a83cfbc21af \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_several_trailing_commas.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_several_trailing_commas.json.sha256 deleted file mode 100644 index 8cd4acca8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_several_trailing_commas.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8c75d56d4bafe295ecc9a72150b1af76a1f77f66a8fc8300d2a72cefd78fe694 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_single_quote.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_single_quote.json.sha256 deleted file mode 100644 index fda46036e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_single_quote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -67425dd8fb9386942496d20c8bdc9f3b113517a6185bf38da4c8b87de8f49708 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comma.json.sha256 deleted file mode 100644 index ce0e2dc3a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -60e04bc71fcc4c57abeef95a9604a96aa60f833881a2f028d27bd4f03e176603 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment.json.sha256 deleted file mode 100644 index 2b0c117a7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e06904040a47c238c2690b5e61167fad1c371d220190722d09494aef3371a7b7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_open.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_open.json.sha256 deleted file mode 100644 index 7db98d10a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_open.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d5f7ea39565fdb12239b0dba1e09c42ef511891069b6d3129c90b5fcf228258e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_slash_open.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_slash_open.json.sha256 deleted file mode 100644 index 3682ae4d7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_slash_open.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aac61f9c0640ae1f18ec9a0f889e7a2aef163e87f8542bb9cc49ec081ade7b58 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_slash_open_incomplete.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_slash_open_incomplete.json.sha256 deleted file mode 100644 index f66be2b0f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_trailing_comment_slash_open_incomplete.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9d6150b0a69063d628a89714df57662ec1d581c06f2110347e22d4b3125b55d7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_two_commas_in_a_row.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_two_commas_in_a_row.json.sha256 deleted file mode 100644 index 0c8b6c0cb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_two_commas_in_a_row.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c83f029d66739b785a7e958d39c088edbe81f23741949471ddaba8759a222173 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_unquoted_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_unquoted_key.json.sha256 deleted file mode 100644 index e4f52117e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_unquoted_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -95a0dfeb03ca3a926bfc03945419d9c193e572c913956d116a608a057c2114d6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_unterminated-value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_unterminated-value.json.sha256 deleted file mode 100644 index b7ded8028..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_unterminated-value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -34937db038e20201fca9f1e1fc232953eea57d986143d621d3c5a707b3e10ed9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_with_single_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_with_single_string.json.sha256 deleted file mode 100644 index 684e5f53a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_with_single_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e170f309232eca3dab5420479b36cdbf92877ddd8ca6dc7af0a9e5c00c30486f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_object_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_object_with_trailing_garbage.json.sha256 deleted file mode 100644 index 3b97e017a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_object_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5156aca03363828ef438eff823e8a6a624d9a19bab07823a0983448320abfe7b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_single_space.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_single_space.json.sha256 deleted file mode 100644 index 9fc0c31e6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_single_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u.json.sha256 deleted file mode 100644 index 4c07dee8e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3a5b06d8fc9190c4f382a094bc372f39539ccd34ef3c917db4c5e10284c2e3d0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u1.json.sha256 deleted file mode 100644 index 7658b5037..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cea1473bbc52ce15c8c439f8e82e1419cfc22088d6396a1a405b1d1fa0d4cd7e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u1x.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u1x.json.sha256 deleted file mode 100644 index a90f0d457..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape u1x.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -71a495c9b4a08e9037f6be675aab32e21189f3bbb7cd61adfe720f4c32fd726e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape.json.sha256 deleted file mode 100644 index 0bd79215f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_1_surrogate_then_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -50f7d7a72fdb1665341f04244341704b2b8b4d8d3b8ccfaf0ce5e12c7de69aa7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_UTF-16_incomplete_surrogate.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_UTF-16_incomplete_surrogate.json.sha256 deleted file mode 100644 index 049370ea9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_UTF-16_incomplete_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -612c2551c87839eed8286a94010f37d2bf6d20b65d9bdb9c42b7c61f50ecc362 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_UTF8_surrogate_U+D800.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_UTF8_surrogate_U+D800.json.sha256 deleted file mode 100644 index 7077d2ffb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_UTF8_surrogate_U+D800.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -335ffac769e5b3cec6047f6f464a0d24267493f49d3bc75f0a6411ad9448f003 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_accentuated_char_no_quotes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_accentuated_char_no_quotes.json.sha256 deleted file mode 100644 index 27f652633..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_accentuated_char_no_quotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -616190c9bddd53ca645f47f5ecba9f8f47bf5932a9da7e7d468894efdf7adaac \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_backslash_00.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_backslash_00.json.sha256 deleted file mode 100644 index c85bfee35..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_backslash_00.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -245950d0f3fde1ac886cd7c16b5e7a0dd612dfcd5ba4fdad33b731f8e3d65a72 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_escape_x.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_escape_x.json.sha256 deleted file mode 100644 index 5ef493170..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_escape_x.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e51a0dfa4018434feaf3918d5e94d3a6139a4a80af3b0880d5387c54740d9606 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_escaped_backslash_bad.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_escaped_backslash_bad.json.sha256 deleted file mode 100644 index 41f1ab4c7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_escaped_backslash_bad.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e38d58c88a6f593c1dccc11accd719032a0ac34e8169fc81cd70dfbcba9d7ba \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_escaped_ctrl_char_tab.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_escaped_ctrl_char_tab.json.sha256 deleted file mode 100644 index b31aaea99..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_escaped_ctrl_char_tab.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -50b34150204026c1a7f138035f9f375efe28b90bd594241d80d34bdff5ffdbdd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_escaped_emoji.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_escaped_emoji.json.sha256 deleted file mode 100644 index b7b493261..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_escaped_emoji.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8ad7e4922258492dc7d254e91385d6cb5b6b7d9c82ebb8488228fb8d294850d5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_escape.json.sha256 deleted file mode 100644 index b1dd36541..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -df3709e1b19bc2562a9bc0301265c237ca5a5b35bd9bc5c3a7f45c57092e0537 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_escaped_character.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_escaped_character.json.sha256 deleted file mode 100644 index d87b77dd4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_escaped_character.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f3b21db18eed4ce123ecd20c64798ce33a9f409adba22ff49cec573856405fe7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_surrogate_escape_invalid.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_surrogate_escape_invalid.json.sha256 deleted file mode 100644 index a4d3ce43a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_incomplete_surrogate_escape_invalid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -006c749ff0f0e82a966ca6060a880cd9eda45ffa8e561840954a3b0735fda3b0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_invalid-utf-8-in-escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_invalid-utf-8-in-escape.json.sha256 deleted file mode 100644 index eedfa3245..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_invalid-utf-8-in-escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c1ef70149258ff7ee082817269431c45e34f75a2268c3dff56f35d3a4859f1e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_backslash_esc.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_invalid_backslash_esc.json.sha256 deleted file mode 100644 index ad4186765..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_backslash_esc.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -670eca29fffa63a17bb2e87e1157d473bb3b1a2a3e97aab641f53da93d8bde27 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_unicode_escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_invalid_unicode_escape.json.sha256 deleted file mode 100644 index cd3596f10..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_unicode_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b6de004085a3dae0ea9b31230c1d9ce7bc92722914eee188d45eeda803c398a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_utf-8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_invalid_utf-8.json.sha256 deleted file mode 100644 index ece848f5f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d7e1fd6f762f8c56a677954609ede1f15b518a9dd565a719f7841ed6b3e3836a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_utf8_after_escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_invalid_utf8_after_escape.json.sha256 deleted file mode 100644 index 0f547900b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_invalid_utf8_after_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -37d5eedb25cec736cf89a65e86d7c410ce5125e8685a87fb2a276dbccab5ff45 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_iso_latin_1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_iso_latin_1.json.sha256 deleted file mode 100644 index 2e4407451..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_iso_latin_1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -63cb55c1bfc4cc630ed56d854519e04e34a1a85f7ca338a90ff4a0bf900250c8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_leading_uescaped_thinspace.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_leading_uescaped_thinspace.json.sha256 deleted file mode 100644 index 555e6492b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_leading_uescaped_thinspace.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -086051c6d14b7dcf7ba3a0a2823fbb9d96ac8e215a7248640bf55ebce77e66c2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_lone_utf8_continuation_byte.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_lone_utf8_continuation_byte.json.sha256 deleted file mode 100644 index 3c790b293..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_lone_utf8_continuation_byte.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -59de3a862e298c811bf5c494f43104af9c72e0d1c8ee2c2d4ceed7232e9ebe10 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_no_quotes_with_bad_escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_no_quotes_with_bad_escape.json.sha256 deleted file mode 100644 index d895b4edf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_no_quotes_with_bad_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -814a698775017816f2280a649b3f4e824359c4100225294eb5857e244a248d02 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_2_bytes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_2_bytes.json.sha256 deleted file mode 100644 index 422daa3c6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_2_bytes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e17aa42df055ec15b4c3118c8e739fe18a52a047c5a2dc36b5ad1df9bb51aeaf \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_6_bytes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_6_bytes.json.sha256 deleted file mode 100644 index 61628cf47..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_6_bytes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ddb01e68ad635d951563550ed51179f064f534cd0d5f26cf8ca26a69a8299bb1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_6_bytes_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_6_bytes_null.json.sha256 deleted file mode 100644 index 8c3a2a77a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_overlong_sequence_6_bytes_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a6e9429a50beda59e50476ad58c0b18297522149b12deeabaa1acb201e94857 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_single_doublequote.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_single_doublequote.json.sha256 deleted file mode 100644 index 09460ee3a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_single_doublequote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a331fdde7032f33a71e1b2e257d80166e348e00fcb17914f48bdb57a1c63007 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_single_quote.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_single_quote.json.sha256 deleted file mode 100644 index cb90ee68f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_single_quote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0389d0d5920ee2996811974bdcbfe05c9ca0ed79af909704b8485bc86f6eaf25 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_single_string_no_double_quotes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_single_string_no_double_quotes.json.sha256 deleted file mode 100644 index 876ad58ca..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_single_string_no_double_quotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_start_escape_unclosed.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_start_escape_unclosed.json.sha256 deleted file mode 100644 index eea9e4102..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_start_escape_unclosed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -71efe1dd33978d346960b810a8dd22b9bbca77490b3c35d16ae329f457aea737 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_crtl_char.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_crtl_char.json.sha256 deleted file mode 100644 index 8020846c9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_crtl_char.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c85db33857913bc4c4d4f044c72cd06d50ffb5644b2e5093ef8b46ebfe340ed0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_newline.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_newline.json.sha256 deleted file mode 100644 index 44c725e0f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b53a55c51fa3b643f1e760d7a2a98869e9bff4e59edff443a632864c37c29e25 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_tab.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_tab.json.sha256 deleted file mode 100644 index 9e11dbf9d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_unescaped_tab.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f69aad8a6518ca6367a55724dfdc6eace3e202b9035e1f85eab97e3c1495fd2e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_unicode_CapitalU.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_unicode_CapitalU.json.sha256 deleted file mode 100644 index 2ebe2373b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_unicode_CapitalU.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2871101babb06b63ad8cf90cc9c4b49d52f79d7165db60af743cf42391fae7d2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_string_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_string_with_trailing_garbage.json.sha256 deleted file mode 100644 index 95ca339d2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_string_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3861f42f224ea26ea00ff20a8a4fba07e3fb26be247c112cf51f4d9840805616 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_100000_opening_arrays.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_100000_opening_arrays.json.sha256 deleted file mode 100644 index fea6d35e3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_100000_opening_arrays.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -13f86ea1e7edd116d18d4ba6c6fa114cd3c927516182d24259623874955d21d1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_3C.3E.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_3C.3E.json.sha256 deleted file mode 100644 index cdf033a33..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_3C.3E.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5545c186e2e58097f78948f4318b1da4a944853d7aa5d431db0a7cc14328ea23 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_3Cnull3E.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_3Cnull3E.json.sha256 deleted file mode 100644 index 073ccf8f9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_3Cnull3E.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7227cd2265406dc197d250c3f0e5293cee7912acad093392367d8679b221f41d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_U+2060_word_joined.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_U+2060_word_joined.json.sha256 deleted file mode 100644 index 2dacfc82f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_U+2060_word_joined.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aacc3ed19ba1f9596daefc68914fe3253c00703648e8ee606f03823feaed1da6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_UTF8_BOM_no_data.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_UTF8_BOM_no_data.json.sha256 deleted file mode 100644 index 268bf5f4e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_UTF8_BOM_no_data.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f1945cd6c19e56b3c1c78943ef5ec18116907a4ca1efc40a57d48ab1db7adfc5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_array_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_array_trailing_garbage.json.sha256 deleted file mode 100644 index fcfa1f249..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_array_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a0aa4da859bc84269fc36c50a5968cf4109b9b07099c0cb49f331f50c5c848b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_array_with_extra_array_close.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_array_with_extra_array_close.json.sha256 deleted file mode 100644 index 051c5e9b2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_array_with_extra_array_close.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f9bfc9cf84e12516f67e02e9b412520c6ffd0a016730e1da2b5ae32417f8affb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_array_with_unclosed_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_array_with_unclosed_string.json.sha256 deleted file mode 100644 index 43ad4484e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_array_with_unclosed_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7d5c01400b39d5ebebb81a2a51ec727d9fbf722bbf5caff62cb695c4fb288e29 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_ascii-unicode-identifier.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_ascii-unicode-identifier.json.sha256 deleted file mode 100644 index 604be3591..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_ascii-unicode-identifier.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c9e0bfc2ef7439ecd1084b7496f1b96ec27e1c8a80c7811eb7f91d4fa64da666 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_capitalized_True.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_capitalized_True.json.sha256 deleted file mode 100644 index 780fb36b8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_capitalized_True.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b78c88a26a2b512a2964fc4160ddb4d32e2aed8b01219ab5e3666b633572b336 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_close_unopened_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_close_unopened_array.json.sha256 deleted file mode 100644 index c9762426e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_close_unopened_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -892491211326600b77f0464218fe38f041857e6b8cb5253558f03fe6f81ce40b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_comma_instead_of_closing_brace.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_comma_instead_of_closing_brace.json.sha256 deleted file mode 100644 index 45b9c4eb7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_comma_instead_of_closing_brace.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d2b042da0c0664285a8485eec9097afc54e376f1a675818386699c5f2a65433d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_double_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_double_array.json.sha256 deleted file mode 100644 index d3b01e565..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_double_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -821bf06b4dcb406ea508a4a992eadc22f29850cd208ba24aea7c29148de8ccf1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_end_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_end_array.json.sha256 deleted file mode 100644 index b56d064a5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_end_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cfae0d4248f7142f7b17f826cd7a519280e312577690e957830d23dcf35a3fff \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_incomplete_UTF8_BOM.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_incomplete_UTF8_BOM.json.sha256 deleted file mode 100644 index 50b36e703..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_incomplete_UTF8_BOM.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3f801979daa8eb44ebbc793bafe85ec1dd22ca8c976d9069fb0b0195c1cad8f9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_lone-invalid-utf-8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_lone-invalid-utf-8.json.sha256 deleted file mode 100644 index 67ba50558..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_lone-invalid-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ab61ba11a38b007ff98baa3ab20e2a584e15269fd428db3c857e2a2d568b5725 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_lone-open-bracket.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_lone-open-bracket.json.sha256 deleted file mode 100644 index 64a2e7828..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_lone-open-bracket.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -245843abef9e72e7efac30138a994bf6301e7e1d7d7042a33d42e863d2638811 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_no_data.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_no_data.json.sha256 deleted file mode 100644 index 293ce40fd..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_no_data.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_null-byte-outside-string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_null-byte-outside-string.json.sha256 deleted file mode 100644 index ac45835fc..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_null-byte-outside-string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b092606b4e272c079151f7627c83db66b93c3624d0b051e6d0712925ed8b5c79 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_number_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_number_with_trailing_garbage.json.sha256 deleted file mode 100644 index 40be513b3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_number_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4c1731d722cf5ff61708486fbe2593cb779d91d6536e504300da66bdb4754507 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_object_followed_by_closing_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_object_followed_by_closing_object.json.sha256 deleted file mode 100644 index 316488c21..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_object_followed_by_closing_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a299b12f74132eef36aa0ee1005e6ee4c0610572acf986becf7f0905db3d88f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_object_unclosed_no_value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_object_unclosed_no_value.json.sha256 deleted file mode 100644 index 8e264ae6d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_object_unclosed_no_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c6157167c74dace056a67dee056bee30ec1dbe40227b410d1948578317ef87fd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_object_with_comment.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_object_with_comment.json.sha256 deleted file mode 100644 index 7bba885f2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_object_with_comment.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7ed28a9d4e3ca53e831b6ddf4bc8db6f30ac41bd9a95763662b281d41edb57b1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_object_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_object_with_trailing_garbage.json.sha256 deleted file mode 100644 index acf2ba43b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_object_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ae13f955e8b401cc5c6ab62569f4239f38676019e023097e3e811f6ef41f9a60 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_apostrophe.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_apostrophe.json.sha256 deleted file mode 100644 index 2ff215f72..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_apostrophe.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -64821ae0d442bae7ca2d701c40319368af5806f40d93dce67db8eaa982a6c012 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_comma.json.sha256 deleted file mode 100644 index e3b77824b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4ee7b10cd97f554c82c2c22fb1a1c7fdf83e864ffe121b698755f97eeaa209c0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_object.json.sha256 deleted file mode 100644 index 4f8059090..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -48b232fcd18ce2f714a16651ea9f27c04498dcd31ea1329a288c7aa981e1b531 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_open_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_open_object.json.sha256 deleted file mode 100644 index bb33db011..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_open_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8b351adb56355ffc40a4986ab30267eecae89710c63d09cba764a35adfda3ef5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_open_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_open_string.json.sha256 deleted file mode 100644 index 3f7be8b1c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_open_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -18d428401e338337407d8d88da1c82749a360cc94a0e8a94f33eedf730d2d4bb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_string.json.sha256 deleted file mode 100644 index e185323b9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_array_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d87fbfd036243752ee25747924c7b51869985a0f8203867dada08113f7be4406 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_object.json.sha256 deleted file mode 100644 index 966c0560b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -021fb596db81e6d02bf3d2586ee3981fe519f275c0ac9ca76bbcf2ebb4097d96 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_close_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_close_array.json.sha256 deleted file mode 100644 index 8a1ffeff2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_close_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2125223e9996e4c2e393de959aa95e788cfd809a2a85eea6a7bc89aab856a352 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_comma.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_comma.json.sha256 deleted file mode 100644 index def7cbaae..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c78d70af1856bb70da7d0edac1926c86b4cea9edcbf849300d1ccbc174648a69 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_open_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_open_array.json.sha256 deleted file mode 100644 index 5862f35d1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_open_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a4a00261fb75f8b66efbc725ac8c58ab39f613f7aae38ea4fec5497aa09ccb6c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_open_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_open_string.json.sha256 deleted file mode 100644 index 19de5b8fb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_open_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -55505b6f8c3dc34a3b804086a88d4beae35b69af0dbc471d8cd780d37569a50b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_string_with_apostrophes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_string_with_apostrophes.json.sha256 deleted file mode 100644 index 5597b571d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_object_string_with_apostrophes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -19ac7ea02ed8313abb6995c7f83c52d323826a9d925ce172e46fd37919360639 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_open_open.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_open_open.json.sha256 deleted file mode 100644 index 7aeb14129..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_open_open.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -59926679fdeb977ce6a3a45683a7aaf2b1d30d4f4f68435df075bbf195843c00 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_single_point.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_single_point.json.sha256 deleted file mode 100644 index f5d14747b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_single_point.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -de2e331d891ae267a7009cb45b4e8830f170e0c937288ea2731a1941c7a53b0d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_single_star.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_single_star.json.sha256 deleted file mode 100644 index 6181fc26d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_single_star.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -684888c0ebb17f374298b65ee2807526c066094c701bcc7ebbe1c1095f494fc1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_trailing_hash.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_trailing_hash.json.sha256 deleted file mode 100644 index a861b1d89..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_trailing_hash.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ce6bcb6a186a600809549525a2aebae9873e6daf4b5eb08c2b88aaa3c9afe449 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_uescaped_LF_before_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_uescaped_LF_before_string.json.sha256 deleted file mode 100644 index fd6915be0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_uescaped_LF_before_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0d3066fc4d2e4da78f549fd8cbc4e9d26abf100c209f116f58e1fc278f0b274f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array.json.sha256 deleted file mode 100644 index ea04f6fe5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4138c6ae42992f3ca53610b0c858e0f5a5a8d7e3424a81feb73b89f0f1877ba9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_partial_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_partial_null.json.sha256 deleted file mode 100644 index 1415af9da..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_partial_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a244a1a3fc93637d90f1ec6e3df8bb39fdf0658bc1c55f68cf1c3e38d971e05 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_unfinished_false.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_unfinished_false.json.sha256 deleted file mode 100644 index 319a4854c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_unfinished_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -eed9cbf6e6793bd31aaf13a66d2d21b8af7ee6574be5ce70b991249d651c515f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_unfinished_true.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_unfinished_true.json.sha256 deleted file mode 100644 index bc7d36d0d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_array_unfinished_true.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6732ae91c3a7dd2d74828f2683d8a7b084e2f4d003fef7c42fd0e01b81e1dd39 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_object.json.sha256 deleted file mode 100644 index 3ccd3eb37..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_unclosed_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ee07337d690f359cd72160b7345984cc14d987e24d588a8433f257d2336ce49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_unicode-identifier.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_unicode-identifier.json.sha256 deleted file mode 100644 index cbe077259..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_unicode-identifier.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e83979df9d36090142f23051f8e8d7ad48e5c20dff5c9e7b92ca3454f67469f9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_whitespace_U+2060_word_joiner.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_whitespace_U+2060_word_joiner.json.sha256 deleted file mode 100644 index 2dacfc82f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_whitespace_U+2060_word_joiner.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aacc3ed19ba1f9596daefc68914fe3253c00703648e8ee606f03823feaed1da6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/n_structure_whitespace_formfeed.json.sha256 b/test/data/nst_json_testsuite/test_parsing/n_structure_whitespace_formfeed.json.sha256 deleted file mode 100644 index dc4d36938..000000000 --- a/test/data/nst_json_testsuite/test_parsing/n_structure_whitespace_formfeed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3102771b514935404e59053582c064b415c54e08f92d229ea1d539364698b952 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.cbor.sha256 deleted file mode 100644 index bbe668cf8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -73dafe1a9ee2a5640d38482df68ee062b7a5b524fa08bc1a382dacb7f2dfe3ee \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.msgpack.sha256 deleted file mode 100644 index 70ff8eb4d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -cb4ab3daa47d4c94a2257e2f1df1f6f8ac6ff71f69ff74e72e65f636eb8fce86 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.sha256 deleted file mode 100644 index cf7c931a0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -03514ff57dd2364cc63b23ff011cc97cdc0aee89e31f39b538c45efa4a1f093b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.cbor.sha256 deleted file mode 100644 index d67748276..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -92283ac811678eeb047fef61907875e99de56d53c5072588fa740a79f80e6764 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.msgpack.sha256 deleted file mode 100644 index ea750634e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -23a33f9cebdc5c2267426fc75232af9888cac71dd9ea2af9c7d5795e3b3a5927 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.sha256 deleted file mode 100644 index 913ba3135..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -055539df4a0b804c58caf46c0cd2941af10d64c1395ddd8e50b5f55d945841e6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.cbor.sha256 deleted file mode 100644 index ba05e0af6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.msgpack.sha256 deleted file mode 100644 index c5bc2eac4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e076ceaf246b6003d9c2680a2b4cf0bffd069805902b0b5edeebf49039fe4bd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.sha256 deleted file mode 100644 index 3a6a6491d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.cbor.sha256 deleted file mode 100644 index 42ccd944b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b0db23ee733ab03f3228e82b0b000f95009f8e2ec211d96022d625ad01aab812 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.msgpack.sha256 deleted file mode 100644 index ca3b75871..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -e7753f36e0b068250548f2b5daf928f76f55b2df4c2445ff70373a3e9cef1098 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.sha256 deleted file mode 100644 index a801e1d13..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0eb5b8d6f81bc677da8a08567cc4fa9a06a57e9ec8da85ed73a7f62727996002 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_false.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_false.json.cbor.sha256 deleted file mode 100644 index 1d46188e8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_false.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -729b2a4e25b87556c002530dd3132821d83afb35d1ca0af8d858719e502616e2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_false.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_false.json.msgpack.sha256 deleted file mode 100644 index 8539fa197..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_false.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8ccd612937023675de7fc67ff40863cc56d4975dff0f995ffe593826cc7a3e3f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_false.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_false.json.sha256 deleted file mode 100644 index 7dbbdbd66..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -456e2e3fa05ee1e2f4e529558008ce162bbd388a9dd4a923c79543a4a1dba618 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.cbor.sha256 deleted file mode 100644 index 999344f6c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -f3de1f288d35d917f77a94a61c482dc982ad56680ecdfaea71c9e78cbbbc07d7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.msgpack.sha256 deleted file mode 100644 index 9ef06a079..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -9ba6b1a5ea746fe63c890dda461fdd86dc4d3898e5b1687bec5c26f97e804c8b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.sha256 deleted file mode 100644 index 0ac61d101..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -14c644de0d447c3a875fcb1a257cc09a5db3ef047377733066ffc1bee4a17803 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_null.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_null.json.cbor.sha256 deleted file mode 100644 index 6bf479f80..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_null.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -d37a9083fed1fd83f9cbc9e828d6ba77414bbc4157dee32e2b973c94f8dfb3a2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_null.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_null.json.msgpack.sha256 deleted file mode 100644 index 5f439ecc6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_null.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -ba3c63c2b85eb22eaf8c7a61cf2c72d34d0968c3556eef3f74b94052bf587412 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_null.json.sha256 deleted file mode 100644 index 54c1c73d7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d8fc6ceb1f94c6326d6d5483d258fcb2e179e9869325b245d105c2219bf69fd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.cbor.sha256 deleted file mode 100644 index 3c6a48312..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ac38783f6a3b2fe3b579718d6ba8493a456d800665b4433a0e7c823cff90a603 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.msgpack.sha256 deleted file mode 100644 index b664b0529..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -cdca8b98b1dc607bbdc15ba076869dc8b8d9f26d207114ce1983bf74717f6401 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.sha256 deleted file mode 100644 index debf33a90..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f86600a2874fa2ef13591457f10987e1e511915b75c042e6aefc004ec21db598 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.cbor.sha256 deleted file mode 100644 index 3c6a48312..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ac38783f6a3b2fe3b579718d6ba8493a456d800665b4433a0e7c823cff90a603 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.msgpack.sha256 deleted file mode 100644 index b664b0529..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -cdca8b98b1dc607bbdc15ba076869dc8b8d9f26d207114ce1983bf74717f6401 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.sha256 deleted file mode 100644 index 645d1d13d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8654748fb6342dee236173461a2e0527953b974d408af58079e352e26806e8f2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.cbor.sha256 deleted file mode 100644 index 14cd49031..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -607d2d1974fd268fda55c4f912e74261de134d77860b8084421367ea67943d49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.msgpack.sha256 deleted file mode 100644 index 64d5925bd..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -98ec46c85f16eadac580b9f3b6cc7becece3e8bb65ff085106a2cf1579844a52 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.sha256 deleted file mode 100644 index 9982cdc41..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7aebf7c131c4ed7fdb458678a7c61bd6b7d0a13683c753be68822d8ad962a9b9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.cbor.sha256 deleted file mode 100644 index e707ebeab..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -e30f7e51e257e9f7da46b7cfb9174bf9ae2d238491fa07e9f85e2915bfa4d829 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.msgpack.sha256 deleted file mode 100644 index 9537e5090..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -2dba24a10ecf4134982c2b953cb8080848243aa95b41746cadb5ea26eb77a247 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.sha256 deleted file mode 100644 index 73b8c5320..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3e1815164add55525596cf8da31156ded48c3af1a7fd1a1acb23912206fc957 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number.json.cbor.sha256 deleted file mode 100644 index 671028424..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -42209c7f5e76ca7f6be9944e5fc13a7b07165850b7a9a44d3fb0ee193159d148 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number.json.msgpack.sha256 deleted file mode 100644 index bc8f031e3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1b3a0624d57d8143c0b7546108e617afdcc5656a5667aad5ae42a0c37f562a7b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number.json.sha256 deleted file mode 100644 index 1fcd219f4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0bacf2e644afc0036da409821adf0493bec25543aa358bedc3fd1f0a31af829c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.cbor.sha256 deleted file mode 100644 index 2d3de00e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b67c8479e2b915d2611642db57871a4dc02cf5a3d7b85b5ed1b06c1c37407f40 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.msgpack.sha256 deleted file mode 100644 index 3d3338177..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -867ccdea06815eabace7022f01fcdd0b253a29aee8734055d4c1655c476c2f63 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.sha256 deleted file mode 100644 index 4bc095ae3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3973172dd9aa927c372e96a60f9ff968326d872d2ea6a9f7c406742c10a72d9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.cbor.sha256 deleted file mode 100644 index 2d3de00e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b67c8479e2b915d2611642db57871a4dc02cf5a3d7b85b5ed1b06c1c37407f40 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.msgpack.sha256 deleted file mode 100644 index 3d3338177..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -867ccdea06815eabace7022f01fcdd0b253a29aee8734055d4c1655c476c2f63 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.sha256 deleted file mode 100644 index 98c83992c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fd42abd2eda2e279fd612a669f1c21b3665789ab980dcff3d4c286dbe94375ce \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.cbor.sha256 deleted file mode 100644 index f929ebbaf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -fb9731962deb6dd6ee389a0587a999af431050c4aaf97f498c61bcac19a3c17a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.msgpack.sha256 deleted file mode 100644 index bab0414a9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -0e42c652a7d9a5eb459c6b520daf04abbd0b716dd2c900c9050842e35265ae7e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.sha256 deleted file mode 100644 index 3753c48e7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -019bdda64007c87aa50511bb7129d869efcdd1f62b4e8ac2a81bd93a8b03b49e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.cbor.sha256 deleted file mode 100644 index e062f52fe..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -c96d3d4f8b55438d2493ad817276a5e9ee469a834be51bf31751c7527f45d4e1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.msgpack.sha256 deleted file mode 100644 index 675107e5b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -5c8368f26ef8e292cc0320724e9ad88689ef7f88d6c4f15a93869414d9cd1bf6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.sha256 deleted file mode 100644 index a4210dfd9..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ba90e73f1328c9cb5528bb93cf09e02626d4cd923c98c9582affd1c832531a3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.cbor.sha256 deleted file mode 100644 index 2d3de00e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b67c8479e2b915d2611642db57871a4dc02cf5a3d7b85b5ed1b06c1c37407f40 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.msgpack.sha256 deleted file mode 100644 index 3d3338177..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -867ccdea06815eabace7022f01fcdd0b253a29aee8734055d4c1655c476c2f63 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.sha256 deleted file mode 100644 index 65325d8d0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2c1359e904471d2eee87aa1a47657a371a25053d2a257be5470119ce5ba509e3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.cbor.sha256 deleted file mode 100644 index 7e624455e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -196e69eb849147481a9e6d34522b86cefcfd430b84029604ed6c5eb1bc4aacc3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.msgpack.sha256 deleted file mode 100644 index debcc25e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -11ae5444a9c32e7006d608e25fe1c297f76a09ce40bb9b001f4763abb39fa480 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.sha256 deleted file mode 100644 index 65ccaf278..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ed12f6d094097176142c8f51a29d62cf952d5ab2644cdec71f31a1c0480e69ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.cbor.sha256 deleted file mode 100644 index b0e9f0f38..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -160a5b310b3c8044efb2fbb7965479012aca0e68770b5b27f802a917d13dc93d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.msgpack.sha256 deleted file mode 100644 index 82723ed8a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -d32a636e731d9c66c0a5e6b1e0fc36a16c79c2aa866aadda1e70b2a83220ebdf \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.sha256 deleted file mode 100644 index 9855eaad3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d014f6467daa9753d57f0d75067fe62c9f3b0116455a3222c26e58432541b0d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.cbor.sha256 deleted file mode 100644 index 842a181ff..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -9037f92bc91fdcc764a89d9144c341d887ffc83351cc8cf0530555c89920a47d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.msgpack.sha256 deleted file mode 100644 index d84f9693c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d25d76040a1e986b1d60f2cf3209a81bfbf32007d63ff461535a9d73d90ebf4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.sha256 deleted file mode 100644 index e6344cdef..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -406944522156bbc83abcf53df7e601ca959db44ca6cf2cbc1459f410dd9e79b6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.cbor.sha256 deleted file mode 100644 index 6962f4d76..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ab000ff78df5c68478ffea9ae071342bec1c57d6faf7983d9a4099b55a2d043a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.msgpack.sha256 deleted file mode 100644 index 90771bc8e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -3950b045c88770d552c8846f21d26f10af9529ee22c9bc1fa773477558c4de9a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.sha256 deleted file mode 100644 index 620680435..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -764efe9bcaa0a7d3d2d622d7f446cb930a26fff9da4a8331f287af40dac2f577 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.cbor.sha256 deleted file mode 100644 index 232f0b54f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -0907926ca3287011e38a00d7e01cdddbcaebba385b0e6aeba263ff97bae08302 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.msgpack.sha256 deleted file mode 100644 index afbd174e4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6cd06927670bdad21338ca679d3566ee6bc744e6a43c9130b36b85d0c6397c61 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.sha256 deleted file mode 100644 index 6a633d537..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d124b23c696a85177dac41a7a28c853546e55caa5b4798fb917f2c3dc1b331ce \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.cbor.sha256 deleted file mode 100644 index 842a181ff..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -9037f92bc91fdcc764a89d9144c341d887ffc83351cc8cf0530555c89920a47d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.msgpack.sha256 deleted file mode 100644 index d84f9693c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d25d76040a1e986b1d60f2cf3209a81bfbf32007d63ff461535a9d73d90ebf4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.sha256 deleted file mode 100644 index e6344cdef..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -406944522156bbc83abcf53df7e601ca959db44ca6cf2cbc1459f410dd9e79b6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.cbor.sha256 deleted file mode 100644 index a0c331e72..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8ee26b8a02944813c479bb8abdf571afee8104a8e1b0a0d39f5859dbe2570ffe \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.msgpack.sha256 deleted file mode 100644 index ac602f801..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -12e48c64832a8ab37110d46346683df8e930b95915b7ef5479151f4b11bf1b85 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.sha256 deleted file mode 100644 index 22ed527d5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -487520c1738b59febf4b14cddd8e962ea3cc9cec00995d505e0eef258d8f2413 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.cbor.sha256 deleted file mode 100644 index 3bfd46623..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -325218627613f1c91598df582e949a8bb690ca15629b038e41ec4c6620c46c4b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.msgpack.sha256 deleted file mode 100644 index b11d90349..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -a2f1c81e2fcbae63dc1c7e07ec4aab6f9f4bb4c663aa7c3a5afba34d924f080e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.sha256 deleted file mode 100644 index 6f29e45d4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7028e961ff024ebc25747ce356fee6a0eb24f0c108d8eb02af0c0d233f05aeb5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.cbor.sha256 deleted file mode 100644 index 844eddfee..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -e54d014d1dc4b55b2aae9aac2313e3e49082427a14d42289ebab35ffcfff2b08 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.msgpack.sha256 deleted file mode 100644 index 5b11e1f30..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1dc85c74d390f5d3fba80015df1462a84a8c369d13e638b273fc61814f3966e4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.sha256 deleted file mode 100644 index 036fac051..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d4777abe10ed63b34ad7185bfe551f875d0121b20d1fb83703ac94fd5a8ccea \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.cbor.sha256 deleted file mode 100644 index e2c387d25..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3c9e0033af4ca044d7fd1eafd2b8d9adac028e5414e91339efe99bf81e943ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.msgpack.sha256 deleted file mode 100644 index 02f9325a8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -35cf0ba7f9b991bce263a55414a4255fc3a58cf4a105fd9bfc3c9b26f84d3d83 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.sha256 deleted file mode 100644 index 04b5295f0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -15b33591966758437b80030f60c7941bd3a5d42f496d46b9d78ddad1c1e953e1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.cbor.sha256 deleted file mode 100644 index bc43b680e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -22f1f5c08baffdf1348394d723ec45289b36f2499110e287f1dbad7efe054fef \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.msgpack.sha256 deleted file mode 100644 index ca1ec7434..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -41016ce5843d910d4857d6373bc070bf6b0e913a3b79d02ab3aaf8b1f0b2b53a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.sha256 deleted file mode 100644 index 9445f537f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -440ffa21e6f0d58c090d99f2459a150ad0907bd6aa090f7c8811dc84a18ffefa \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.cbor.sha256 deleted file mode 100644 index 3bfd46623..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -325218627613f1c91598df582e949a8bb690ca15629b038e41ec4c6620c46c4b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.msgpack.sha256 deleted file mode 100644 index b11d90349..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -a2f1c81e2fcbae63dc1c7e07ec4aab6f9f4bb4c663aa7c3a5afba34d924f080e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.sha256 deleted file mode 100644 index 094adafb4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2a43df431a4412183f3b0e796a4fdc5488469428e91527cdaf40434e3d64c8ec \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.cbor.sha256 deleted file mode 100644 index 6b7a51724..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -fb300a8ae3b013f84512dafccb04aa1a41fd860605980df9b2c3bf1e481feb83 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.msgpack.sha256 deleted file mode 100644 index 2eadbfcdc..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -7ae3eb9186dc78e8e6c2198d9b5ff46984f485a29bd46528b076069233df4ca8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.sha256 deleted file mode 100644 index f53cede12..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -02dbc9e54463fa3b2a0eb7eaf990fdfbb577850414e44089c3e55712271a23a9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.cbor.sha256 deleted file mode 100644 index 844eddfee..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -e54d014d1dc4b55b2aae9aac2313e3e49082427a14d42289ebab35ffcfff2b08 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.msgpack.sha256 deleted file mode 100644 index 5b11e1f30..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1dc85c74d390f5d3fba80015df1462a84a8c369d13e638b273fc61814f3966e4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.sha256 deleted file mode 100644 index 3b3d2e698..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -021e295090984a454b83295322b0b7e58d1460036fd48c010864ed8adda8e48c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.cbor.sha256 deleted file mode 100644 index 7e624455e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -196e69eb849147481a9e6d34522b86cefcfd430b84029604ed6c5eb1bc4aacc3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.msgpack.sha256 deleted file mode 100644 index debcc25e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -11ae5444a9c32e7006d608e25fe1c297f76a09ce40bb9b001f4763abb39fa480 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.sha256 deleted file mode 100644 index 164672c23..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -da343ec51bb98bd52b77889b8195feb916ef86cb7813c168ac6255442412a307 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.cbor.sha256 deleted file mode 100644 index 2d3de00e0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b67c8479e2b915d2611642db57871a4dc02cf5a3d7b85b5ed1b06c1c37407f40 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.msgpack.sha256 deleted file mode 100644 index 3d3338177..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -867ccdea06815eabace7022f01fcdd0b253a29aee8734055d4c1655c476c2f63 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.sha256 deleted file mode 100644 index 4f75cd7bc..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a2d94b618d77571edc861b072524837131b3b637bc03722190fe5a1d9d9ff8a4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.cbor.sha256 deleted file mode 100644 index 09937b9c0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -c04d1cb6a3a6f18561adc1c4864738fcff9d4a0c563a61e750cda51b800edeeb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.msgpack.sha256 deleted file mode 100644 index e7b421792..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8d24c531ade977d3ee872ff328cc3eca65750a199ecffc76fb14c4383dda5f52 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.sha256 deleted file mode 100644 index e92b4f34e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -201add142419aaa1ff8bf4b25772b7af870d06753a642c57a49640cd9835f6d4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.cbor.sha256 deleted file mode 100644 index f06f5b1a8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b2b52189b732239d5b3a4548b14b97c2201f7a6aad695e326bab2c3936759db \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.msgpack.sha256 deleted file mode 100644 index 089fade73..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -59b8702e947df6aad9b4805b0ecff1226d6d7f9f761e8af80fe1e120204f21d7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.sha256 deleted file mode 100644 index c6441760f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -da71a3f6f94e299177d77eb6435ba108f05a6e6e2669a13294c9dc7eb29e3020 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.cbor.sha256 deleted file mode 100644 index 087cdaaaf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -591b7cc95037822dec5a4d593a2e2e8b19c07ddd2570e5699003d17f14c440a6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.sha256 deleted file mode 100644 index 49b33bfd1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -dc7e49f1ab202d58242953cbc96224118922f38e712307034bb32c1eecd0ad65 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_too_big_pos_int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_too_big_pos_int.json.sha256 deleted file mode 100644 index 01f6e6150..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_too_big_pos_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e7172a9602cb82291195c39a042201a2d0765d41138e05bed1ff800b6f83ecba \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_number_very_big_negative_int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_number_very_big_negative_int.json.sha256 deleted file mode 100644 index e1580811f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_number_very_big_negative_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -735b3dcc58336f383e4668439dfbde6147b25f8f5a2548873e7979813e55d48b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object.json.cbor.sha256 deleted file mode 100644 index 39ccaff1c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -793e639d611072ac07f59ae59a879cc22806c561420a1d888deeab3af0e9deae \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object.json.msgpack.sha256 deleted file mode 100644 index babfdb69f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -78b1c9e625856eac661e058b7ac572333404cafc3e7686228b70e45323f92253 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object.json.sha256 deleted file mode 100644 index 0f78d1f05..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2d2df3a9238ce3d7ee68794dafbca7439308cc9abc685806ab8d80e3f7e6c5a2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.cbor.sha256 deleted file mode 100644 index 6d6ff09c8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3f516f07c093aa716db432965ba81a26cbd872c74861d7236ded023c38e9126 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.msgpack.sha256 deleted file mode 100644 index d01a7cfb1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -922833480ea98bfed8c7732e9f5e2d9f1b68bd5caa923e3e59b5f097fb08d5dd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.sha256 deleted file mode 100644 index 86b71ded5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aeab10e350ec1756ea24bc72181b19979e86c9585ced7b89e8a657e75d239c22 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.cbor.sha256 deleted file mode 100644 index 82255b832..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -a25ed047971c7bbb820b65388481473a0998fb8f53d45f989f9975f32a7c8eee \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.msgpack.sha256 deleted file mode 100644 index df5a3b16c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -bbc308479ecfc148d9153f20a9f07669d724df5ed095775dbd6fbc275f27b2d9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.sha256 deleted file mode 100644 index 45f6f47d0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -94766ff02436ccd9bceddab5ed15bd3df3d5d6cee3ca0a34c9ad1fd1a9bed523 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.cbor.sha256 deleted file mode 100644 index bae10f8df..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e9d5507d32907ef1f11230c6c37bdf613fd0dfdb7b6c89bfef9648123fcb265 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.msgpack.sha256 deleted file mode 100644 index 2cb03218a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1374d7585f3927aee84806788db0650cc8f9071f041ad079879e34c99185a442 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.sha256 deleted file mode 100644 index a93b2e0a7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d89b7a808458bca34b53d4731a66402ad3731942e4a5da221a1ac9be564e4235 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.cbor.sha256 deleted file mode 100644 index dc689376d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -c19a797fa1fd590cd2e5b42d1cf5f246e29b91684e2f87404b81dc345c7a56a0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.msgpack.sha256 deleted file mode 100644 index ba05e0af6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.sha256 deleted file mode 100644 index 4cf11bfae..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.cbor.sha256 deleted file mode 100644 index 3118fb22c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -bae777429227d2183f56a119b8662e232943e68d4405344a049a4983624bbbfc \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.msgpack.sha256 deleted file mode 100644 index 11ec857e3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -90c25c9e36667d3ce930088ca1362bf1bba05823f3698d2f87037fc166dc0d5b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.sha256 deleted file mode 100644 index 0d0684b9a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d741b146801696dd35e34575e778730f06b2ec4bb5ccee13166f36c0761a55a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.cbor.sha256 deleted file mode 100644 index 336c85463..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -e086f5a83cf38b7303d4bff6ebe5b6032d5125ca136168b0d248aac3657c8a5e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.msgpack.sha256 deleted file mode 100644 index 495b62ac4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -5352a81343f4e7c325ced3d68c2766a2eccdc4f4737fef90ef530d2f06108459 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.sha256 deleted file mode 100644 index 2b2516a82..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c3c00c78ceca5a6cce2f0aefe316b5352117011f6f9a471a18eb4f3c1930739 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.cbor.sha256 deleted file mode 100644 index 9be5d2a5d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -e0d45c62bfd8062a09208ca3dd1d7dbd03b8dac86e4f078b36b58baebc4c1024 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.msgpack.sha256 deleted file mode 100644 index eaab1c142..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -7a456211572c248bcb755bf87aa7c0e2d2ef539788d6f6e28a6ad0b3faf619e3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.sha256 deleted file mode 100644 index 1aa753a1d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a46f36a13a1bb69b26785a2a7a7999cd4ea9d19c6ee4fb4cd6a0ab2451ee06ba \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.cbor.sha256 deleted file mode 100644 index f1d8f61b7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a7ea291345cc1a716e94b42e13f94b7f2c2fa06e1046aed00b6af323dfb3d5d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.msgpack.sha256 deleted file mode 100644 index 12a3019c7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -956c4867fe2523962a47d03e3bf74a4011d04fd47084e9ebc7f1e11900b6c471 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.sha256 deleted file mode 100644 index e985fa1a4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b7afdd9d8feae8fc6a4532b01bddea0691994e8ed7e4a93303157c83413d156d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.cbor.sha256 deleted file mode 100644 index 271d35532..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -0de4fd6053891c27e6e25ff0cb5937c6f81bca2c35debd8cd26333631e892fa2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.msgpack.sha256 deleted file mode 100644 index de7178392..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1fbd83bb55ecce79580f13d7395ecb84b210b2017c1160a6b2bde3050556c375 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.sha256 deleted file mode 100644 index e86d4f178..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -50e8660084976a10f0b3b9b3a6352d5881cbd219b5587a26224971a60ff2cc55 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.cbor.sha256 deleted file mode 100644 index d0928606a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -39d0bcb889f2a1ede104dbe279c523122cbafd50c272fba01f759490af68b710 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.msgpack.sha256 deleted file mode 100644 index 0c26798b6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6c5bdceafd9d98372345d97e656183a7e742e04737b500590bb3677131949f16 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.sha256 deleted file mode 100644 index bd6d7b5de..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -edec7a6f5af644b0b729f4c822d60dc74575dfa11157fc6e6a855150d286aad8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.cbor.sha256 deleted file mode 100644 index bae10f8df..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e9d5507d32907ef1f11230c6c37bdf613fd0dfdb7b6c89bfef9648123fcb265 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.msgpack.sha256 deleted file mode 100644 index 2cb03218a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1374d7585f3927aee84806788db0650cc8f9071f041ad079879e34c99185a442 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.sha256 deleted file mode 100644 index cee395341..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -27e0a21606c52d12b7eacb1ec1cb18dfeb847077ad5dfa229af81ce9694065aa \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.cbor.sha256 deleted file mode 100644 index e61c6b059..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f82176f67595f679ed78713f221e012770fe55d6b6014d4fb2e6fb0075af806 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.msgpack.sha256 deleted file mode 100644 index 27b25e1a0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c65a730ffaf30d2722f914374a971ea1b633b136b64334063b627f22e7f20d78 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.sha256 deleted file mode 100644 index 5fca94fc5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b9f5b15f84663a920e537ad55693aa2c6aab6b8e499c6187f54116b8a78800d5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.cbor.sha256 deleted file mode 100644 index 95576cd33..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ec5ced97027d75fde39b5406d161c100ac0f8731c3afe09bae7879a7d5f9cd01 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.msgpack.sha256 deleted file mode 100644 index e6dd3160d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -498d6eff6d1c3c542c6b7ad0a09b9969e0ebf5c5ee528ad6aee76034a8c591d3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.sha256 deleted file mode 100644 index 0eb95a14a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fe59c5b3de3b68f7c7fb803299e2bcf5b280a45c2fca2ab2cb2391d8024e3dea \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.cbor.sha256 deleted file mode 100644 index bb6eece41..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -2d0d4fe885efc3ce9aea0cd66948c9057b282c6e7f151f8b4ae3ad1a52eb86de \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.msgpack.sha256 deleted file mode 100644 index 8560d9ef3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -fc581fea463bc7f208a436e31fc917f3a2cef12f2a85b96a5feacac942e1533e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.sha256 deleted file mode 100644 index c56198fe6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -112c1de300c75efe3328e044b785388e1adaa1a4d11d05b04c4f8c20758ddba2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.cbor.sha256 deleted file mode 100644 index d83b6942c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -dae4f834d7c11ed832e5a78b996e2b278bf8734e570d32364b91085e73a1340d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.msgpack.sha256 deleted file mode 100644 index a8c894f7f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -08d77e25056aca269315d7f596cf28043ad47e0b5502283e5c83f8440b335390 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.sha256 deleted file mode 100644 index d3f154c3d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9df10c47273a7e385c87007e8629b34a30288eb24752c9e1c519256b46d6e287 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.cbor.sha256 deleted file mode 100644 index f6ffc4250..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -64f9041fef91ec06c4205ba0ca6bc1ec116dd68a92e1f51cbfa862b8dcd03f3a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.msgpack.sha256 deleted file mode 100644 index 424cae58f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -7a4985d87c0988ebbb4f307869f3e51c96532968439a40049f24cdcd78164407 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.sha256 deleted file mode 100644 index 5870919eb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8eb4cce67d4f8e6d61a3e719f6910d3b770cf7493a95f85c33c503b57506263e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.cbor.sha256 deleted file mode 100644 index 15ebdb613..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -f4ce704c4e6cd3cde1ced8ebe25f927fc709960a6a4bea3d180bdc3de9963d2c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.msgpack.sha256 deleted file mode 100644 index 2e2eb0e5b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -46f4ff21ac115a5f8a4608067dcf8bc5e3697c16bbe5419649e4f22eaf3ae15a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.sha256 deleted file mode 100644 index f7f0dffce..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b53b019aabe34fa44bb6b82c3094665572dbec4f673c56ccf539480ad769d931 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.cbor.sha256 deleted file mode 100644 index 74afe6e05..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -bc7791f903a7e9643a6115f7e05258f3ecd46f26a8eb3093bde3697e996677bd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.msgpack.sha256 deleted file mode 100644 index 849d2b35d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c717a09dcb3bb1a38ffa343c4b0b6195707bf32502286d8f7c04f3de92489f27 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.sha256 deleted file mode 100644 index 1ce521907..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f3e471a47b03bdaf13bbd20b97f5490974eedb5a8b45763c8164f9d6255339dd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.cbor.sha256 deleted file mode 100644 index 7ad67fabc..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -173263d44cec73c16a49a1a60b6220d0c42b218885bdacd60bcfe78434f27db1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.msgpack.sha256 deleted file mode 100644 index f9ae0702f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c79e076974d117a46fba4f8c6d34cdcdfd978198cbf69f7c49c89b24ed90e4fe \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.sha256 deleted file mode 100644 index 1baa68a1b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -82b15308414d192008b8f6f1463a5438dba9b64ba529e0171dce571a4d7a9450 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.cbor.sha256 deleted file mode 100644 index d05a8cde2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -98464e2457db16df76069e94092bcda13298612cc198949c58e5fd0bb2b4687c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.msgpack.sha256 deleted file mode 100644 index 2bb353c20..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c543d5319cbd1e1b8a649873e93b6a05e2676ae9ce1424112594a401da5db91f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.sha256 deleted file mode 100644 index 1d1f1e427..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ea5f706e0e55ac56444147f4e7b2252c1501a8362ca150d2735e47f4be4746c2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.cbor.sha256 deleted file mode 100644 index 51f3062c6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -fdc2cc0d6106fd8fcd9ca0f8304c111a253fbdcd88f020fbd8b5dd4e5b074da3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.msgpack.sha256 deleted file mode 100644 index 2f4e6f0e3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -e973f248a3f39764d0ada22a0b9106cb084909be5a891cbb1e59fb029ef49e2c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.sha256 deleted file mode 100644 index 03fd6a328..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aa9c977fcd275f87135c1874663c150c9f91a6abf98789dbc98df19f77e59ca2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.cbor.sha256 deleted file mode 100644 index 950476d47..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -5a0f8bf41c2df016ad6ede3f7bfbdf21310e6ff19f0ff0314763691e73bcbea9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.msgpack.sha256 deleted file mode 100644 index f5c2c2b81..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6dad020a9777c8dff31028a28a25dcf08e33546de014f070dcb4764e02be0d2c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.sha256 deleted file mode 100644 index ef70296f8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1a9f37085203c6d712945c5fb87ad5e08fa38515e51ee4a637c7558bb1b82725 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.cbor.sha256 deleted file mode 100644 index a56a5243e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b7d55bec623de741fc28dd6ae7c380223c32f0e163d082622fbc0bc05d9986a1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.msgpack.sha256 deleted file mode 100644 index ab4b6a295..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -b494dc3e2c289750945515ac861b865d8621464e23e3bc1fff004d9262b77250 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.sha256 deleted file mode 100644 index d3bd8c2a8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7ad0639c7fdd0e13069de162757a5e76dd7c2e6fe46336bd5b60a44a55f394cc \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.cbor.sha256 deleted file mode 100644 index 90664f3b1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a9e2083a38bea5b9d06a7cebf1525790c5c4e2662e1598eb3bc8b24fbb9e573 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.msgpack.sha256 deleted file mode 100644 index c1ecdc0e2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -823a2c452b030a65a3426ca50e56475534be69667ebc038bb610b340ff5f782a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.sha256 deleted file mode 100644 index da8bb6212..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -88d0d49f2caf8f249e81a3c4a12657678594af2ca9867b193993b02bb4cf6814 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.cbor.sha256 deleted file mode 100644 index 90664f3b1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a9e2083a38bea5b9d06a7cebf1525790c5c4e2662e1598eb3bc8b24fbb9e573 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.msgpack.sha256 deleted file mode 100644 index c1ecdc0e2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -823a2c452b030a65a3426ca50e56475534be69667ebc038bb610b340ff5f782a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.sha256 deleted file mode 100644 index c5d920322..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c8a83a0f75ceabc50fb63ac3cd3a9ef8531e6730d0997558728b84fac149edb3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.cbor.sha256 deleted file mode 100644 index 39dabef93..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8c5253237fb748584698c3873c5f35ad5def7bdb3cf64835b788aa25f285f21a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.msgpack.sha256 deleted file mode 100644 index 49ad19ac4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -ccf2613c9916eeb028ea484a2bc9d0656ecbd7454d61e9f5c42d75bb6a1ffaaa \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.sha256 deleted file mode 100644 index 15f332f7d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -03483610a167d485199cd64bb562340752c1865a11c543bc8fc786496fa93940 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.cbor.sha256 deleted file mode 100644 index 472d0d8a3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -a948eb409a45191a8cea3ccc7f5440c2f8f3f297adc329e5ef46b2c7d6e8cbd5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.msgpack.sha256 deleted file mode 100644 index a4a189438..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -07af9f6ac9d4c840b9f23cf5bcf9ba7b0bb2443ce2051e2e040e24a16b896c49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.sha256 deleted file mode 100644 index ce45b824c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -770046219042aa550c693bd6a2b776dee6d317705a67495b6cbc8426e3db1655 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.cbor.sha256 deleted file mode 100644 index 39dabef93..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8c5253237fb748584698c3873c5f35ad5def7bdb3cf64835b788aa25f285f21a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.msgpack.sha256 deleted file mode 100644 index 49ad19ac4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -ccf2613c9916eeb028ea484a2bc9d0656ecbd7454d61e9f5c42d75bb6a1ffaaa \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.sha256 deleted file mode 100644 index f6797a7de..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ae205bae31537db2df3b058d4847c3e8c184b0e5a5e93dcc11de6202a7bc1c3f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.cbor.sha256 deleted file mode 100644 index 4e71eeac6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -1e5140170724a48e2aaf84c9132272268a83db6bd38ae2e31e48ef0d6b2965e6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.msgpack.sha256 deleted file mode 100644 index 451ea821f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6f5bac83c994a34c4e064b6a8d95a2d1299b07f10a380c4bef8d35d6d6d04433 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.sha256 deleted file mode 100644 index e90a087c3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4cd40b9e988de371b814d7ef6fffc56acfa5b8ef1ccfa373ed618d3313e8bdc4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.cbor.sha256 deleted file mode 100644 index a56a5243e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b7d55bec623de741fc28dd6ae7c380223c32f0e163d082622fbc0bc05d9986a1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.msgpack.sha256 deleted file mode 100644 index ab4b6a295..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -b494dc3e2c289750945515ac861b865d8621464e23e3bc1fff004d9262b77250 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.sha256 deleted file mode 100644 index 23d6c0e9d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f71019c976f92080edc1802b707f306ce74360ba5b21481c3ce5f39631ab5f74 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.cbor.sha256 deleted file mode 100644 index a875f33e6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -c4aadf60b78e0fedb947d9f9898d6fa790adbeedade941ddba32051fdbcb5cbb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.msgpack.sha256 deleted file mode 100644 index 98f006c8c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -3f71d48e768c6ebcaad2ed0b1adbc7a3461da6acf2b14741e85abd84984b39d3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.sha256 deleted file mode 100644 index ee2f260ca..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e8d092a2abe0afaefae429a5cf3715c71efa25daf1ecb041d8926e5a75e1c12c \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.cbor.sha256 deleted file mode 100644 index 987df3a22..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -75e6374c4457520a356f396eee81133aacc0519c9ca3dc2d049e27846640a84a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.msgpack.sha256 deleted file mode 100644 index 9c7890392..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -d7c1750eb9fe0567de7fb70f60f9dafd331dbf68a2ed54b25b6588a5cc88fa0e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.sha256 deleted file mode 100644 index 3a1b11ff7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -440a346596ed50e35bd72fb0bba49b20c67bccf8899ae5ef1d73890f40e9593e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.cbor.sha256 deleted file mode 100644 index c06798099..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -698380cea4ba0b99967ff393fec117aa8c7d91eb623076ea3b733ee46dc9b48f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.msgpack.sha256 deleted file mode 100644 index 140d999e3..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -5f883265533b4b7c7da9dff6cc1da21dca3a8b8f40e5a12c1c32fc772a4e406e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.sha256 deleted file mode 100644 index f243e8e5d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -60373866a7dbaf4c8e7dc2b6428d8ac337331bd758ecdbeb27d6cd0eb3e9f8b4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.cbor.sha256 deleted file mode 100644 index d293900a2..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -1db264fd720f054afae08387428e310812eb21f14b4a4b44608223d9a8f1d849 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.msgpack.sha256 deleted file mode 100644 index 57eb5930d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -bc8e20f023e0fb46d2433987e14de6b7607f21d04087b60c978403913ea163e8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.sha256 deleted file mode 100644 index 730ceb09f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a7ad412f8443140eae23fb4129c10c147bb81a17c76111803be58b7eeb1bbeb7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_space.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_space.json.cbor.sha256 deleted file mode 100644 index a69d66aaa..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_space.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -6583dcd6056fd32aadd0d2d0be920de99f6ff08b80065e4b9142aaa4169391cb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_space.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_space.json.msgpack.sha256 deleted file mode 100644 index fc8e9b082..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_space.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -b836adce82a6ed5aafe3c5d9328ad28ad1ea3260f9548d48dafd101bc0f56a63 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_space.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_space.json.sha256 deleted file mode 100644 index 477966892..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -52109349dabf69106e04ec2f493fb8b6ade94ea100227cccce6559ab8b96553f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.cbor.sha256 deleted file mode 100644 index 8a6a2e5ea..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -00dc110060ad50c16b6d5232b03b078801eb5a4e49a7f57a5d32b67916362101 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.msgpack.sha256 deleted file mode 100644 index 88442dab7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -6559e5b2848d77be1fbb9a77d3b6449a7f976e5b7939f146b9a5af25ceaf45df \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.sha256 deleted file mode 100644 index 25497651f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -eb3da7d2b738cd455a444490897d290a8a89cf3830a0443bd32a319854882926 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.cbor.sha256 deleted file mode 100644 index 428ce2af0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -a9247946c749a3b7ae8fbb669198b067b107f5db53af84ce08fe3d1f8ccd90bc \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.msgpack.sha256 deleted file mode 100644 index 2195a925b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8b72c936dc88806aac0cac935cec89c05fa7324517b369013e41ca3f36d04422 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.sha256 deleted file mode 100644 index 94962f7bb..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92a4c4eff0bf782553cc5f0309c56fc8e1cd749d98756df3b47400e016558550 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.cbor.sha256 deleted file mode 100644 index fa87b7f6f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -fb8d01287d6ec97628f6f9026464b92c5bf6d5b258d7bc7836282d9756037bcb \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.msgpack.sha256 deleted file mode 100644 index 630de4044..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8bd1b516cb8a8f6ba697ce55c31e07d2fadc2510986053852b24cc8240f1dde4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.sha256 deleted file mode 100644 index d79d10099..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7cf97fa4811058a28bcd46d0a8a829c52b3577451e88bd32a2ba711905112273 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.cbor.sha256 deleted file mode 100644 index 77d32680c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -aedc14bff5f98e63adefe7428fc66fb642feef1704ec0ba8f5a01dacec560484 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.msgpack.sha256 deleted file mode 100644 index 57524d673..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -308ef75276ce9973a6f0b5527e6b69e79566e3ad5015aedbc03aa2c44f2a7688 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.sha256 deleted file mode 100644 index cb7d06a84..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bd532d486bbb87075166aa0ac00c967ba019ed58e603ed644f0b1c099ba262f5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.cbor.sha256 deleted file mode 100644 index 129a534c6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -024c9ac7fec9fdd1d1bd2936ba9cc08a28f82fda1c19529e9ea20fdfc40bbf60 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.msgpack.sha256 deleted file mode 100644 index 6604ea430..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -53b78468216a1cb14f76a77687666973691b20b47ecd6d15f38a9543ca80cad7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.sha256 deleted file mode 100644 index b32d5f773..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a69c93369dd5e8e3f07db70b9110f59998fab55c1d8eac6a37ecebed3d1f8516 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.cbor.sha256 deleted file mode 100644 index fae26bf60..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -882fc1b38e74bc70660fcde24a3bee22225c45c3ab00df7ec345567c9810c6b0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.msgpack.sha256 deleted file mode 100644 index 5ac215ce6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -f05f90711c9927c2a83a04343f67a2418c5f98057bfafa785d3d1fe6ddc309a5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.sha256 deleted file mode 100644 index de9517939..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2366f354a28f19c40b4994ae5a341137807c954180c52cbc9d56a75722dcdeed \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.cbor.sha256 deleted file mode 100644 index 4c9c700d7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -e7bcf57210779fadc084a6fa18bd7dfbf817d071858c3eabcdc524be5475a463 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.msgpack.sha256 deleted file mode 100644 index 5c588ac9a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -73f154656586f4c7e59046ed2f00c9799c1089f04c8a7de6d32013db4b3afb9e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.sha256 deleted file mode 100644 index 1cf8ea349..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3db3f981f8e96028e601cae9bd8098852df6cc1b751b9c4ed56a2f2df85b7d98 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.cbor.sha256 deleted file mode 100644 index 931b5409d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -09fcb71009421628152e8039f8768119f212457e9d66387da25461a50e5547ac \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.msgpack.sha256 deleted file mode 100644 index 4f67ce02a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -3433e531bd3fd68459a5b1a924651a35207ed95e400ef68c6b50a03cd2f55022 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.sha256 deleted file mode 100644 index 54cc123ea..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f791a3c18024a7dec0d9dc92d7cf9ac8f2100409e1c5f196d510fa543195c787 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.cbor.sha256 deleted file mode 100644 index 3f64c02e8..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b2068236275216aa92a92ae9a0278c3be5f6d96d921ab05402234b5d0d437013 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.msgpack.sha256 deleted file mode 100644 index 533f574ab..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -905eb63a86a6c49f0e5d9d2db95a752c9748eea2444dac3df35940ee04e7e4f3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.sha256 deleted file mode 100644 index 0e7e094ba..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a44e2ecefdcc43bfea052cc63fd8e02348e1bf50640b7f50919db3d02c3bd05a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.cbor.sha256 deleted file mode 100644 index f60f5e323..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -26be77b360bb2729357c642c04aeba29cbac2e0cd17422caf2300241983c5b5d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.msgpack.sha256 deleted file mode 100644 index f35a9f4bf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6a620215ccc44e2f09dda0eeed699646562268253547839396c8e83e1cc540e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.sha256 deleted file mode 100644 index 8e9eab6cf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1deed1d5984a8e96e6901eb3cbbe3516611459ff622136ec47181e33e604a598 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.cbor.sha256 deleted file mode 100644 index 79b0c4bec..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -6f19c1df7786f1851e09db214cffdfc7f79ddab5a433dfc5dee53b1d26944562 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.msgpack.sha256 deleted file mode 100644 index 26bd8f49a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -5dc2a58e0294a85fcfa422921ed66c03e353afdb0ee9b486061feaa3d2f96d62 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.sha256 deleted file mode 100644 index 18f6f616c..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7312cf1ea2ada2cebd1a374504dc14232e877ac58fff149ec61dca0d7bda4775 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.cbor.sha256 deleted file mode 100644 index 74afe6e05..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -bc7791f903a7e9643a6115f7e05258f3ecd46f26a8eb3093bde3697e996677bd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.msgpack.sha256 deleted file mode 100644 index 849d2b35d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c717a09dcb3bb1a38ffa343c4b0b6195707bf32502286d8f7c04f3de92489f27 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.sha256 deleted file mode 100644 index 1614299c5..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0cd3133261a2fa55220280b49f19b46f59bbc5f0298f00c1bb3470125b58ff8d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_utf16.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_utf16.json.sha256 deleted file mode 100644 index 475066bd7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_utf16.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6a9c15ecc8fc3da72b0ba5e3539e07f2aad3c704b496fe3496579dc723ce49c5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.cbor.sha256 deleted file mode 100644 index 3a4fb111f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -00f3136d48ccdcf3de143493d88e7d91dcbc021907ca02fad774235447e90dad \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.msgpack.sha256 deleted file mode 100644 index b7ad65dbf..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -f669ce49da4eedc5886e5707b8da4ff9a912ebae8b693149c6388ccd10f4f5f7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.sha256 deleted file mode 100644 index fb1756130..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -adec79032c3509dce21c9b0b96445a0fe398533d6647d12abc639eef16e621ab \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.cbor.sha256 deleted file mode 100644 index 07432523a..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -bf7a87f80e044931a595fa7292fe6b55a8baca82003372331f8ec2a6ab75b7b0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.msgpack.sha256 deleted file mode 100644 index 9e7b15519..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -55ba509c731485bf69b2cf11d58cb79ee4f79e1f78c5a7ef01e083778a7c0b9a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.sha256 deleted file mode 100644 index 3765419aa..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -db99989c39740edd8dda79380e881f7d0837fb88481dafa65dd5cfaee0038fdf \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.cbor.sha256 deleted file mode 100644 index f39c107db..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -2017ff3461395672aa0aa4f64894fd2f95a4b120e2690e8951656d79adc2eed2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.msgpack.sha256 deleted file mode 100644 index 2f7620194..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c557e71380112b980eaf1145fa80621130dfbdfa1e375d87ae0018b7c60ac16b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.sha256 deleted file mode 100644 index 4dd9ed8d4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fcbcf165908dd18a9e49f7ff27810176db8e9f63b4352213741664245224f8aa \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.cbor.sha256 deleted file mode 100644 index 041e6a82e..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -7f83f7bda2d63959d34767689f06d47576683d378d9eb8d09386c9a020395c53 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.msgpack.sha256 deleted file mode 100644 index 6181fc26d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -684888c0ebb17f374298b65ee2807526c066094c701bcc7ebbe1c1095f494fc1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.sha256 deleted file mode 100644 index 62bdfb95f..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -73475cb40a568e8da8a045ced110137e159f890ac4da883b6b17dc651b3a8049 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.cbor.sha256 deleted file mode 100644 index 6ccb2fe91..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ef36cdc8e3188a8d801a01ff67946de6ed72ad128b689253ecbf250f03541dba \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.msgpack.sha256 deleted file mode 100644 index e3cfbc4de..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c801c0ac6bc5bbcd5680bcba16a1f2b66d687522c4e84d11f09ce07c49b1e66 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.sha256 deleted file mode 100644 index f95e219f0..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ffe616e28103a848cc8a18531f5ba096e153b50c6d597297ad5cb69e39496f6a \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.cbor.sha256 deleted file mode 100644 index fc9fa3184..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b0b2988b6bbe724bacda5e9e524736de0bc7dae41c46b4213c50e1d35d4e5f13 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.msgpack.sha256 deleted file mode 100644 index 9546f1467..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -e4ff5e7d7a7f08e9800a3e25cb774533cb20040df30b6ba10f956f9acd0eb3f7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.sha256 deleted file mode 100644 index 7e3e896c1..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -74234e98afe7498fb5daf1f36ac2d78acc339464f950703b8c019892f982b90b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.cbor.sha256 deleted file mode 100644 index 993fdeb7d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -880a0175fd50a7b0278fd90d6a375cc16a9959ee9f4a999b012e0089948a96f1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.msgpack.sha256 deleted file mode 100644 index ccd666278..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -4e794aebec5fef8e3459e09cee5239fe50c73eba4381419fd1a4bd2fb606135d \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.sha256 deleted file mode 100644 index e9f609492..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cf48780abab649b585d02731f300e2859eea427b0b61de647b87d3c3c8b91ead \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.cbor.sha256 deleted file mode 100644 index b3e2330fe..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -27abdeddfe8503496adeb623466caa47da5f63abd2bc6fa19f6cfcb73ecfed70 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.msgpack.sha256 deleted file mode 100644 index ecefc4721..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -ae3f4619b0413d70d3004b9131c3752153074e45725be13b9a148978895e359e \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.sha256 deleted file mode 100644 index 34ffc07e7..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b5bea41b6c623f7c09f1bf24dcae58ebab3c0cdd90ad966bc43a45b44867e12b \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.cbor.sha256 deleted file mode 100644 index 3c4ea0024..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8d33f520a3c4cef80d2453aef81b612bfe1cb44c8b2025630ad38662763f13d3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.msgpack.sha256 deleted file mode 100644 index dc689376d..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -c19a797fa1fd590cd2e5b42d1cf5f246e29b91684e2f87404b81dc345c7a56a0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.sha256 deleted file mode 100644 index 9f16df625..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.cbor.sha256 deleted file mode 100644 index 42ccd944b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -b0db23ee733ab03f3228e82b0b000f95009f8e2ec211d96022d625ad01aab812 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.msgpack.sha256 deleted file mode 100644 index ca3b75871..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -e7753f36e0b068250548f2b5daf928f76f55b2df4c2445ff70373a3e9cef1098 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.sha256 deleted file mode 100644 index 205fd8a5b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92260ea0cbd70738c0bccba89c8dbf5881ec50d1a09891ea531aa254a783c9cd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.cbor.sha256 deleted file mode 100644 index f2dd07463..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -8226e9c1e23220f9d0bd31808a0acd488995205a657445301e7e4b8e69c9c1b4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.msgpack.sha256 deleted file mode 100644 index b0a460c8b..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8f8874de0fd5126068520065b9c01cf7a821cf1f1b84f346dd706e98a56c638f \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.sha256 deleted file mode 100644 index 7caa2b083..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c28f2eb0958c3d15db1f0f0e7f2b8998ca2b8f67ab426a1fbb3d561fe76fad9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.cbor.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.cbor.sha256 deleted file mode 100644 index ba05e0af6..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71 \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.msgpack.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.msgpack.sha256 deleted file mode 100644 index c5bc2eac4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -9e076ceaf246b6003d9c2680a2b4cf0bffd069805902b0b5edeebf49039fe4bd \ No newline at end of file diff --git a/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.sha256 b/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.sha256 deleted file mode 100644 index f456c20b4..000000000 --- a/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e58d2487a2aaa36b6c1f57dbe1b513f1637fce9b58bb771797daa980dcdb3eb \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/LICENSE b/test/data/nst_json_testsuite2/LICENSE deleted file mode 100644 index c4b3621d5..000000000 --- a/test/data/nst_json_testsuite2/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Nicolas Seriot - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/test/data/nst_json_testsuite2/README.md b/test/data/nst_json_testsuite2/README.md deleted file mode 100644 index 775ccfd66..000000000 --- a/test/data/nst_json_testsuite2/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# JSON Parsing Test Suite -A comprehensive test suite for RFC 8259 compliant JSON parsers - -This repository was created as an appendix to the article [Parsing JSON is a Minefield 💣](http://seriot.ch/parsing_json.php). - -**/parsers/** - -This directory contains several parsers and tiny wrappers to turn the parsers into JSON validators, by returning a specific value. - -- `0` the parser did accept the content -- `1` the parser did reject the content -- `>1` the process did crash -- `timeout` happens after 5 seconds - -**/test\_parsing/** - -The name of these files tell if their contents should be accepted or rejected. - -- `y_` content must be accepted by parsers -- `n_` content must be rejected by parsers -- `i_` parsers are free to accept or reject content - -**/test\_transform/** - -These files contain weird structures and characters that parsers may understand differently, eg: - -- huge numbers -- dictionaries with similar keys -- NULL characters -- escaped invalid strings - -These files were used to produce `results/transform.html`. - -**/run_tests.py** - -Run all parsers with all files: - - $ python3 run_tests.py - -Run all parsers with a specific file: - - $ python3 run_tests.py file.json - -Run specific parsers with all files: - - $ echo '["Python 2.7.10", "Python 3.5.2"]' > python_only.json - $ python3 run_tests.py --filter=python_only.json - -The script writes logs in `results/logs.txt`. - -The script then reads `logs.txt` and generates `results/parsing.html`. - -**/results/** - -JSON Parsing Tests diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_double_huge_neg_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_double_huge_neg_exp.json.sha256 deleted file mode 100644 index 65325d8d0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_double_huge_neg_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2c1359e904471d2eee87aa1a47657a371a25053d2a257be5470119ce5ba509e3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_huge_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_huge_exp.json.sha256 deleted file mode 100644 index 65ccaf278..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_huge_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ed12f6d094097176142c8f51a29d62cf952d5ab2644cdec71f31a1c0480e69ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_neg_int_huge_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_neg_int_huge_exp.json.sha256 deleted file mode 100644 index 31fccf4bf..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_neg_int_huge_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92123944cf252563cc9d402ad83df085a20f9899144b3b59661f898fcffd1e2b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_pos_double_huge_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_pos_double_huge_exp.json.sha256 deleted file mode 100644 index d505d51b4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_pos_double_huge_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -873f021ffd6efe214578e87c45c470aa1e6fba5507eae9f17f4ad3544c1278ff \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_real_neg_overflow.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_real_neg_overflow.json.sha256 deleted file mode 100644 index f53cede12..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_real_neg_overflow.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -02dbc9e54463fa3b2a0eb7eaf990fdfbb577850414e44089c3e55712271a23a9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_real_pos_overflow.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_real_pos_overflow.json.sha256 deleted file mode 100644 index 164672c23..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_real_pos_overflow.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -da343ec51bb98bd52b77889b8195feb916ef86cb7813c168ac6255442412a307 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_real_underflow.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_real_underflow.json.sha256 deleted file mode 100644 index 4f75cd7bc..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_real_underflow.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a2d94b618d77571edc861b072524837131b3b637bc03722190fe5a1d9d9ff8a4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_too_big_neg_int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_too_big_neg_int.json.sha256 deleted file mode 100644 index 49b33bfd1..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_too_big_neg_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -dc7e49f1ab202d58242953cbc96224118922f38e712307034bb32c1eecd0ad65 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_too_big_pos_int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_too_big_pos_int.json.sha256 deleted file mode 100644 index 01f6e6150..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_too_big_pos_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e7172a9602cb82291195c39a042201a2d0765d41138e05bed1ff800b6f83ecba \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_number_very_big_negative_int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_number_very_big_negative_int.json.sha256 deleted file mode 100644 index e1580811f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_number_very_big_negative_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -735b3dcc58336f383e4668439dfbde6147b25f8f5a2548873e7979813e55d48b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_object_key_lone_2nd_surrogate.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_object_key_lone_2nd_surrogate.json.sha256 deleted file mode 100644 index 01a7d6c9c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_object_key_lone_2nd_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3c8f12d1d98603cc19dc6428e2ca50fd5055405a9ee84eff134edc07e66e155b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_1st_surrogate_but_2nd_missing.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_1st_surrogate_but_2nd_missing.json.sha256 deleted file mode 100644 index f161e13b3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_1st_surrogate_but_2nd_missing.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -614fddf8cc37b552fd23b6fed4bd1e5b78ddfa86b8e3870f089c8f6e90ccf8f1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json.sha256 deleted file mode 100644 index dcef65fa8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -eb291cafd21f78d8c6de009c084361c3b4ff3043c44a4d2e122d8d5bd5955901 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_UTF-16LE_with_BOM.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_UTF-16LE_with_BOM.json.sha256 deleted file mode 100644 index 475066bd7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_UTF-16LE_with_BOM.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6a9c15ecc8fc3da72b0ba5e3539e07f2aad3c704b496fe3496579dc723ce49c5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_UTF-8_invalid_sequence.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_UTF-8_invalid_sequence.json.sha256 deleted file mode 100644 index 6a106afac..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_UTF-8_invalid_sequence.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -93d762e06089733df04d765462ac2da5e60ab1d691e5a57708b27ed4e3342968 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_UTF8_surrogate_U+D800.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_UTF8_surrogate_U+D800.json.sha256 deleted file mode 100644 index 7077d2ffb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_UTF8_surrogate_U+D800.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -335ffac769e5b3cec6047f6f464a0d24267493f49d3bc75f0a6411ad9448f003 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json.sha256 deleted file mode 100644 index d45489826..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6b1fba2b092852036b6ade42b4f59a7ad0754bc93f92c25b359db90dfb956ce \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogate_pair.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogate_pair.json.sha256 deleted file mode 100644 index ef876dd5e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogate_pair.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -823b370458fa84f32efaf461472abba66a29d1873ba77b81cb9b5213f6df79e6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogates_escape_valid.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogates_escape_valid.json.sha256 deleted file mode 100644 index 4ebe90339..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_incomplete_surrogates_escape_valid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a1ee85c5d6cec2cc0cea8b91ec6d6c253f2bb7d2bd48a2ce5e9f0db49d9d0b32 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_lonely_surrogate.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_lonely_surrogate.json.sha256 deleted file mode 100644 index 40bbc8ff9..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_lonely_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -69119aac5ce42bc93c1667db0454297ffaa342c431efa2dfdf48af101c035106 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_surrogate.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_surrogate.json.sha256 deleted file mode 100644 index d987f23fd..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -741eff3218368e2fc13a93ce6993548a83719ed3c05a78db3de6ef8ab7eab64e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_utf-8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_utf-8.json.sha256 deleted file mode 100644 index ece848f5f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_invalid_utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d7e1fd6f762f8c56a677954609ede1f15b518a9dd565a719f7841ed6b3e3836a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_inverted_surrogates_U+1D11E.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_inverted_surrogates_U+1D11E.json.sha256 deleted file mode 100644 index 1efe3273f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_inverted_surrogates_U+1D11E.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -17dc4691fa7a327ac3411391f7d3b5db983715391f8dfee1c008ffb453959fff \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_iso_latin_1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_iso_latin_1.json.sha256 deleted file mode 100644 index 2e4407451..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_iso_latin_1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -63cb55c1bfc4cc630ed56d854519e04e34a1a85f7ca338a90ff4a0bf900250c8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_lone_second_surrogate.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_lone_second_surrogate.json.sha256 deleted file mode 100644 index 7f560987f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_lone_second_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -24b9bc232f8cf6dff1869f7ef72790c7c5aac9c7529dd9c36427bb012bc20f37 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_lone_utf8_continuation_byte.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_lone_utf8_continuation_byte.json.sha256 deleted file mode 100644 index 3c790b293..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_lone_utf8_continuation_byte.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -59de3a862e298c811bf5c494f43104af9c72e0d1c8ee2c2d4ceed7232e9ebe10 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_not_in_unicode_range.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_not_in_unicode_range.json.sha256 deleted file mode 100644 index dc6fecf62..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_not_in_unicode_range.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1e4a55bc32c7de4b1af008ed206899f4debd32ce7676e11b017633aba8a548f8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_2_bytes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_2_bytes.json.sha256 deleted file mode 100644 index 422daa3c6..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_2_bytes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e17aa42df055ec15b4c3118c8e739fe18a52a047c5a2dc36b5ad1df9bb51aeaf \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_6_bytes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_6_bytes.json.sha256 deleted file mode 100644 index 61628cf47..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_6_bytes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ddb01e68ad635d951563550ed51179f064f534cd0d5f26cf8ca26a69a8299bb1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_6_bytes_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_6_bytes_null.json.sha256 deleted file mode 100644 index 8c3a2a77a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_overlong_sequence_6_bytes_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a6e9429a50beda59e50476ad58c0b18297522149b12deeabaa1acb201e94857 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_truncated-utf-8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_truncated-utf-8.json.sha256 deleted file mode 100644 index a724b40aa..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_truncated-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -65fd4cdbf6c28fe2d4e18f81ea37e154a90198fae4fe923eb41533dbd301cb02 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_utf16BE_no_BOM.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_utf16BE_no_BOM.json.sha256 deleted file mode 100644 index 8f53e6132..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_utf16BE_no_BOM.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1304842222b6f8a5220f1b4a49031b80ed62f131b3f014f14e32ebdfe7ce2a20 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_string_utf16LE_no_BOM.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_string_utf16LE_no_BOM.json.sha256 deleted file mode 100644 index da75768a0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_string_utf16LE_no_BOM.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -561d378d28aba1257f2d32b7c67c668e5bf549424ac0ff218f1d8f76c223b3d1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_structure_500_nested_arrays.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_structure_500_nested_arrays.json.sha256 deleted file mode 100644 index a2268aa4c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_structure_500_nested_arrays.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6c6b45361ff77e7372a015a1f0289e9c09d1fe1ed59cf9773d599c55acf57cf \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/i_structure_UTF-8_BOM_empty_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/i_structure_UTF-8_BOM_empty_object.json.sha256 deleted file mode 100644 index b7b2ffd8b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/i_structure_UTF-8_BOM_empty_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aa25e978046d680ef8740d837e6de5bc1e2a2dc6089dbda1012544b538d53f65 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_1_true_without_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_1_true_without_comma.json.sha256 deleted file mode 100644 index 1479f6a0a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_1_true_without_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -66510f3118b7ede39314518bc5a1bc71eb2b4d36a8a01cb0e76829be6768409b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_a_invalid_utf8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_a_invalid_utf8.json.sha256 deleted file mode 100644 index 9b0a0e02c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_a_invalid_utf8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -00308ed1d30dd0c6248a36107049cfe7a4a795c774e252d6eeec4d64ccee4aad \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_colon_instead_of_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_colon_instead_of_comma.json.sha256 deleted file mode 100644 index 4e41003c5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_colon_instead_of_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b4bceb6e7fefaf43b73f472b8c260c5aad24610faea9a1abe6b9a3035065deb4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_comma_after_close.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_comma_after_close.json.sha256 deleted file mode 100644 index ee51cb0f7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_comma_after_close.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -31f674b45f5eaff8419175ab479b1e8d5946d3fae55106a86f116d77f58672be \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_comma_and_number.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_comma_and_number.json.sha256 deleted file mode 100644 index ba75a3b5e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_comma_and_number.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b3646f1ef5cf8b30a71b9e140e89b77da7eb4354ddc1f346f57ffc66ad68cd0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_double_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_double_comma.json.sha256 deleted file mode 100644 index d46404da2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_double_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1b4a2022b0702d87a15a49f031e9795ab6824cb3945c106bcfa5ad55c2e945cc \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_double_extra_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_double_extra_comma.json.sha256 deleted file mode 100644 index 7bb39fd02..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_double_extra_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2161a4ca5aa1599950752bf9aa8a42358035362098dc702e9bde01dc05f3a674 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_extra_close.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_extra_close.json.sha256 deleted file mode 100644 index 6aae7dbcc..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_extra_close.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b9ffad41832eeef97b229c9de4f664d7ad3bd3094ebdf5342729564427b1688f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_extra_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_extra_comma.json.sha256 deleted file mode 100644 index 2de5afead..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_extra_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -20f9fd883ff8af1cf1a64b7bb00f233d64a590cfd08efda89fc96a170bcbe17c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_incomplete.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_incomplete.json.sha256 deleted file mode 100644 index 5e11cd5fe..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_incomplete.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -301f5421cd3a61da99963d2f6fbabb29f0d9f00cdd9b3886f512240d148a335f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_incomplete_invalid_value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_incomplete_invalid_value.json.sha256 deleted file mode 100644 index 4589618f2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_incomplete_invalid_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -36696d34fce38b101fed5298e3166ea22a9954bd6d237930c2bd96b03c041a62 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_inner_array_no_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_inner_array_no_comma.json.sha256 deleted file mode 100644 index f21ea09d2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_inner_array_no_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e34a9903249cf3508b7f8ff91b510b0b1058d1a3aeec4005356b8021a130f2ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_invalid_utf8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_invalid_utf8.json.sha256 deleted file mode 100644 index e3e9047b1..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_invalid_utf8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -379af949f1f0fe32439c2c960df7adf60d3a858b8c640c858fb780fb79bf5c94 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_items_separated_by_semicolon.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_items_separated_by_semicolon.json.sha256 deleted file mode 100644 index 21bdc695a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_items_separated_by_semicolon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7c7a17b09611e95a3fb14a3dc32a61cbf09ac9a0fa86116347dfbbbbd56b9fb4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_just_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_just_comma.json.sha256 deleted file mode 100644 index e46e47ba3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_just_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -739bac5a700cb6ab872c1a898eeadc6f6d8839f4224a8db0525253efcf2384bd \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_just_minus.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_just_minus.json.sha256 deleted file mode 100644 index 2100004ef..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_just_minus.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -912e1c65eed5e5d54ec020900c7d7e12e16fe270abd6c150a41dc63011dd7c19 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_missing_value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_missing_value.json.sha256 deleted file mode 100644 index 98522f866..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_missing_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -35f020c1aa4f03b8c486781fd8fa9a5ba1b2e4a6d7a847279afbcb578f4d5b05 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_newlines_unclosed.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_newlines_unclosed.json.sha256 deleted file mode 100644 index b84eca55c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_newlines_unclosed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fc05212efa24a13427744d2ee2d716119ea6bddf4ea03bfb750b56476d3c773d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_number_and_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_number_and_comma.json.sha256 deleted file mode 100644 index 7ddb92ba8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_number_and_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -886ad6246ed150b2930495926ba07d579307bc7fecaf4b391650dca8bae7bc66 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_number_and_several_commas.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_number_and_several_commas.json.sha256 deleted file mode 100644 index d62df8d4c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_number_and_several_commas.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d66636bc1399db9f6ab65d0ecc702fb1d12588d37ab3c79670698507b972d12 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_spaces_vertical_tab_formfeed.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_spaces_vertical_tab_formfeed.json.sha256 deleted file mode 100644 index 3338f942b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_spaces_vertical_tab_formfeed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -563d321a80cb3919dbcba1ac4bb6e8595e00186b1c3b3db46a64a0e64ddb7075 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_star_inside.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_star_inside.json.sha256 deleted file mode 100644 index 3de6deec1..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_star_inside.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -76d344d401adb58391bfdd4c76177896be0bf313dbc2b07bd001be34b3227aae \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed.json.sha256 deleted file mode 100644 index 6fb49d9cb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -73d88c9f94b28ad9f5e9e7f656976215d66e62ed0e84242205da3468f335b081 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_trailing_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_trailing_comma.json.sha256 deleted file mode 100644 index b04a43a2b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_trailing_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b2d3da6f524e2498194717d153a5621e2618d7643c1b23dbbcb2ebe52fa7933e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_with_new_lines.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_with_new_lines.json.sha256 deleted file mode 100644 index 73f36af5b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_with_new_lines.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -75b121d21dda317ab9e7c72844ff11ea4e05a48f118c90c4fd1e42e139f9d542 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_with_object_inside.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_with_object_inside.json.sha256 deleted file mode 100644 index 5d20d7799..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_array_unclosed_with_object_inside.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -903dda41bec7150e805f158ac061587fcf72b9d01d15b86222966814dda496f0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_incomplete_false.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_incomplete_false.json.sha256 deleted file mode 100644 index 2d2d50cc0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_incomplete_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7d00bafe4b8765a9c80f8c1db638ad802d0214599d3caa0ea977f26ea01fb4e5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_incomplete_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_incomplete_null.json.sha256 deleted file mode 100644 index 5ce33c2e0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_incomplete_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -267620ed5987a977c03473eee18b9aa69a4183b3024417f93466983b7c772491 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_incomplete_true.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_incomplete_true.json.sha256 deleted file mode 100644 index add04ce37..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_incomplete_true.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5f5470d03cb2af3cce0cf3cc063ba8ae676258cb9d4ba0dcfc82a978ab5f40ba \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_multidigit_number_then_00.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_multidigit_number_then_00.json.sha256 deleted file mode 100644 index f256fbc98..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_multidigit_number_then_00.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a787b6772e3e4df1b2a04d5eee56f8570ab38825eed1b6a9bda288429b7f29a1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_++.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_++.json.sha256 deleted file mode 100644 index c0bf463ea..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_++.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ec5e5041e992f94073df8faeeb6b9c97b3ee53b7384234beaa7595b424e346b6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_+1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_+1.json.sha256 deleted file mode 100644 index f0f981d24..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_+1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d83017afc0b63eef28670ae0c39391f0fabe91f299126160029a13713fca361e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_+Inf.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_+Inf.json.sha256 deleted file mode 100644 index 094d165cb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_+Inf.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5d61f171f20d3267ab360f545a50e55f462ca45ff5d067fd51678f71c4cfa7ab \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_-01.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_-01.json.sha256 deleted file mode 100644 index 94f9ff131..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_-01.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e3216a79fdad284c5d70f8218c81b85562c05b3427d7e7932b151b68a9311519 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_-1.0..json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_-1.0..json.sha256 deleted file mode 100644 index f0a647ef8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_-1.0..json.sha256 +++ /dev/null @@ -1 +0,0 @@ -baab147e06a9082026c6292240e4c8802c05a70de0da085bc6d3e07765243757 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_-2..json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_-2..json.sha256 deleted file mode 100644 index d8ce21a9c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_-2..json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bc47f88e8caae073ad2bd956036332513a25ef55da8eb7637347677c2a230297 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_-NaN.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_-NaN.json.sha256 deleted file mode 100644 index 00f9e4bb5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_-NaN.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f7df6eb96bdb9858395509fd4536c544eda9fabcbb49b74941da50eca7228c6c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_.-1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_.-1.json.sha256 deleted file mode 100644 index d7e28f401..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_.-1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3c7791891957c90087cea4ec2483fdf1518d1a5717210b9853c08332cedd2735 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_.2e-3.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_.2e-3.json.sha256 deleted file mode 100644 index e102ece3d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_.2e-3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d2c89dd9ae3a6a5c01b64bb6f82055a35a0d79a084668f579177e1ef6242ba37 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0.1.2.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0.1.2.json.sha256 deleted file mode 100644 index aabc21463..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0.1.2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -46d28bfddb89134f2219c3f18734c5e625cff94d92ff3e2caf9e5904545c8099 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0.3e+.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0.3e+.json.sha256 deleted file mode 100644 index 85ca5d109..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0.3e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d56c36978bba5b6f062b28f35f7e237af4f0fe016edb2943e666da6e58efedf1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0.3e.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0.3e.json.sha256 deleted file mode 100644 index 2313df5e3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0.3e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0791dee428d1d6a1fbc6eb26c2cc745f4eee2c89e8c20a6bc5d58f6ea7a859e5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0.e1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0.e1.json.sha256 deleted file mode 100644 index 53b2e373c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0.e1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -379c8b8c643d0ce35b907d0d1dcd4780f586badae64c42d78cd05048b1879707 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0_capital_E+.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0_capital_E+.json.sha256 deleted file mode 100644 index e8d963776..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0_capital_E+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cd14bf1fa8803ada52504f5a88bb1b3bf703234bdcc3977610c50410582f5f49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0_capital_E.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0_capital_E.json.sha256 deleted file mode 100644 index 84c54fb53..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0_capital_E.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a6fab5fbe2ef3fe441d68c14301fc85048286e68c6bba7a93f643d788b6cf081 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0e+.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0e+.json.sha256 deleted file mode 100644 index 48ea452eb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3f54bdbbd4e3ad547fa457b5810df7c96f2d2c3bc6985e11202ffd1d42116889 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_0e.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_0e.json.sha256 deleted file mode 100644 index e0b1be786..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_0e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cd279aa777afca083b346dbc2b62a1847c24f1556b619b7564842457f8949c93 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e+.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e+.json.sha256 deleted file mode 100644 index 82814c011..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0937993255ba3ce388b6109abbb081d3740075dd4efcab01b4b2c11c8c84fd19 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e-.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e-.json.sha256 deleted file mode 100644 index c8b114db5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e-.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -64b715b632ad55a49b6221cb15f6827d7e4630a83baed3713939f31170e63afb \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e.json.sha256 deleted file mode 100644 index 683e908df..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_1.0e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1b45efc13b6f4321c799e46e9304b31449719274bcd5d4e9e959c2d828c54eba \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_1_000.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_1_000.json.sha256 deleted file mode 100644 index 04c8c2c54..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_1_000.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6713fc40db65bdbedf52f0ebe3a3121435ab186dcb11b408cb5a3ce9ed000f38 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_1eE2.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_1eE2.json.sha256 deleted file mode 100644 index 448a580b1..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_1eE2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -02b51b6940228135be8c48f0472f220a341a9b7bce8150395a58afb7e41fac18 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_2.e+3.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_2.e+3.json.sha256 deleted file mode 100644 index adfc46903..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_2.e+3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ddfb52b4d5c947c90b7b62e4a654c35f6c3a4b726ef606da6b6fdb1aeb0ed33d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_2.e-3.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_2.e-3.json.sha256 deleted file mode 100644 index 5331eb15b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_2.e-3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ceb6bf65dbdcb4c6dc85156d0646d095784445db6c84f594353e249491caf02c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_2.e3.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_2.e3.json.sha256 deleted file mode 100644 index 612688c31..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_2.e3.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f1c8e1ff48fe7daafbad0cc9f3e3ca21960e06292f7553e1d25f845abc8f26d9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_9.e+.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_9.e+.json.sha256 deleted file mode 100644 index e22772da7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_9.e+.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8e33de781a327a6563cbd4d808cabfdb6e3ad2b2ea916de34f8ad2f11e0d0801 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_Inf.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_Inf.json.sha256 deleted file mode 100644 index 7e8a25dd6..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_Inf.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -68979a7a850577548cffccc18abe34fab7d70d4e733b10ae228e030a142052e5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_NaN.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_NaN.json.sha256 deleted file mode 100644 index aeb7b9986..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_NaN.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -638577393ecb248f472c18a1a95104181a3188551615d763873393eaf4eff186 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_U+FF11_fullwidth_digit_one.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_U+FF11_fullwidth_digit_one.json.sha256 deleted file mode 100644 index 329cc26b2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_U+FF11_fullwidth_digit_one.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -418b3fc29c6688ee9fe090022ad1cd422ac738d8b5ce13a9272cf7451a340c6c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_expression.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_expression.json.sha256 deleted file mode 100644 index a17bf2f6e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_expression.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bb9856e4c612b9ed993f6520936bcc560cbf3bf112000f28c62ed3a787db983d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_hex_1_digit.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_hex_1_digit.json.sha256 deleted file mode 100644 index 0878872bf..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_hex_1_digit.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -37d7fe7b45e87c632936ce095616eacc75fa292fffa1581dbc0682bfb9e102a2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_hex_2_digits.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_hex_2_digits.json.sha256 deleted file mode 100644 index 959c00acb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_hex_2_digits.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ce2e3b8b3e0a6cf29602463d4e70910d3b3fcb38874800d491efe163d8ff9592 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_infinity.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_infinity.json.sha256 deleted file mode 100644 index 7c779b235..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_infinity.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -10058b8cd98a02ff73d5cd3092bb44f05b0d11148d0a81fde35c2a90673f1254 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid+-.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_invalid+-.json.sha256 deleted file mode 100644 index 53745f5ec..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid+-.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -25981c42fdd25646ab17d57bfaa65e4b2d7b791fdf13840e75c5a9e8f66dec70 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-negative-real.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-negative-real.json.sha256 deleted file mode 100644 index f3964c13d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-negative-real.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5ba01dae4b0ab597e21ee7a321a2793a5a4bf0acd5d535e0e6ed261c3f584d4a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-bigger-int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-bigger-int.json.sha256 deleted file mode 100644 index d07667a98..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-bigger-int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c5efd0312f655f7d8a15938fed77cea804726f6ce9539cd73340616e151e1338 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-exponent.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-exponent.json.sha256 deleted file mode 100644 index 327006ff2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -58cc9aadeb3f0619fda566c1d439e02d94722663ac388822ac3155f5dd3a397e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-int.json.sha256 deleted file mode 100644 index 23fa14d5e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_invalid-utf-8-in-int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -72258704dd857e84f0aa55e7124204d0dcf78247472d314310de0b023cb9b8f2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_minus_infinity.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_minus_infinity.json.sha256 deleted file mode 100644 index 73ca5503a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_minus_infinity.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4735d351ed0e14ba484a0d7a09335c3b8741258817529f5b4539111bbbaeb829 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_minus_sign_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_minus_sign_with_trailing_garbage.json.sha256 deleted file mode 100644 index 4f142be81..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_minus_sign_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -15490c42527202c27b4d9a81f23e9936a5db44d8d908fdb684ba3d64bb10456a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_minus_space_1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_minus_space_1.json.sha256 deleted file mode 100644 index 8ff9cf428..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_minus_space_1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -13edd4c8183bc3e9e2b92acd350282e5f8c14e16ea9d01d4d2a6f941bb67c8c8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_neg_int_starting_with_zero.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_neg_int_starting_with_zero.json.sha256 deleted file mode 100644 index b6a30f198..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_neg_int_starting_with_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5254e6d33c5cbce10330d6bd034b251a828cc629455c74ce1eab8e9efdabd0ca \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_neg_real_without_int_part.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_neg_real_without_int_part.json.sha256 deleted file mode 100644 index 65753cb6b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_neg_real_without_int_part.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -883151c5ef152620edcf2ae229ace6e170b29f01fbb21dc8b0d8faeb863135d8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_neg_with_garbage_at_end.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_neg_with_garbage_at_end.json.sha256 deleted file mode 100644 index 6ad4a5b80..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_neg_with_garbage_at_end.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -00c6d0363ca61949d57d59b9b24da62d9a3a8438242b88f6af12c3587eddceb3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_real_garbage_after_e.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_real_garbage_after_e.json.sha256 deleted file mode 100644 index 8083d7e26..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_real_garbage_after_e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1716a62d93d51e03ff006ea05d30db8ec4d96e30eef967fa442d777aaee8d296 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_real_with_invalid_utf8_after_e.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_real_with_invalid_utf8_after_e.json.sha256 deleted file mode 100644 index b7a224032..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_real_with_invalid_utf8_after_e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3d1903201ee720f58f1b0c7120edc2d1da03751239f62711f47b091b9bd83fd6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_real_without_fractional_part.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_real_without_fractional_part.json.sha256 deleted file mode 100644 index 3c3900a60..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_real_without_fractional_part.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6c66925b31c0576edefa5753ae952ff6758a4b94784473e421baef61aafaea48 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_starting_with_dot.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_starting_with_dot.json.sha256 deleted file mode 100644 index 11f3fafeb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_starting_with_dot.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1adfbdedbcc45bdbf49580206bb6b5c641dd9da079b42e454ee3ad1e0f9bd29b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_with_alpha.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_with_alpha.json.sha256 deleted file mode 100644 index cbdbc1d74..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_with_alpha.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d9eb35a268ba5fc48b1c82549782aa7d3e8abd5aa9fcef7c7a2b254ff5349995 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_with_alpha_char.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_with_alpha_char.json.sha256 deleted file mode 100644 index 87781bec6..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_with_alpha_char.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -22ad3f63db73e6639efe2589a7de456acb71c14bfe44152c5df462ba5694f931 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_number_with_leading_zero.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_number_with_leading_zero.json.sha256 deleted file mode 100644 index fa68f83dc..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_number_with_leading_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a1c13ce39b2c6e7abf27cf143bda082ee63576912b69142ce49d15a41214f82 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_bad_value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_bad_value.json.sha256 deleted file mode 100644 index 060aa8f85..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_bad_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -532ef8019fc26b0680b94c203bb2cf1dd1b91529cda3afc1933ac1398da16c08 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_bracket_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_bracket_key.json.sha256 deleted file mode 100644 index f9d2e1cf7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_bracket_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -67196b37d18b572e82aa5a121b52c38104d2c62cb35499ed6666823780cb94c3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_comma_instead_of_colon.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_comma_instead_of_colon.json.sha256 deleted file mode 100644 index a0c19a013..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_comma_instead_of_colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -768e2ec23b20790f9f16a5665e6749ee45fd0ffd642a55047ad12db2cf86f3f0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_double_colon.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_double_colon.json.sha256 deleted file mode 100644 index 4084006a6..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_double_colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ea905a2f98e015dd8ddd6b28737d977b6ca0e114b04ed368f79bbdd42d84b516 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_emoji.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_emoji.json.sha256 deleted file mode 100644 index b554fd328..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_emoji.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3ad1b7680b6f1f5186a1af1f4a6822ea090ceebb4d616bf9330204387ed3c934 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_garbage_at_end.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_garbage_at_end.json.sha256 deleted file mode 100644 index 0f01c700b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_garbage_at_end.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -57651f368485ef89a98adbe252b860b2fe7d23dc58b1927b01d01f8ecd5a83e9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_key_with_single_quotes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_key_with_single_quotes.json.sha256 deleted file mode 100644 index 827b36133..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_key_with_single_quotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f6a3fd2411e714bb8304c98421d18c467848acb00c84044858f1e6b5a3883bb \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_lone_continuation_byte_in_key_and_trailing_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_lone_continuation_byte_in_key_and_trailing_comma.json.sha256 deleted file mode 100644 index 5f64a301e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_lone_continuation_byte_in_key_and_trailing_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e5fd5846504c7770130c3cf2245b9d0efa5c34175921de3446d53c6827dcdc0d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_colon.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_missing_colon.json.sha256 deleted file mode 100644 index bf66d309d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f1a260a986fa42f6c6c33dc3f130bfd3af488acd84ce8573095f30d23eed1861 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_missing_key.json.sha256 deleted file mode 100644 index 6dd327229..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9a25a7e80b3b9ffdcc2c19edcff1ae5c68e8ce83a38b7acf922627c709a91919 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_semicolon.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_missing_semicolon.json.sha256 deleted file mode 100644 index 155b4c722..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_semicolon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0cc9076470bce7c6b805638c32510a7a4cff2a6679a4813c08d85589ff4895bc \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_missing_value.json.sha256 deleted file mode 100644 index 4a55b7d20..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_missing_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ffb38b22ee3e0ca90325ebce953a9846990f292faf44c50498771602e31cb61f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_no-colon.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_no-colon.json.sha256 deleted file mode 100644 index 4d2c3b337..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_no-colon.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -de9ce9008704dd0aa575b07196e92a96935fdcef06f97988cf5e2eb7a9b26b62 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_non_string_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_non_string_key.json.sha256 deleted file mode 100644 index a08a64ff3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_non_string_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d4b6fd942bc1cfe841de90cfc320a51960abfe1c6312d85a080e814e93cb9bcc \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_non_string_key_but_huge_number_instead.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_non_string_key_but_huge_number_instead.json.sha256 deleted file mode 100644 index fc4ce414c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_non_string_key_but_huge_number_instead.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5f76df23491379110e3d23e8278d6797c5ae5dc912e03bf901b1fd20a896679e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_repeated_null_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_repeated_null_null.json.sha256 deleted file mode 100644 index 12c6691c3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_repeated_null_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c53c4ac8f547a851fc490678bc88233a84aff27d695731c5acad8a83cfbc21af \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_several_trailing_commas.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_several_trailing_commas.json.sha256 deleted file mode 100644 index 8cd4acca8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_several_trailing_commas.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8c75d56d4bafe295ecc9a72150b1af76a1f77f66a8fc8300d2a72cefd78fe694 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_single_quote.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_single_quote.json.sha256 deleted file mode 100644 index fda46036e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_single_quote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -67425dd8fb9386942496d20c8bdc9f3b113517a6185bf38da4c8b87de8f49708 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comma.json.sha256 deleted file mode 100644 index ce0e2dc3a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -60e04bc71fcc4c57abeef95a9604a96aa60f833881a2f028d27bd4f03e176603 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment.json.sha256 deleted file mode 100644 index 2b0c117a7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e06904040a47c238c2690b5e61167fad1c371d220190722d09494aef3371a7b7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_open.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_open.json.sha256 deleted file mode 100644 index 7db98d10a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_open.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d5f7ea39565fdb12239b0dba1e09c42ef511891069b6d3129c90b5fcf228258e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_slash_open.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_slash_open.json.sha256 deleted file mode 100644 index 3682ae4d7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_slash_open.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aac61f9c0640ae1f18ec9a0f889e7a2aef163e87f8542bb9cc49ec081ade7b58 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_slash_open_incomplete.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_slash_open_incomplete.json.sha256 deleted file mode 100644 index f66be2b0f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_trailing_comment_slash_open_incomplete.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9d6150b0a69063d628a89714df57662ec1d581c06f2110347e22d4b3125b55d7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_two_commas_in_a_row.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_two_commas_in_a_row.json.sha256 deleted file mode 100644 index 0c8b6c0cb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_two_commas_in_a_row.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c83f029d66739b785a7e958d39c088edbe81f23741949471ddaba8759a222173 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_unquoted_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_unquoted_key.json.sha256 deleted file mode 100644 index e4f52117e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_unquoted_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -95a0dfeb03ca3a926bfc03945419d9c193e572c913956d116a608a057c2114d6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_unterminated-value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_unterminated-value.json.sha256 deleted file mode 100644 index b7ded8028..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_unterminated-value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -34937db038e20201fca9f1e1fc232953eea57d986143d621d3c5a707b3e10ed9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_with_single_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_with_single_string.json.sha256 deleted file mode 100644 index 684e5f53a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_with_single_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e170f309232eca3dab5420479b36cdbf92877ddd8ca6dc7af0a9e5c00c30486f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_object_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_object_with_trailing_garbage.json.sha256 deleted file mode 100644 index 3b97e017a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_object_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5156aca03363828ef438eff823e8a6a624d9a19bab07823a0983448320abfe7b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_single_space.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_single_space.json.sha256 deleted file mode 100644 index 9fc0c31e6..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_single_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape.json.sha256 deleted file mode 100644 index 0bd79215f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -50f7d7a72fdb1665341f04244341704b2b8b4d8d3b8ccfaf0ce5e12c7de69aa7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u.json.sha256 deleted file mode 100644 index 4c07dee8e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3a5b06d8fc9190c4f382a094bc372f39539ccd34ef3c917db4c5e10284c2e3d0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u1.json.sha256 deleted file mode 100644 index 7658b5037..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cea1473bbc52ce15c8c439f8e82e1419cfc22088d6396a1a405b1d1fa0d4cd7e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u1x.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u1x.json.sha256 deleted file mode 100644 index a90f0d457..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_1_surrogate_then_escape_u1x.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -71a495c9b4a08e9037f6be675aab32e21189f3bbb7cd61adfe720f4c32fd726e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_accentuated_char_no_quotes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_accentuated_char_no_quotes.json.sha256 deleted file mode 100644 index 27f652633..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_accentuated_char_no_quotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -616190c9bddd53ca645f47f5ecba9f8f47bf5932a9da7e7d468894efdf7adaac \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_backslash_00.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_backslash_00.json.sha256 deleted file mode 100644 index c85bfee35..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_backslash_00.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -245950d0f3fde1ac886cd7c16b5e7a0dd612dfcd5ba4fdad33b731f8e3d65a72 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_escape_x.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_escape_x.json.sha256 deleted file mode 100644 index 5ef493170..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_escape_x.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e51a0dfa4018434feaf3918d5e94d3a6139a4a80af3b0880d5387c54740d9606 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_backslash_bad.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_backslash_bad.json.sha256 deleted file mode 100644 index 41f1ab4c7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_backslash_bad.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e38d58c88a6f593c1dccc11accd719032a0ac34e8169fc81cd70dfbcba9d7ba \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_ctrl_char_tab.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_ctrl_char_tab.json.sha256 deleted file mode 100644 index b31aaea99..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_ctrl_char_tab.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -50b34150204026c1a7f138035f9f375efe28b90bd594241d80d34bdff5ffdbdd \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_emoji.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_emoji.json.sha256 deleted file mode 100644 index b7b493261..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_escaped_emoji.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8ad7e4922258492dc7d254e91385d6cb5b6b7d9c82ebb8488228fb8d294850d5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_escape.json.sha256 deleted file mode 100644 index b1dd36541..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -df3709e1b19bc2562a9bc0301265c237ca5a5b35bd9bc5c3a7f45c57092e0537 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_escaped_character.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_escaped_character.json.sha256 deleted file mode 100644 index d87b77dd4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_escaped_character.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f3b21db18eed4ce123ecd20c64798ce33a9f409adba22ff49cec573856405fe7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_surrogate.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_surrogate.json.sha256 deleted file mode 100644 index 049370ea9..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_surrogate.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -612c2551c87839eed8286a94010f37d2bf6d20b65d9bdb9c42b7c61f50ecc362 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_surrogate_escape_invalid.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_surrogate_escape_invalid.json.sha256 deleted file mode 100644 index a4d3ce43a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_incomplete_surrogate_escape_invalid.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -006c749ff0f0e82a966ca6060a880cd9eda45ffa8e561840954a3b0735fda3b0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid-utf-8-in-escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_invalid-utf-8-in-escape.json.sha256 deleted file mode 100644 index eedfa3245..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid-utf-8-in-escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c1ef70149258ff7ee082817269431c45e34f75a2268c3dff56f35d3a4859f1e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_backslash_esc.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_backslash_esc.json.sha256 deleted file mode 100644 index ad4186765..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_backslash_esc.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -670eca29fffa63a17bb2e87e1157d473bb3b1a2a3e97aab641f53da93d8bde27 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_unicode_escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_unicode_escape.json.sha256 deleted file mode 100644 index cd3596f10..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_unicode_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2b6de004085a3dae0ea9b31230c1d9ce7bc92722914eee188d45eeda803c398a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_utf8_after_escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_utf8_after_escape.json.sha256 deleted file mode 100644 index 0f547900b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_invalid_utf8_after_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -37d5eedb25cec736cf89a65e86d7c410ce5125e8685a87fb2a276dbccab5ff45 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_leading_uescaped_thinspace.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_leading_uescaped_thinspace.json.sha256 deleted file mode 100644 index 555e6492b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_leading_uescaped_thinspace.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -086051c6d14b7dcf7ba3a0a2823fbb9d96ac8e215a7248640bf55ebce77e66c2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_no_quotes_with_bad_escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_no_quotes_with_bad_escape.json.sha256 deleted file mode 100644 index d895b4edf..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_no_quotes_with_bad_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -814a698775017816f2280a649b3f4e824359c4100225294eb5857e244a248d02 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_single_doublequote.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_single_doublequote.json.sha256 deleted file mode 100644 index 09460ee3a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_single_doublequote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a331fdde7032f33a71e1b2e257d80166e348e00fcb17914f48bdb57a1c63007 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_single_quote.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_single_quote.json.sha256 deleted file mode 100644 index cb90ee68f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_single_quote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0389d0d5920ee2996811974bdcbfe05c9ca0ed79af909704b8485bc86f6eaf25 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_single_string_no_double_quotes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_single_string_no_double_quotes.json.sha256 deleted file mode 100644 index 876ad58ca..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_single_string_no_double_quotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_start_escape_unclosed.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_start_escape_unclosed.json.sha256 deleted file mode 100644 index eea9e4102..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_start_escape_unclosed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -71efe1dd33978d346960b810a8dd22b9bbca77490b3c35d16ae329f457aea737 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_crtl_char.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_crtl_char.json.sha256 deleted file mode 100644 index 8020846c9..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_crtl_char.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c85db33857913bc4c4d4f044c72cd06d50ffb5644b2e5093ef8b46ebfe340ed0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_newline.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_newline.json.sha256 deleted file mode 100644 index 44c725e0f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b53a55c51fa3b643f1e760d7a2a98869e9bff4e59edff443a632864c37c29e25 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_tab.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_tab.json.sha256 deleted file mode 100644 index 9e11dbf9d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_unescaped_tab.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f69aad8a6518ca6367a55724dfdc6eace3e202b9035e1f85eab97e3c1495fd2e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_unicode_CapitalU.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_unicode_CapitalU.json.sha256 deleted file mode 100644 index 2ebe2373b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_unicode_CapitalU.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2871101babb06b63ad8cf90cc9c4b49d52f79d7165db60af743cf42391fae7d2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_string_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_string_with_trailing_garbage.json.sha256 deleted file mode 100644 index 95ca339d2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_string_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3861f42f224ea26ea00ff20a8a4fba07e3fb26be247c112cf51f4d9840805616 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_100000_opening_arrays.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_100000_opening_arrays.json.sha256 deleted file mode 100644 index fea6d35e3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_100000_opening_arrays.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -13f86ea1e7edd116d18d4ba6c6fa114cd3c927516182d24259623874955d21d1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_U+2060_word_joined.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_U+2060_word_joined.json.sha256 deleted file mode 100644 index 2dacfc82f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_U+2060_word_joined.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aacc3ed19ba1f9596daefc68914fe3253c00703648e8ee606f03823feaed1da6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_UTF8_BOM_no_data.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_UTF8_BOM_no_data.json.sha256 deleted file mode 100644 index 268bf5f4e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_UTF8_BOM_no_data.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f1945cd6c19e56b3c1c78943ef5ec18116907a4ca1efc40a57d48ab1db7adfc5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_angle_bracket_..json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_angle_bracket_..json.sha256 deleted file mode 100644 index cdf033a33..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_angle_bracket_..json.sha256 +++ /dev/null @@ -1 +0,0 @@ -5545c186e2e58097f78948f4318b1da4a944853d7aa5d431db0a7cc14328ea23 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_angle_bracket_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_angle_bracket_null.json.sha256 deleted file mode 100644 index 073ccf8f9..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_angle_bracket_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7227cd2265406dc197d250c3f0e5293cee7912acad093392367d8679b221f41d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_array_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_array_trailing_garbage.json.sha256 deleted file mode 100644 index fcfa1f249..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_array_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a0aa4da859bc84269fc36c50a5968cf4109b9b07099c0cb49f331f50c5c848b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_array_with_extra_array_close.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_array_with_extra_array_close.json.sha256 deleted file mode 100644 index 051c5e9b2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_array_with_extra_array_close.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f9bfc9cf84e12516f67e02e9b412520c6ffd0a016730e1da2b5ae32417f8affb \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_array_with_unclosed_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_array_with_unclosed_string.json.sha256 deleted file mode 100644 index 43ad4484e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_array_with_unclosed_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7d5c01400b39d5ebebb81a2a51ec727d9fbf722bbf5caff62cb695c4fb288e29 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_ascii-unicode-identifier.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_ascii-unicode-identifier.json.sha256 deleted file mode 100644 index 604be3591..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_ascii-unicode-identifier.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c9e0bfc2ef7439ecd1084b7496f1b96ec27e1c8a80c7811eb7f91d4fa64da666 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_capitalized_True.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_capitalized_True.json.sha256 deleted file mode 100644 index 780fb36b8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_capitalized_True.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b78c88a26a2b512a2964fc4160ddb4d32e2aed8b01219ab5e3666b633572b336 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_close_unopened_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_close_unopened_array.json.sha256 deleted file mode 100644 index c9762426e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_close_unopened_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -892491211326600b77f0464218fe38f041857e6b8cb5253558f03fe6f81ce40b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_comma_instead_of_closing_brace.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_comma_instead_of_closing_brace.json.sha256 deleted file mode 100644 index 45b9c4eb7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_comma_instead_of_closing_brace.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d2b042da0c0664285a8485eec9097afc54e376f1a675818386699c5f2a65433d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_double_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_double_array.json.sha256 deleted file mode 100644 index d3b01e565..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_double_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -821bf06b4dcb406ea508a4a992eadc22f29850cd208ba24aea7c29148de8ccf1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_end_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_end_array.json.sha256 deleted file mode 100644 index b56d064a5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_end_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cfae0d4248f7142f7b17f826cd7a519280e312577690e957830d23dcf35a3fff \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_incomplete_UTF8_BOM.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_incomplete_UTF8_BOM.json.sha256 deleted file mode 100644 index 50b36e703..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_incomplete_UTF8_BOM.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3f801979daa8eb44ebbc793bafe85ec1dd22ca8c976d9069fb0b0195c1cad8f9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_lone-invalid-utf-8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_lone-invalid-utf-8.json.sha256 deleted file mode 100644 index 67ba50558..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_lone-invalid-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ab61ba11a38b007ff98baa3ab20e2a584e15269fd428db3c857e2a2d568b5725 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_lone-open-bracket.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_lone-open-bracket.json.sha256 deleted file mode 100644 index 64a2e7828..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_lone-open-bracket.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -245843abef9e72e7efac30138a994bf6301e7e1d7d7042a33d42e863d2638811 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_no_data.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_no_data.json.sha256 deleted file mode 100644 index 293ce40fd..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_no_data.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_null-byte-outside-string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_null-byte-outside-string.json.sha256 deleted file mode 100644 index ac45835fc..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_null-byte-outside-string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b092606b4e272c079151f7627c83db66b93c3624d0b051e6d0712925ed8b5c79 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_number_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_number_with_trailing_garbage.json.sha256 deleted file mode 100644 index 40be513b3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_number_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4c1731d722cf5ff61708486fbe2593cb779d91d6536e504300da66bdb4754507 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_followed_by_closing_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_object_followed_by_closing_object.json.sha256 deleted file mode 100644 index 316488c21..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_followed_by_closing_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a299b12f74132eef36aa0ee1005e6ee4c0610572acf986becf7f0905db3d88f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_unclosed_no_value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_object_unclosed_no_value.json.sha256 deleted file mode 100644 index 8e264ae6d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_unclosed_no_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c6157167c74dace056a67dee056bee30ec1dbe40227b410d1948578317ef87fd \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_with_comment.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_object_with_comment.json.sha256 deleted file mode 100644 index 7bba885f2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_with_comment.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7ed28a9d4e3ca53e831b6ddf4bc8db6f30ac41bd9a95763662b281d41edb57b1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_with_trailing_garbage.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_object_with_trailing_garbage.json.sha256 deleted file mode 100644 index acf2ba43b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_object_with_trailing_garbage.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ae13f955e8b401cc5c6ab62569f4239f38676019e023097e3e811f6ef41f9a60 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_apostrophe.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_apostrophe.json.sha256 deleted file mode 100644 index 2ff215f72..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_apostrophe.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -64821ae0d442bae7ca2d701c40319368af5806f40d93dce67db8eaa982a6c012 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_comma.json.sha256 deleted file mode 100644 index e3b77824b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4ee7b10cd97f554c82c2c22fb1a1c7fdf83e864ffe121b698755f97eeaa209c0 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_object.json.sha256 deleted file mode 100644 index 4f8059090..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -48b232fcd18ce2f714a16651ea9f27c04498dcd31ea1329a288c7aa981e1b531 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_open_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_open_object.json.sha256 deleted file mode 100644 index bb33db011..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_open_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8b351adb56355ffc40a4986ab30267eecae89710c63d09cba764a35adfda3ef5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_open_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_open_string.json.sha256 deleted file mode 100644 index 3f7be8b1c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_open_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -18d428401e338337407d8d88da1c82749a360cc94a0e8a94f33eedf730d2d4bb \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_string.json.sha256 deleted file mode 100644 index e185323b9..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_array_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d87fbfd036243752ee25747924c7b51869985a0f8203867dada08113f7be4406 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object.json.sha256 deleted file mode 100644 index 966c0560b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -021fb596db81e6d02bf3d2586ee3981fe519f275c0ac9ca76bbcf2ebb4097d96 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_close_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_close_array.json.sha256 deleted file mode 100644 index 8a1ffeff2..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_close_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2125223e9996e4c2e393de959aa95e788cfd809a2a85eea6a7bc89aab856a352 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_comma.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_comma.json.sha256 deleted file mode 100644 index def7cbaae..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_comma.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c78d70af1856bb70da7d0edac1926c86b4cea9edcbf849300d1ccbc174648a69 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_open_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_open_array.json.sha256 deleted file mode 100644 index 5862f35d1..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_open_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a4a00261fb75f8b66efbc725ac8c58ab39f613f7aae38ea4fec5497aa09ccb6c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_open_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_open_string.json.sha256 deleted file mode 100644 index 19de5b8fb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_open_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -55505b6f8c3dc34a3b804086a88d4beae35b69af0dbc471d8cd780d37569a50b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_string_with_apostrophes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_string_with_apostrophes.json.sha256 deleted file mode 100644 index 5597b571d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_object_string_with_apostrophes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -19ac7ea02ed8313abb6995c7f83c52d323826a9d925ce172e46fd37919360639 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_open.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_open_open.json.sha256 deleted file mode 100644 index 7aeb14129..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_open_open.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -59926679fdeb977ce6a3a45683a7aaf2b1d30d4f4f68435df075bbf195843c00 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_single_eacute.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_single_eacute.json.sha256 deleted file mode 100644 index f5d14747b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_single_eacute.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -de2e331d891ae267a7009cb45b4e8830f170e0c937288ea2731a1941c7a53b0d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_single_star.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_single_star.json.sha256 deleted file mode 100644 index 6181fc26d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_single_star.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -684888c0ebb17f374298b65ee2807526c066094c701bcc7ebbe1c1095f494fc1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_trailing_hash.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_trailing_hash.json.sha256 deleted file mode 100644 index a861b1d89..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_trailing_hash.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ce6bcb6a186a600809549525a2aebae9873e6daf4b5eb08c2b88aaa3c9afe449 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_uescaped_LF_before_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_uescaped_LF_before_string.json.sha256 deleted file mode 100644 index fd6915be0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_uescaped_LF_before_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0d3066fc4d2e4da78f549fd8cbc4e9d26abf100c209f116f58e1fc278f0b274f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array.json.sha256 deleted file mode 100644 index ea04f6fe5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4138c6ae42992f3ca53610b0c858e0f5a5a8d7e3424a81feb73b89f0f1877ba9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_partial_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_partial_null.json.sha256 deleted file mode 100644 index 1415af9da..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_partial_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8a244a1a3fc93637d90f1ec6e3df8bb39fdf0658bc1c55f68cf1c3e38d971e05 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_unfinished_false.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_unfinished_false.json.sha256 deleted file mode 100644 index 319a4854c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_unfinished_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -eed9cbf6e6793bd31aaf13a66d2d21b8af7ee6574be5ce70b991249d651c515f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_unfinished_true.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_unfinished_true.json.sha256 deleted file mode 100644 index bc7d36d0d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_array_unfinished_true.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6732ae91c3a7dd2d74828f2683d8a7b084e2f4d003fef7c42fd0e01b81e1dd39 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_object.json.sha256 deleted file mode 100644 index 3ccd3eb37..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_unclosed_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ee07337d690f359cd72160b7345984cc14d987e24d588a8433f257d2336ce49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_unicode-identifier.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_unicode-identifier.json.sha256 deleted file mode 100644 index cbe077259..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_unicode-identifier.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e83979df9d36090142f23051f8e8d7ad48e5c20dff5c9e7b92ca3454f67469f9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_whitespace_U+2060_word_joiner.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_whitespace_U+2060_word_joiner.json.sha256 deleted file mode 100644 index 2dacfc82f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_whitespace_U+2060_word_joiner.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aacc3ed19ba1f9596daefc68914fe3253c00703648e8ee606f03823feaed1da6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/n_structure_whitespace_formfeed.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/n_structure_whitespace_formfeed.json.sha256 deleted file mode 100644 index dc4d36938..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/n_structure_whitespace_formfeed.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3102771b514935404e59053582c064b415c54e08f92d229ea1d539364698b952 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_arraysWithSpaces.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_arraysWithSpaces.json.sha256 deleted file mode 100644 index cf7c931a0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_arraysWithSpaces.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -03514ff57dd2364cc63b23ff011cc97cdc0aee89e31f39b538c45efa4a1f093b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_empty-string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_empty-string.json.sha256 deleted file mode 100644 index 913ba3135..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_empty-string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -055539df4a0b804c58caf46c0cd2941af10d64c1395ddd8e50b5f55d945841e6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_empty.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_empty.json.sha256 deleted file mode 100644 index 3a6a6491d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_empty.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_ending_with_newline.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_ending_with_newline.json.sha256 deleted file mode 100644 index a801e1d13..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_ending_with_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0eb5b8d6f81bc677da8a08567cc4fa9a06a57e9ec8da85ed73a7f62727996002 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_false.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_false.json.sha256 deleted file mode 100644 index 7dbbdbd66..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -456e2e3fa05ee1e2f4e529558008ce162bbd388a9dd4a923c79543a4a1dba618 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_heterogeneous.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_heterogeneous.json.sha256 deleted file mode 100644 index 0ac61d101..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_heterogeneous.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -14c644de0d447c3a875fcb1a257cc09a5db3ef047377733066ffc1bee4a17803 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_null.json.sha256 deleted file mode 100644 index 54c1c73d7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d8fc6ceb1f94c6326d6d5483d258fcb2e179e9869325b245d105c2219bf69fd \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_with_1_and_newline.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_with_1_and_newline.json.sha256 deleted file mode 100644 index debf33a90..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_with_1_and_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f86600a2874fa2ef13591457f10987e1e511915b75c042e6aefc004ec21db598 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_with_leading_space.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_with_leading_space.json.sha256 deleted file mode 100644 index 645d1d13d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_with_leading_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8654748fb6342dee236173461a2e0527953b974d408af58079e352e26806e8f2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_with_several_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_with_several_null.json.sha256 deleted file mode 100644 index 9982cdc41..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_with_several_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7aebf7c131c4ed7fdb458678a7c61bd6b7d0a13683c753be68822d8ad962a9b9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_array_with_trailing_space.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_array_with_trailing_space.json.sha256 deleted file mode 100644 index 73b8c5320..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_array_with_trailing_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3e1815164add55525596cf8da31156ded48c3af1a7fd1a1acb23912206fc957 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number.json.sha256 deleted file mode 100644 index 1fcd219f4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0bacf2e644afc0036da409821adf0493bec25543aa358bedc3fd1f0a31af829c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_0e+1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_0e+1.json.sha256 deleted file mode 100644 index 4bc095ae3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_0e+1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a3973172dd9aa927c372e96a60f9ff968326d872d2ea6a9f7c406742c10a72d9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_0e1.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_0e1.json.sha256 deleted file mode 100644 index 98c83992c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_0e1.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fd42abd2eda2e279fd612a669f1c21b3665789ab980dcff3d4c286dbe94375ce \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_after_space.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_after_space.json.sha256 deleted file mode 100644 index 3753c48e7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_after_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -019bdda64007c87aa50511bb7129d869efcdd1f62b4e8ac2a81bd93a8b03b49e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_double_close_to_zero.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_double_close_to_zero.json.sha256 deleted file mode 100644 index a4210dfd9..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_double_close_to_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ba90e73f1328c9cb5528bb93cf09e02626d4cd923c98c9582affd1c832531a3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_int_with_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_int_with_exp.json.sha256 deleted file mode 100644 index 9855eaad3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_int_with_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d014f6467daa9753d57f0d75067fe62c9f3b0116455a3222c26e58432541b0d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_minus_zero.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_minus_zero.json.sha256 deleted file mode 100644 index e6344cdef..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_minus_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -406944522156bbc83abcf53df7e601ca959db44ca6cf2cbc1459f410dd9e79b6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_negative_int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_negative_int.json.sha256 deleted file mode 100644 index 620680435..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_negative_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -764efe9bcaa0a7d3d2d622d7f446cb930a26fff9da4a8331f287af40dac2f577 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_negative_one.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_negative_one.json.sha256 deleted file mode 100644 index 6a633d537..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_negative_one.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d124b23c696a85177dac41a7a28c853546e55caa5b4798fb917f2c3dc1b331ce \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_negative_zero.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_negative_zero.json.sha256 deleted file mode 100644 index e6344cdef..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_negative_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -406944522156bbc83abcf53df7e601ca959db44ca6cf2cbc1459f410dd9e79b6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e.json.sha256 deleted file mode 100644 index 22ed527d5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -487520c1738b59febf4b14cddd8e962ea3cc9cec00995d505e0eef258d8f2413 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e_neg_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e_neg_exp.json.sha256 deleted file mode 100644 index 6f29e45d4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e_neg_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7028e961ff024ebc25747ce356fee6a0eb24f0c108d8eb02af0c0d233f05aeb5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e_pos_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e_pos_exp.json.sha256 deleted file mode 100644 index 036fac051..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_capital_e_pos_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1d4777abe10ed63b34ad7185bfe551f875d0121b20d1fb83703ac94fd5a8ccea \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_exponent.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_exponent.json.sha256 deleted file mode 100644 index 04b5295f0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -15b33591966758437b80030f60c7941bd3a5d42f496d46b9d78ddad1c1e953e1 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_fraction_exponent.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_fraction_exponent.json.sha256 deleted file mode 100644 index 9445f537f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_fraction_exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -440ffa21e6f0d58c090d99f2459a150ad0907bd6aa090f7c8811dc84a18ffefa \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_neg_exp.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_neg_exp.json.sha256 deleted file mode 100644 index 094adafb4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_neg_exp.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2a43df431a4412183f3b0e796a4fdc5488469428e91527cdaf40434e3d64c8ec \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_real_pos_exponent.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_real_pos_exponent.json.sha256 deleted file mode 100644 index 3b3d2e698..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_real_pos_exponent.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -021e295090984a454b83295322b0b7e58d1460036fd48c010864ed8adda8e48c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_simple_int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_simple_int.json.sha256 deleted file mode 100644 index e92b4f34e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_simple_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -201add142419aaa1ff8bf4b25772b7af870d06753a642c57a49640cd9835f6d4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_number_simple_real.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_number_simple_real.json.sha256 deleted file mode 100644 index c6441760f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_number_simple_real.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -da71a3f6f94e299177d77eb6435ba108f05a6e6e2669a13294c9dc7eb29e3020 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object.json.sha256 deleted file mode 100644 index 0f78d1f05..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2d2df3a9238ce3d7ee68794dafbca7439308cc9abc685806ab8d80e3f7e6c5a2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_basic.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_basic.json.sha256 deleted file mode 100644 index 86b71ded5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_basic.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aeab10e350ec1756ea24bc72181b19979e86c9585ced7b89e8a657e75d239c22 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_duplicated_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_duplicated_key.json.sha256 deleted file mode 100644 index 45f6f47d0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_duplicated_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -94766ff02436ccd9bceddab5ed15bd3df3d5d6cee3ca0a34c9ad1fd1a9bed523 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_duplicated_key_and_value.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_duplicated_key_and_value.json.sha256 deleted file mode 100644 index a93b2e0a7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_duplicated_key_and_value.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -d89b7a808458bca34b53d4731a66402ad3731942e4a5da221a1ac9be564e4235 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_empty.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_empty.json.sha256 deleted file mode 100644 index 4cf11bfae..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_empty.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_empty_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_empty_key.json.sha256 deleted file mode 100644 index 0d0684b9a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_empty_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -6d741b146801696dd35e34575e778730f06b2ec4bb5ccee13166f36c0761a55a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_escaped_null_in_key.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_escaped_null_in_key.json.sha256 deleted file mode 100644 index 2b2516a82..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_escaped_null_in_key.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c3c00c78ceca5a6cce2f0aefe316b5352117011f6f9a471a18eb4f3c1930739 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_extreme_numbers.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_extreme_numbers.json.sha256 deleted file mode 100644 index 355acfab5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_extreme_numbers.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -79711ae7b3f95981a7aece4db3435a10a68493d4ea66fd623464d3f681809405 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_long_strings.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_long_strings.json.sha256 deleted file mode 100644 index e985fa1a4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_long_strings.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b7afdd9d8feae8fc6a4532b01bddea0691994e8ed7e4a93303157c83413d156d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_simple.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_simple.json.sha256 deleted file mode 100644 index e86d4f178..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_simple.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -50e8660084976a10f0b3b9b3a6352d5881cbd219b5587a26224971a60ff2cc55 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_string_unicode.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_string_unicode.json.sha256 deleted file mode 100644 index bd6d7b5de..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_string_unicode.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -edec7a6f5af644b0b729f4c822d60dc74575dfa11157fc6e6a855150d286aad8 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_object_with_newlines.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_object_with_newlines.json.sha256 deleted file mode 100644 index cee395341..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_object_with_newlines.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -27e0a21606c52d12b7eacb1ec1cb18dfeb847077ad5dfa229af81ce9694065aa \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.sha256 deleted file mode 100644 index 5fca94fc5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b9f5b15f84663a920e537ad55693aa2c6aab6b8e499c6187f54116b8a78800d5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_accepted_surrogate_pair.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_accepted_surrogate_pair.json.sha256 deleted file mode 100644 index c56198fe6..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_accepted_surrogate_pair.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -112c1de300c75efe3328e044b785388e1adaa1a4d11d05b04c4f8c20758ddba2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_accepted_surrogate_pairs.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_accepted_surrogate_pairs.json.sha256 deleted file mode 100644 index d3f154c3d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_accepted_surrogate_pairs.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -9df10c47273a7e385c87007e8629b34a30288eb24752c9e1c519256b46d6e287 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_allowed_escapes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_allowed_escapes.json.sha256 deleted file mode 100644 index 5870919eb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_allowed_escapes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -8eb4cce67d4f8e6d61a3e719f6910d3b770cf7493a95f85c33c503b57506263e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_backslash_and_u_escaped_zero.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_backslash_and_u_escaped_zero.json.sha256 deleted file mode 100644 index f7f0dffce..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_backslash_and_u_escaped_zero.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b53b019aabe34fa44bb6b82c3094665572dbec4f673c56ccf539480ad769d931 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_backslash_doublequotes.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_backslash_doublequotes.json.sha256 deleted file mode 100644 index 1ce521907..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_backslash_doublequotes.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f3e471a47b03bdaf13bbd20b97f5490974eedb5a8b45763c8164f9d6255339dd \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_comments.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_comments.json.sha256 deleted file mode 100644 index 1baa68a1b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_comments.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -82b15308414d192008b8f6f1463a5438dba9b64ba529e0171dce571a4d7a9450 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_double_escape_a.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_double_escape_a.json.sha256 deleted file mode 100644 index 1d1f1e427..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_double_escape_a.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ea5f706e0e55ac56444147f4e7b2252c1501a8362ca150d2735e47f4be4746c2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_double_escape_n.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_double_escape_n.json.sha256 deleted file mode 100644 index 03fd6a328..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_double_escape_n.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -aa9c977fcd275f87135c1874663c150c9f91a6abf98789dbc98df19f77e59ca2 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_escaped_control_character.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_escaped_control_character.json.sha256 deleted file mode 100644 index ef70296f8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_escaped_control_character.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1a9f37085203c6d712945c5fb87ad5e08fa38515e51ee4a637c7558bb1b82725 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_escaped_noncharacter.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_escaped_noncharacter.json.sha256 deleted file mode 100644 index d3bd8c2a8..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_escaped_noncharacter.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7ad0639c7fdd0e13069de162757a5e76dd7c2e6fe46336bd5b60a44a55f394cc \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_in_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_in_array.json.sha256 deleted file mode 100644 index da8bb6212..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_in_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -88d0d49f2caf8f249e81a3c4a12657678594af2ca9867b193993b02bb4cf6814 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_in_array_with_leading_space.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_in_array_with_leading_space.json.sha256 deleted file mode 100644 index c5d920322..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_in_array_with_leading_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -c8a83a0f75ceabc50fb63ac3cd3a9ef8531e6730d0997558728b84fac149edb3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_last_surrogates_1_and_2.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_last_surrogates_1_and_2.json.sha256 deleted file mode 100644 index 15f332f7d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_last_surrogates_1_and_2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -03483610a167d485199cd64bb562340752c1865a11c543bc8fc786496fa93940 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_nbsp_uescaped.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_nbsp_uescaped.json.sha256 deleted file mode 100644 index ce45b824c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_nbsp_uescaped.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -770046219042aa550c693bd6a2b776dee6d317705a67495b6cbc8426e3db1655 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.sha256 deleted file mode 100644 index f6797a7de..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ae205bae31537db2df3b058d4847c3e8c184b0e5a5e93dcc11de6202a7bc1c3f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.sha256 deleted file mode 100644 index 23d6c0e9d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f71019c976f92080edc1802b707f306ce74360ba5b21481c3ce5f39631ab5f74 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_null_escape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_null_escape.json.sha256 deleted file mode 100644 index ee2f260ca..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_null_escape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e8d092a2abe0afaefae429a5cf3715c71efa25daf1ecb041d8926e5a75e1c12c \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_one-byte-utf-8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_one-byte-utf-8.json.sha256 deleted file mode 100644 index 3a1b11ff7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_one-byte-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -440a346596ed50e35bd72fb0bba49b20c67bccf8899ae5ef1d73890f40e9593e \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_pi.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_pi.json.sha256 deleted file mode 100644 index f243e8e5d..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_pi.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -60373866a7dbaf4c8e7dc2b6428d8ac337331bd758ecdbeb27d6cd0eb3e9f8b4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_reservedCharacterInUTF-8_U+1BFFF.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_reservedCharacterInUTF-8_U+1BFFF.json.sha256 deleted file mode 100644 index e90a087c3..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_reservedCharacterInUTF-8_U+1BFFF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -4cd40b9e988de371b814d7ef6fffc56acfa5b8ef1ccfa373ed618d3313e8bdc4 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_simple_ascii.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_simple_ascii.json.sha256 deleted file mode 100644 index 730ceb09f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_simple_ascii.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a7ad412f8443140eae23fb4129c10c147bb81a17c76111803be58b7eeb1bbeb7 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_space.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_space.json.sha256 deleted file mode 100644 index 477966892..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_space.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -52109349dabf69106e04ec2f493fb8b6ade94ea100227cccce6559ab8b96553f \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.sha256 deleted file mode 100644 index 0eb95a14a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fe59c5b3de3b68f7c7fb803299e2bcf5b280a45c2fca2ab2cb2391d8024e3dea \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_three-byte-utf-8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_three-byte-utf-8.json.sha256 deleted file mode 100644 index 25497651f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_three-byte-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -eb3da7d2b738cd455a444490897d290a8a89cf3830a0443bd32a319854882926 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_two-byte-utf-8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_two-byte-utf-8.json.sha256 deleted file mode 100644 index 94962f7bb..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_two-byte-utf-8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92a4c4eff0bf782553cc5f0309c56fc8e1cd749d98756df3b47400e016558550 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_u+2028_line_sep.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_u+2028_line_sep.json.sha256 deleted file mode 100644 index d79d10099..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_u+2028_line_sep.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7cf97fa4811058a28bcd46d0a8a829c52b3577451e88bd32a2ba711905112273 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_u+2029_par_sep.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_u+2029_par_sep.json.sha256 deleted file mode 100644 index cb7d06a84..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_u+2029_par_sep.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bd532d486bbb87075166aa0ac00c967ba019ed58e603ed644f0b1c099ba262f5 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_uEscape.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_uEscape.json.sha256 deleted file mode 100644 index b32d5f773..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_uEscape.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a69c93369dd5e8e3f07db70b9110f59998fab55c1d8eac6a37ecebed3d1f8516 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_uescaped_newline.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_uescaped_newline.json.sha256 deleted file mode 100644 index ee5729b07..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_uescaped_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92ae7255e83019f15495d0fef854a369c4061d6623183fa8ea2f61744b2dec49 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unescaped_char_delete.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unescaped_char_delete.json.sha256 deleted file mode 100644 index de9517939..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unescaped_char_delete.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -2366f354a28f19c40b4994ae5a341137807c954180c52cbc9d56a75722dcdeed \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode.json.sha256 deleted file mode 100644 index 1cf8ea349..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -3db3f981f8e96028e601cae9bd8098852df6cc1b751b9c4ed56a2f2df85b7d98 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicodeEscapedBackslash.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicodeEscapedBackslash.json.sha256 deleted file mode 100644 index 54cc123ea..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicodeEscapedBackslash.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -f791a3c18024a7dec0d9dc92d7cf9ac8f2100409e1c5f196d510fa543195c787 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_2.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_2.json.sha256 deleted file mode 100644 index 0e7e094ba..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_2.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a44e2ecefdcc43bfea052cc63fd8e02348e1bf50640b7f50919db3d02c3bd05a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+10FFFE_nonchar.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+10FFFE_nonchar.json.sha256 deleted file mode 100644 index 8cf2fa59a..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+10FFFE_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -95affe1744a2fb5a585d0a4a8b28b3238f36473ac55e21b43ead5e9824389eb3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+1FFFE_nonchar.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+1FFFE_nonchar.json.sha256 deleted file mode 100644 index 112c7db2c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+1FFFE_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1522be6352030d1fea7484adcccd731408f3f000fe893b567c4cc6fc79378ad6 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.sha256 deleted file mode 100644 index 8e9eab6cf..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1deed1d5984a8e96e6901eb3cbbe3516611459ff622136ec47181e33e604a598 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+2064_invisible_plus.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+2064_invisible_plus.json.sha256 deleted file mode 100644 index 18f6f616c..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+2064_invisible_plus.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7312cf1ea2ada2cebd1a374504dc14232e877ac58fff149ec61dca0d7bda4775 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+FDD0_nonchar.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+FDD0_nonchar.json.sha256 deleted file mode 100644 index aa5aab44e..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+FDD0_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -093f3d1b0f5c40df1427a3bbb8e1999df3e923f475b0a9655c1a7eafbf69ebe3 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+FFFE_nonchar.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+FFFE_nonchar.json.sha256 deleted file mode 100644 index 137df1f90..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_U+FFFE_nonchar.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e7d42cac051b1e55f093262ecb8cda1cc080cb9cde6a2cbe163b7a5db9fbfa9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_escaped_double_quote.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_escaped_double_quote.json.sha256 deleted file mode 100644 index 1614299c5..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_unicode_escaped_double_quote.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -0cd3133261a2fa55220280b49f19b46f59bbc5f0298f00c1bb3470125b58ff8d \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_utf8.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_utf8.json.sha256 deleted file mode 100644 index fb1756130..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_utf8.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -adec79032c3509dce21c9b0b96445a0fe398533d6647d12abc639eef16e621ab \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_string_with_del_character.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_string_with_del_character.json.sha256 deleted file mode 100644 index 3765419aa..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_string_with_del_character.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -db99989c39740edd8dda79380e881f7d0837fb88481dafa65dd5cfaee0038fdf \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_false.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_false.json.sha256 deleted file mode 100644 index 4dd9ed8d4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_false.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -fcbcf165908dd18a9e49f7ff27810176db8e9f63b4352213741664245224f8aa \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_int.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_int.json.sha256 deleted file mode 100644 index 62bdfb95f..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_int.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -73475cb40a568e8da8a045ced110137e159f890ac4da883b6b17dc651b3a8049 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_negative_real.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_negative_real.json.sha256 deleted file mode 100644 index f95e219f0..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_negative_real.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -ffe616e28103a848cc8a18531f5ba096e153b50c6d597297ad5cb69e39496f6a \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_null.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_null.json.sha256 deleted file mode 100644 index 7e3e896c1..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_null.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -74234e98afe7498fb5daf1f36ac2d78acc339464f950703b8c019892f982b90b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_string.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_string.json.sha256 deleted file mode 100644 index e9f609492..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_string.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -cf48780abab649b585d02731f300e2859eea427b0b61de647b87d3c3c8b91ead \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_true.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_true.json.sha256 deleted file mode 100644 index 34ffc07e7..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_lonely_true.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b5bea41b6c623f7c09f1bf24dcae58ebab3c0cdd90ad966bc43a45b44867e12b \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_string_empty.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_string_empty.json.sha256 deleted file mode 100644 index 9f16df625..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_string_empty.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_trailing_newline.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_trailing_newline.json.sha256 deleted file mode 100644 index 205fd8a5b..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_trailing_newline.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -92260ea0cbd70738c0bccba89c8dbf5881ec50d1a09891ea531aa254a783c9cd \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_true_in_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_true_in_array.json.sha256 deleted file mode 100644 index 7caa2b083..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_true_in_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -1c28f2eb0958c3d15db1f0f0e7f2b8998ca2b8f67ab426a1fbb3d561fe76fad9 \ No newline at end of file diff --git a/test/data/nst_json_testsuite2/test_parsing/y_structure_whitespace_array.json.sha256 b/test/data/nst_json_testsuite2/test_parsing/y_structure_whitespace_array.json.sha256 deleted file mode 100644 index f456c20b4..000000000 --- a/test/data/nst_json_testsuite2/test_parsing/y_structure_whitespace_array.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -7e58d2487a2aaa36b6c1f57dbe1b513f1637fce9b58bb771797daa980dcdb3eb \ No newline at end of file diff --git a/test/data/regression/broken_file.json.sha256 b/test/data/regression/broken_file.json.sha256 deleted file mode 100644 index 9cb07c8d2..000000000 --- a/test/data/regression/broken_file.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -e2cd855af1788dcba661cb6df96557f93b9bfe6a5cb3808a42bbc42de02c5064 \ No newline at end of file diff --git a/test/data/regression/floats.json.cbor.sha256 b/test/data/regression/floats.json.cbor.sha256 deleted file mode 100644 index b37094ab9..000000000 --- a/test/data/regression/floats.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -17fca361b251e1ba08eccddb69d5de3fb2fcdc5ac6e6748dba93429fcec04e45 \ No newline at end of file diff --git a/test/data/regression/floats.json.msgpack.sha256 b/test/data/regression/floats.json.msgpack.sha256 deleted file mode 100644 index 98682e8f2..000000000 --- a/test/data/regression/floats.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -f27007f9fbffc8f0888cd5a216aea781dde75b63dc518edf78117fa74884afbe \ No newline at end of file diff --git a/test/data/regression/floats.json.sha256 b/test/data/regression/floats.json.sha256 deleted file mode 100644 index b20aec9b5..000000000 --- a/test/data/regression/floats.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b90f67db4b07a23b3f75370d93123d1d107f9fc66d42342d9e131d82f79edc80 \ No newline at end of file diff --git a/test/data/regression/signed_ints.json.cbor.sha256 b/test/data/regression/signed_ints.json.cbor.sha256 deleted file mode 100644 index 2f580247a..000000000 --- a/test/data/regression/signed_ints.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -ca82420d921c6882cead4a1cb649e254833d4b4a7a88b1ae2f4f75ac598789bc \ No newline at end of file diff --git a/test/data/regression/signed_ints.json.msgpack.sha256 b/test/data/regression/signed_ints.json.msgpack.sha256 deleted file mode 100644 index f7241f1fe..000000000 --- a/test/data/regression/signed_ints.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -e9882ff74a884b892e6c3ed8cd0b6a1d3f782a0a7f993d78132b0f5967b90e5b \ No newline at end of file diff --git a/test/data/regression/signed_ints.json.sha256 b/test/data/regression/signed_ints.json.sha256 deleted file mode 100644 index e22ea1168..000000000 --- a/test/data/regression/signed_ints.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -b405987bced34153c7e304900e975cda604e57a43187c0fbdfe4dabf46bd276d \ No newline at end of file diff --git a/test/data/regression/unsigned_ints.json.cbor.sha256 b/test/data/regression/unsigned_ints.json.cbor.sha256 deleted file mode 100644 index 5ac822aa7..000000000 --- a/test/data/regression/unsigned_ints.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -3ae2899236b9e18598a396a8e5ef5468eaafbe6c7d67e135df01a6a97187b6cd \ No newline at end of file diff --git a/test/data/regression/unsigned_ints.json.msgpack.sha256 b/test/data/regression/unsigned_ints.json.msgpack.sha256 deleted file mode 100644 index b321ade24..000000000 --- a/test/data/regression/unsigned_ints.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -64b338c575f399889826ea5162e629af45166bfcbd79d92d403c24322d0d3d5e \ No newline at end of file diff --git a/test/data/regression/unsigned_ints.json.sha256 b/test/data/regression/unsigned_ints.json.sha256 deleted file mode 100644 index 9aee12b2b..000000000 --- a/test/data/regression/unsigned_ints.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -bc765ff7580c8a7a46d104ae0846f0ecbd37617669332d299484a5083904a887 \ No newline at end of file diff --git a/test/data/regression/working_file.json.cbor.sha256 b/test/data/regression/working_file.json.cbor.sha256 deleted file mode 100644 index 3d651ba8e..000000000 --- a/test/data/regression/working_file.json.cbor.sha256 +++ /dev/null @@ -1 +0,0 @@ -beae5475e936475b5d32c9b55baa0a247f1840ae3b68bd5b69274c25fbda5af3 \ No newline at end of file diff --git a/test/data/regression/working_file.json.msgpack.sha256 b/test/data/regression/working_file.json.msgpack.sha256 deleted file mode 100644 index bce81542e..000000000 --- a/test/data/regression/working_file.json.msgpack.sha256 +++ /dev/null @@ -1 +0,0 @@ -8582fa2e1e7e663985d29ca86ab7dcfe7416a738b0d0ac028c673f174a67e55d \ No newline at end of file diff --git a/test/data/regression/working_file.json.sha256 b/test/data/regression/working_file.json.sha256 deleted file mode 100644 index 32cd955bf..000000000 --- a/test/data/regression/working_file.json.sha256 +++ /dev/null @@ -1 +0,0 @@ -a440efcba8635bcee8d3ec83c69c3a96bd6b3dc5ca93dd597dd1a720b367be14 \ No newline at end of file