Skip to content

Commit

Permalink
Bump spec_tests/hed-specification from 19b29fe to bae5675
Browse files Browse the repository at this point in the history
Bumps [spec_tests/hed-specification](https://github.com/hed-standard/hed-specification) from `19b29fe` to `bae5675`.
- [Release notes](https://github.com/hed-standard/hed-specification/releases)
- [Commits](hed-standard/hed-specification@19b29fe...bae5675)

---
updated-dependencies:
- dependency-name: spec_tests/hed-specification
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 426a26a commit 05b6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec_tests/hed-specification
Submodule hed-specification updated 38 files
+3 −3 .codespellrc
+186 −188 docs/source/02_Terminology.md
+3 −0 docs/source/03_HED_formats.md
+1 −1 docs/source/Appendix_A.md
+16 −9 docs/source/Appendix_B.md
+15,997 −0 tests/all_tests.json
+78 −82 tests/json_tests/CHARACTER_INVALID.json
+4 −0 tests/json_tests/COMMA_MISSING.json
+20 −0 tests/json_tests/DEFINITION_INVALID.json
+12 −0 tests/json_tests/DEF_EXPAND_INVALID.json
+6 −0 tests/json_tests/DEF_INVALID.json
+98 −97 tests/json_tests/ELEMENT_DEPRECATED.json
+4 −0 tests/json_tests/PARENTHESES_MISMATCH.json
+8 −0 tests/json_tests/PLACEHOLDER_INVALID.json
+13 −7 tests/json_tests/REQUIRED_TAG_MISSING.json
+820 −802 tests/json_tests/SIDECAR_BRACES_INVALID.json
+129 −1 tests/json_tests/SIDECAR_INVALID.json
+1 −0 tests/json_tests/SIDECAR_KEY_MISSING.json
+1 −0 tests/json_tests/STYLE_WARNING.json
+6 −0 tests/json_tests/TAG_EMPTY.json
+2 −0 tests/json_tests/TAG_EXPRESSION_REPEATED.json
+1 −0 tests/json_tests/TAG_EXTENDED.json
+4 −0 tests/json_tests/TAG_EXTENSION_INVALID.json
+6 −0 tests/json_tests/TAG_GROUP_ERROR.json
+6 −0 tests/json_tests/TAG_INVALID.json
+4 −0 tests/json_tests/TAG_NAMESPACE_PREFIX_INVALID.json
+2 −0 tests/json_tests/TAG_NOT_UNIQUE.json
+2 −0 tests/json_tests/TAG_REQUIRES_CHILD.json
+1,108 −1,084 tests/json_tests/TEMPORAL_TAG_ERROR.json
+1,015 −1,013 tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json
+2 −0 tests/json_tests/TILDES_UNSUPPORTED.json
+4 −0 tests/json_tests/UNITS_INVALID.json
+14 −0 tests/json_tests/UNITS_MISSING.json
+21 −219 tests/json_tests/VALUE_INVALID.json
+1 −0 tests/json_tests/VERSION_DEPRECATED.json
+12,775 −0 tests/nonschema_tests.json
+38 −0 tests/run_consolidate_tests.py
+12 −11 tests/test_summarize_testdata.py

0 comments on commit 05b6e36

Please sign in to comment.