-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4109bc2
commit 1888d66
Showing
5 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
diff | ||
*/* | ||
!expected/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
07:07:38 WARN riot :: [line: 2, col: 192] {W124} Non-ascii characters in a namespace URI may not be completely portable: <https://slovn?k.gov.cz/datov?/turistick?-c?le/pojem/>. Resulting RDF URI references are legal. | ||
07:07:38 WARN riot :: [line: 2, col: 192] {W124} Non-ascii characters in a namespace URI may not be completely portable: <https://slovn?k.gov.cz/generick?/mno?stv?/pojem/>. Resulting RDF URI references are legal. | ||
WARN riot :: [line: 2, col: 192] {W124} Non-ascii characters in a namespace URI may not be completely portable: <https://slovn?k.gov.cz/datov?/turistick?-c?le/pojem/>. Resulting RDF URI references are legal. | ||
WARN riot :: [line: 2, col: 192] {W124} Non-ascii characters in a namespace URI may not be completely portable: <https://slovn?k.gov.cz/generick?/mno?stv?/pojem/>. Resulting RDF URI references are legal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
docker run -i --rm -v $PWD:/usr/src/app -v $PWD/../common:/usr/src/common dataspecer < script.sh | ||
docker run -i --rm -v $PWD:/usr/src/app -v $PWD/../common:/usr/src/common dataspecer < script.sh | ||
echo "-----------DIFF-----------" | ||
diff -r expected data > diff | ||
cat diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
docker run -i --rm -v $PWD:/usr/src/app -v $PWD/../common:/usr/src/common dataspecer < script.sh | ||
docker run -i --rm -v $PWD:/usr/src/app -v $PWD/../common:/usr/src/common dataspecer < script.sh | ||
echo "-----------DIFF-----------" | ||
diff -r expected data > diff | ||
cat diff |