Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec_tests/hed-specification
Submodule hed-specification updated 49 files
+10 −0 CHANGELOG.md
+9 −6 README.md
+1 −12 docs/requirements.txt
+274 −117 docs/source/03_HED_formats.md
+57 −11 docs/source/05_Advanced_annotation.md
+3 −2 docs/source/06_Infrastructure_and_tools.md
+370 −197 docs/source/07_Library_schemas.md
+47 −22 docs/source/Appendix_B.md
+1 −1 docs/source/HedResources.md
+1 −1 docs/source/_template/layout.html
+4 −4 docs/source/conf.py
+7 −7 docs/source/index.rst
+ hedspec/HEDSpecification_3_1_0.pdf
+ hedspec/HEDSpecification_3_1_1.pdf
+ hedspec/HEDSpecification_3_2_0.pdf
+1,304 −0 hedwiki/HED8.2.0.mediawiki
+7,296 −0 hedxml/HED8.2.0.xml
+238 −14 hedxml/HEDLatest.xml
+0 −1 readthedocs.yml
+10 −63 tests/json_tests/CHARACTER_INVALID.json
+0 −0 tests/json_tests/COMMA_MISSING.json
+8 −3 tests/json_tests/DEFINITION_INVALID.json
+2 −2 tests/json_tests/DEF_EXPAND_INVALID.json
+0 −0 tests/json_tests/DEF_INVALID.json
+0 −0 tests/json_tests/NODE_NAME_EMPTY.json
+202 −37 tests/json_tests/ONSET_OFFSET_INSET_ERROR.json
+2 −2 tests/json_tests/PARENTHESES_MISMATCH.json
+5 −5 tests/json_tests/PLACEHOLDER_INVALID.json
+61 −61 tests/json_tests/REQUIRED_TAG_MISSING.json
+269 −0 tests/json_tests/SCHEMA_LIBRARY_INVALID.json
+548 −0 tests/json_tests/SIDECAR_BRACES_INVALID.json
+0 −0 tests/json_tests/SIDECAR_INVALID.json
+0 −0 tests/json_tests/SIDECAR_KEY_MISSING.json
+11 −11 tests/json_tests/STYLE_WARNING.json
+0 −0 tests/json_tests/TAG_EMPTY.json
+4 −4 tests/json_tests/TAG_EXPRESSION_REPEATED.json
+0 −0 tests/json_tests/TAG_EXTENDED.json
+0 −0 tests/json_tests/TAG_EXTENSION_INVALID.json
+0 −1 tests/json_tests/TAG_GROUP_ERROR.json
+8 −8 tests/json_tests/TAG_INVALID.json
+0 −0 tests/json_tests/TAG_NOT_UNIQUE.json
+0 −0 tests/json_tests/TAG_PREFIX_INVALID.json
+0 −0 tests/json_tests/TAG_REQUIRES_CHILD.json
+0 −0 tests/json_tests/TILDES_UNSUPPORTED.json
+4 −4 tests/json_tests/UNITS_INVALID.json
+0 −1 tests/json_tests/UNITS_MISSING.json
+95 −4 tests/json_tests/VALUE_INVALID.json
+0 −0 tests/json_tests/VERSION_DEPRECATED.json
+1 −1 tests/test_summarize_testdata.py