Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed various syntax problems in tests #625

Merged
merged 36 commits into from
Sep 13, 2024
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1b070cd
Updated test versions to 8.3.0 and clarified conditions for TAG_INVALID
VisLab Jul 22, 2024
ab2d1a9
Merge pull request #604 from VisLab/develop
VisLab Jul 22, 2024
d6f61c0
Merged NODE_NAME_EMPTY into TAG_INVALID
VisLab Jul 22, 2024
2a45490
Corrected additional NODE_NAME_EMPTY_LINKS
VisLab Jul 22, 2024
07812cd
Merge pull request #605 from VisLab/develop
VisLab Jul 22, 2024
9998d65
Lower the schema version on two tests back
IanCa Jul 23, 2024
1235b95
Merge pull request #606 from IanCa/develop
VisLab Jul 23, 2024
b1da7ea
Made hed_error_codes.json only contain codes with json files
VisLab Jul 23, 2024
7cf62e5
Merge pull request #607 from VisLab/develop
VisLab Jul 23, 2024
08772fb
Add hedID validation tests
IanCa Jul 24, 2024
19b29fe
Merge pull request #608 from IanCa/develop
VisLab Jul 25, 2024
ff9e792
Updated some of invalid characters
VisLab Aug 16, 2024
92f35f5
Updated the JSON tests to have all fields
VisLab Aug 25, 2024
2023ca0
Merge pull request #612 from VisLab/develop
VisLab Aug 25, 2024
98705f9
Updated tests to include warning and alt_code in non-schema tests
VisLab Aug 26, 2024
bae5675
Merge pull request #613 from VisLab/develop
VisLab Aug 26, 2024
1781683
Updated the tests with additional alt-codes
VisLab Aug 28, 2024
d3bac05
Merge pull request #614 from VisLab/develop
VisLab Aug 28, 2024
274892d
Definition may have no inner group
VisLab Aug 30, 2024
b6a0874
Merge branch 'develop' of https://github.com/hed-standard/hed-specifi…
VisLab Aug 30, 2024
48bd8e1
Merge pull request #615 from VisLab/develop
VisLab Aug 30, 2024
d3d481e
Minor update in appendix B errors
VisLab Aug 30, 2024
d2b780f
Merge branch 'develop' of https://github.com/hed-standard/hed-specifi…
VisLab Aug 30, 2024
462f3fc
Merge pull request #616 from VisLab/develop
VisLab Aug 30, 2024
46c57e9
Minor changes to tests
VisLab Aug 30, 2024
b218d9b
Merge branch 'develop' of https://github.com/hed-standard/hed-specifi…
VisLab Aug 30, 2024
0cd8467
Merge pull request #617 from VisLab/develop
VisLab Aug 30, 2024
754ea41
Corrected a typo in the specification
VisLab Sep 2, 2024
4265b24
Merge branch 'develop' of https://github.com/hed-standard/hed-specifi…
VisLab Sep 2, 2024
abc9923
Merge pull request #618 from VisLab/develop
VisLab Sep 2, 2024
67a010c
Correction to curly brace test
VisLab Sep 11, 2024
f9637a9
Modified the test for definition with no group
VisLab Sep 13, 2024
6cdf4d8
Merge pull request #619 from VisLab/develop
VisLab Sep 13, 2024
ba7e3cb
Updated consolidated json tests (#622)
VisLab Sep 13, 2024
96a6e31
Merge branch 'master' into develop
VisLab Sep 13, 2024
f633de5
Correcting test syntax errors (#624)
VisLab Sep 13, 2024
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
3 changes: 2 additions & 1 deletion tests/json_tests/DEFINITION_INVALID.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
{
"error_code": "DEFINITION_INVALID",
"alt_codes": ["TAG_EMPTY"],
g "description": "A definition's enclosing tag group has an empty inner group (i.e., the definition's contents).",
"name": "definition-invalid-empty-inner-group",
"description": "A definition's enclosing tag group has an empty inner group (i.e., the definition's contents).",
"warning": false,
"schema": "8.3.0",
"definitions": ["(Definition/Acc/#, (Acceleration/#, Red))", "(Definition/MyColor, (Label/Pie))"],
Expand Down