We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clarification has been made in the spec that allows values to be node names. This is in the process of being incorporated into the hed validator.
Definitions are a special case: Definition names cannot be node names. However, Definitions can also take values:
(Definition/My-def/# .... ) The values substituted for # can be node names in Def/My-def/Red or (Def-expand/My-def/Red .... )
(Definition/My-def/# .... )
#
Def/My-def/Red
(Def-expand/My-def/Red .... )
The text was updated successfully, but these errors were encountered:
Add test to verify the eventual fix for #57
4795a96
As evidenced by the fact that the test added in 4795a96 had to be skipped in order to be committed, this issue was not fixed in v3.7.0.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
A clarification has been made in the spec that allows values to be node names. This is in the process of being incorporated into the hed validator.
Definitions are a special case: Definition names cannot be node names. However, Definitions can also take values:
(Definition/My-def/# .... )
The values substituted for#
can be node names inDef/My-def/Red
or(Def-expand/My-def/Red .... )
The text was updated successfully, but these errors were encountered: