Browse Source
git-svn-id: http://svn.drobilla.net/serd/trunk@441 490d8e77-9747-427b-9fa3-0b8f29cee8a0zrythm_meson

153 changed files with 703 additions and 965 deletions
@ -1,101 +0,0 @@
@@ -1,101 +0,0 @@
|
||||
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . |
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
@prefix rdft: <http://www.w3.org/ns/rdftest#> . |
||||
|
||||
<> |
||||
rdf:type mf:Manifest ; |
||||
rdfs:comment "Extra Turtle tests from Serd" ; |
||||
mf:entries ( |
||||
<#turtle-syntax-bad-blank-label-dot-end> |
||||
<#turtle-syntax-bad-ln-dash-start> |
||||
<#turtle-syntax-bad-ln-escape-start> |
||||
<#turtle-syntax-bad-ln-escape> |
||||
<#turtle-syntax-bad-missing-ns-dot-end> |
||||
<#turtle-syntax-bad-missing-ns-dot-start> |
||||
<#turtle-syntax-bad-ns-dot-end> |
||||
<#turtle-syntax-bad-ns-dot-start> |
||||
<#turtle-syntax-bad-number-dot-in-anon> |
||||
<#turtle-syntax-blank-label> |
||||
<#turtle-syntax-ln-colons> |
||||
<#turtle-syntax-ln-dots> |
||||
<#turtle-syntax-ns-dots> |
||||
) . |
||||
|
||||
<#turtle-syntax-bad-blank-label-dot-end> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Blank node label must not end in dot" ; |
||||
mf:name "turtle-syntax-bad-blank-label-dot-end" ; |
||||
mf:action <turtle-syntax-bad-blank-label-dot-end.ttl> . |
||||
|
||||
<#turtle-syntax-bad-number-dot-in-anon> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Dot delimeter may not appear in anonymous nodes" ; |
||||
mf:name "turtle-syntax-bad-number-dot-in-anon" ; |
||||
mf:action <turtle-syntax-bad-number-dot-in-anon.ttl> . |
||||
|
||||
<#turtle-syntax-bad-ln-dash-start> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Local name must not begin with dash" ; |
||||
mf:name "turtle-syntax-bad-ln-dash-start" ; |
||||
mf:action <turtle-syntax-bad-ln-dash-start.ttl> . |
||||
|
||||
<#turtle-syntax-bad-ln-escape> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Bad hex escape in local name" ; |
||||
mf:name "turtle-syntax-bad-ln-escape" ; |
||||
mf:action <turtle-syntax-bad-ln-escape.ttl> . |
||||
|
||||
<#turtle-syntax-bad-ln-escape-start> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Bad hex escape at start of local name" ; |
||||
mf:name "turtle-syntax-bad-ln-escape-start" ; |
||||
mf:action <turtle-syntax-bad-ln-escape-start.ttl> . |
||||
|
||||
<#turtle-syntax-bad-ns-dot-end> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Prefix must not end in dot" ; |
||||
mf:name "turtle-syntax-bad-ns-dot-end" ; |
||||
mf:action <turtle-syntax-bad-ns-dot-end.ttl> . |
||||
|
||||
<#turtle-syntax-bad-ns-dot-start> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Prefix must not start with dot" ; |
||||
mf:name "turtle-syntax-bad-ns-dot-start" ; |
||||
mf:action <turtle-syntax-bad-ns-dot-start.ttl> . |
||||
|
||||
<#turtle-syntax-bad-missing-ns-dot-end> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)" ; |
||||
mf:name "turtle-syntax-bad-missing-ns-dot-end" ; |
||||
mf:action <turtle-syntax-bad-missing-ns-dot-end.ttl> . |
||||
|
||||
<#turtle-syntax-bad-missing-ns-dot-start> |
||||
rdf:type rdft:TestTurtleNegativeSyntax ; |
||||
rdfs:comment "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)" ; |
||||
mf:name "turtle-syntax-bad-missing-ns-dot-start" ; |
||||
mf:action <turtle-syntax-bad-missing-ns-dot-start.ttl> . |
||||
|
||||
<#turtle-syntax-ln-dots> |
||||
rdf:type rdft:TestTurtlePositiveSyntax ; |
||||
rdfs:comment "Dots in pname local names" ; |
||||
mf:name "turtle-syntax-ln-dots" ; |
||||
mf:action <turtle-syntax-ln-dots.ttl> . |
||||
|
||||
<#turtle-syntax-ln-colons> |
||||
rdf:type rdft:TestTurtlePositiveSyntax ; |
||||
rdfs:comment "Colons in pname local names" ; |
||||
mf:name "turtle-syntax-ln-colons" ; |
||||
mf:action <turtle-syntax-ln-colons.ttl> . |
||||
|
||||
<#turtle-syntax-ns-dots> |
||||
rdf:type rdft:TestTurtlePositiveSyntax ; |
||||
rdfs:comment "Dots in namespace names" ; |
||||
mf:name "turtle-syntax-ns-dots" ; |
||||
mf:action <turtle-syntax-ns-dots.ttl> . |
||||
|
||||
<#turtle-syntax-blank-label> |
||||
rdf:type rdft:TestTurtlePositiveSyntax ; |
||||
rdfs:comment "Characters allowed in blank node labels" ; |
||||
mf:name "turtle-syntax-blank-label" ; |
||||
mf:action <turtle-syntax-blank-label.ttl> . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
_:b1. :p :o . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
:s :p :-o . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
:s :p :%2o . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
:s :p :o%2 . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
valid:s valid:p invalid.:o . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
.undefined:s .undefined:p .undefined:o . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix eg. : <http://example/> . |
||||
eg.:s eg.:p eg.:o . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix .eg : <http://example/> . |
||||
.eg:s .eg:p .eg:o . |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
|
||||
:s |
||||
:p [ |
||||
:p1 27. |
||||
] . |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
_:0b <http://example/p> <http://example/o> . |
||||
_:_b <http://example/p> <http://example/o> . |
||||
_:b.0 <http://example/p> <http://example/o> . |
@ -1,4 +0,0 @@
@@ -1,4 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
_:0b :p :o . # Starts with digit |
||||
_:_b :p :o . # Starts with underscore |
||||
_:b.0 :p :o . # Contains dot, ends with digit |
@ -1,5 +0,0 @@
@@ -1,5 +0,0 @@
|
||||
<http://example/s:1> <http://example/p:1> <http://example/o:1> . |
||||
<http://example/s::2> <http://example/p::2> <http://example/o::2> . |
||||
<http://example/3:s> <http://example/3:p> <http://example/3> . |
||||
<http://example/:s> <http://example/:p> <http://example/:o> . |
||||
<http://example/:s:> <http://example/:p:> <http://example/:o:> . |
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
:s:1 :p:1 :o:1 . |
||||
:s::2 :p::2 :o::2 . |
||||
:3:s :3:p :3 . |
||||
::s ::p ::o . |
||||
::s: ::p: ::o: . |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
<http://example/s.1> <http://example/p.1> <http://example/o.1> . |
||||
<http://example/s..2> <http://example/p..2> <http://example/o..2> . |
||||
<http://example/3.s> <http://example/3.p> <http://example/3> . |
@ -1,4 +0,0 @@
@@ -1,4 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
:s.1 :p.1 :o.1 . |
||||
:s..2 :p..2 :o..2. |
||||
:3.s :3.p :3. |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix e.g: <http://example/> . |
||||
e.g:s e.g:p e.g:o . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix : <http://example/> . |
||||
:s.ubj :p.r.ed :o.bject. |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s-> <http://a.example/p> <http://a.example/o> . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix p: <http://a.example/>. |
||||
p:s- <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<scheme:!$%25&'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#> <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<scheme:!$%25&'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#> <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/\U00000073> <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/\u0073> <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "x" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> 'x' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "x" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> '''x''' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "x'y" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> '''x'y''' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "x''y" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> '''x''y''' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> """x""" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "x\"y" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> """x"y""" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "x\"\"y" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> """x""y""" . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
BASE <http://a.example/> |
||||
<s> <http://a.example/p> <http://a.example/o> . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
PREFIX p: <http://a.example/> |
||||
p:s <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:b1 . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> [] . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
_:b1 <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
[] <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> a <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> 1.0 . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "1E0"^^<http://www.w3.org/2001/XMLSchema#double> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> 1E0 . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> 1 . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:b1 . |
||||
_:b1 <http://a.example/p2> <http://a.example/o2> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> [ <http://a.example/p2> <http://a.example/o2> ] . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
_:b1 <http://a.example/p> <http://a.example/o> . |
||||
_:b1 <http://a.example/p2> <http://a.example/o2> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
[ <http://a.example/p> <http://a.example/o> ] <http://a.example/p2> <http://a.example/o2> . |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
_:b1 <http://a.example/p1> _:b2 . |
||||
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
[ <http://a.example/p1> (1) ] . |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
_:b1 <http://a.example/p1> <http://a.example/o1> . |
||||
_:b1 <http://a.example/p2> <http://a.example/o2> . |
||||
_:b1 <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
[ <http://a.example/p1> <http://a.example/o1> ; <http://a.example/p2> <http://a.example/o2> ] <http://a.example/p> <http://a.example/o> . |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:b1 . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> (1) . |
@ -1,3 +0,0 @@
@@ -1,3 +0,0 @@
|
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
||||
_:b1 <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
(1) <http://a.example/p> <http://a.example/o> . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
@prefix : <http://a.example/>. |
||||
:s <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "1e0"^^<http://www.w3.org/2001/XMLSchema#double> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> 1e0 . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> () . |
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:b1 . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b2 . |
||||
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b3 . |
||||
_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> ((1) 2) . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:o . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:o . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
_:s <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
_:s <http://a.example/p> <http://a.example/o> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> """chat"""@en . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "chat"@en . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "chat"@en . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "chat"@en-us . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "chat"@en-us-us . |
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> _:b1 . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 . |
||||
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b3 . |
||||
_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
||||
_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> (1 (2)) . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> false . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> true . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "\b" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "\r" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> '''
''' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "\t" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> ' ' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "\f" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "\n" . |
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> ''' |
||||
''' . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> "\\" . |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
<http://a.example/s> <http://a.example/p> '\\' . |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue