-
Notifications
You must be signed in to change notification settings - Fork 30
#276: Unify ex
namespace usage in tests - redo
#390
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
base: gh-pages
Are you sure you want to change the base?
Conversation
ex
namespace usage in testsex
namespace usage in tests - redo
ex
namespace usage in tests - redoex
namespace usage in tests - redo
ex
namespace usage in tests - redoex
namespace usage in tests - redo
@@ -28,11 +28,11 @@ ex:TestShape | |||
ex:TestShape-sparql | |||
sh:message "Cannot have a label" ; | |||
sh:prefixes <http://datashapes.org/sh/tests/sparql/node/sparql-001.test> ; | |||
sh:select """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hunk of lines is afflicted the the EOL character change.
@@ -24,12 +24,12 @@ ex:LanguageExampleShape | |||
rdf:type sh:SPARQLConstraint ; | |||
sh:message "Values are literals with German language tag." ; | |||
sh:prefixes <http://datashapes.org/sh/tests/sparql/node/sparql-003.test> ; | |||
sh:select """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hunk of lines is afflicted the the EOL character change.
@@ -23,10 +23,10 @@ ex:TestShape | |||
ex:TestShape-sparql | |||
sh:message "Test message" ; | |||
sh:prefixes ex: ; | |||
sh:select """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hunk of lines is afflicted the the EOL character change.
@@ -22,16 +22,16 @@ ex:TestShape | |||
. | |||
ex:TestShape-sparql | |||
sh:prefixes ex: ; | |||
sh:select """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hunk of lines is afflicted the the EOL character change.
@@ -28,11 +28,11 @@ ex:TestShape | |||
ex:TestShape-sparql | |||
sh:message "Cannot have a label" ; | |||
sh:prefixes <http://datashapes.org/sh/tests/sparql/node/sparql-001.test> ; | |||
sh:select """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hunk of lines is also affected by end of line changes.
I just noticed that the previous files with EOL changes were from the SHACL 1.0 test suite. Is this PR's scope 1.2's tests, or going back in time to 1.0 too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw a lot of end of line changes when files involved SPARQL. I could also use a reminder on scope - is this fixing 1.2's tests, or 1.0's and 1.2's?
I don't think we should touch old test cases or documents. |
Use http://example.com/ns# for ex: everywhere but without changing line endings.
This PR is a direct replacement for PR #362 and, if merged, #362 can be closed.
Closes #276
Closes #362