Skip to content

#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

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

nicholascar
Copy link
Contributor

@nicholascar nicholascar commented May 26, 2025

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

@nicholascar nicholascar changed the title Unify ex namespace usage in tests Unify ex namespace usage in tests - redo May 26, 2025
@nicholascar nicholascar changed the title Unify ex namespace usage in tests - redo #276 Unify ex namespace usage in tests - redo May 26, 2025
@nicholascar nicholascar changed the title #276 Unify ex namespace usage in tests - redo #276: Unify ex namespace usage in tests - redo May 26, 2025
@@ -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 """
Copy link
Contributor

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 """
Copy link
Contributor

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 """
Copy link
Contributor

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 """
Copy link
Contributor

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 """
Copy link
Contributor

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?

Copy link
Contributor

@ajnelson-nist ajnelson-nist left a 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?

@HolgerKnublauch
Copy link
Contributor

I don't think we should touch old test cases or documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Namespace of ex: in tests
4 participants