Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab authored Sep 13, 2024
2 parents ba7e3cb + 6cddf1b commit 96a6e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/javascript_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@
"alt_codes": [
"TAG_EMPTY"
],
"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",
Expand Down
1 change: 1 addition & 0 deletions tests/json_tests/DEFINITION_INVALID.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
{
"error_code": "DEFINITION_INVALID",
"alt_codes": ["TAG_EMPTY"],
"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",
Expand Down
1 change: 1 addition & 0 deletions tests/python_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@
"alt_codes": [
"TAG_EMPTY"
],
"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",
Expand Down

0 comments on commit 96a6e31

Please sign in to comment.