We should have a unit test that makes sure term labels are alphanumeric #1136
Labels
Comments
danbri
added a commit
that referenced
this issue
Apr 28, 2016
|
@RichardWallis - I don't think this is running against the data/ext/health-lifesci/*rdfa data - can we do that easily? |
Gives
This could plug in around https://github.com/schemaorg/schemaorg/blob/sdo-deimos/tests/test_graphs.py#L51 ...? |
|
This now runs across extension data too thanks to @RichardWallis 's #1168 |
danbri
added a commit
that referenced
this issue
May 20, 2016
|
Fixed in #1168 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i.e. complains if rdfs:label has chars that aren't in [^a-zA-Z0-9_ ].
The text was updated successfully, but these errors were encountered: