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
This is going unnoticed (I believe) due to the fact the test doesn't try and reconstitute the generated schema via schemaloader.
E.g. tests/test_121/input/schema_def.tsv defines the name as some schema but this is not a valid NCName
tests/test_121/input/schema_def.tsv
some schema
The text was updated successfully, but these errors were encountered:
Fixing test 121 to be valid.
0647b29
Fixes #141
3542b10
Adding Property Graph example
ae5030c
Fixes #142 Also adding roundtrip when generating schema, catches issues with #141
Adding Property Graph example (#144)
530f303
cmungall
Successfully merging a pull request may close this issue.
This is going unnoticed (I believe) due to the fact the test doesn't try and reconstitute the generated schema via schemaloader.
E.g.
tests/test_121/input/schema_def.tsv
defines the name assome schema
but this is not a valid NCNameThe text was updated successfully, but these errors were encountered: