From f633de5b3209f00f1b4aa94e6342d7a2ba3a5572 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:26:57 -0500 Subject: [PATCH] Correcting test syntax errors (#624) * Reran consolidation tests * Updated JSON tests (#623) * Updated test versions to 8.3.0 and clarified conditions for TAG_INVALID * Merged NODE_NAME_EMPTY into TAG_INVALID * Corrected additional NODE_NAME_EMPTY_LINKS * Lower the schema version on two tests back * Made hed_error_codes.json only contain codes with json files * Add hedID validation tests * Updated some of invalid characters * Updated the JSON tests to have all fields * Updated tests to include warning and alt_code in non-schema tests * Updated the tests with additional alt-codes * Definition may have no inner group * Minor update in appendix B errors * Minor changes to tests * Corrected a typo in the specification * Correction to curly brace test * Modified the test for definition with no group * Updated consolidated json tests (#622) * Updated tests and descriptions of duration handling (#620) * Updated test versions to 8.3.0 and clarified conditions for TAG_INVALID * Merged NODE_NAME_EMPTY into TAG_INVALID * Corrected additional NODE_NAME_EMPTY_LINKS * Lower the schema version on two tests back * Made hed_error_codes.json only contain codes with json files * Add hedID validation tests * Updated some of invalid characters * Updated the JSON tests to have all fields * Updated tests to include warning and alt_code in non-schema tests * Updated the tests with additional alt-codes * Definition may have no inner group * Minor update in appendix B errors * Minor changes to tests * Corrected a typo in the specification * Correction to curly brace test * Modified the test for definition with no group --------- Co-authored-by: IanCa * Updated spec tests and description of Duration handling (#621) * Updated test versions to 8.3.0 and clarified conditions for TAG_INVALID * Merged NODE_NAME_EMPTY into TAG_INVALID * Corrected additional NODE_NAME_EMPTY_LINKS * Lower the schema version on two tests back * Made hed_error_codes.json only contain codes with json files * Add hedID validation tests * Updated some of invalid characters * Updated the JSON tests to have all fields * Updated tests to include warning and alt_code in non-schema tests * Updated the tests with additional alt-codes * Definition may have no inner group * Minor update in appendix B errors * Minor changes to tests * Corrected a typo in the specification * Correction to curly brace test * Modified the test for definition with no group --------- Co-authored-by: IanCa * Reran consolidation tests --------- Co-authored-by: IanCa --------- Co-authored-by: IanCa * Updated the tests to correct syntax problems --------- Co-authored-by: IanCa