Skip to content

Commit 20117b3

Browse files
committed
Synchronize N-Triples C14N with N-Quads.
1 parent 300c132 commit 20117b3

12 files changed

+20
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "chat"@en--ltr <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "chat"@EN--ltr <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "chat"@en <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "chat"@EN <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "\b" <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "\u0008" <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "\r" <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "\u000D" <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "\t" <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "\u0009" <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "\f" <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "\u000c" <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "\n" <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "\u000a" <http://example/g> .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<http://a.example/s> <http://a.example/p> "x\"y" <http://example/g> .
1+
<http://a.example/s> <http://a.example/p> "x\u0022y" <http://example/g> .
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://a.example/s> <http://a.example/p> " a b c \n\n\t\t\r\r" <http://a.example/g> .
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://a.example/s> <http://a.example/p> " a b c \n\n\t\t\r\r" <http://a.example/g> .

0 commit comments

Comments
 (0)