nquads: test and test manifest updates
authorIvan Herman <ivan@ivan-herman.net>
Tue, 30 Dec 2014 10:03:59 +0100
changeset 2037 6f51ac509ff3
parent 2036 aac68ec873a6
child 2038 8e6b7d18c08c
nquads: test and test manifest updates

See ttp://www.w3.org/mid/8B324A08-7932-4172-A9E0-C94A36ACCE2A@greggkellogg.net
nquads/tests/manifest.ttl
nquads/tests/nt-syntax-bad-uri-06.nq
nquads/tests/nt-syntax-bad-uri-07.nq
nquads/tests/nt-syntax-bad-uri-08.nq
nquads/tests/nt-syntax-bad-uri-09.nq
--- a/nquads/tests/manifest.ttl	Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/manifest.ttl	Tue Dec 30 10:03:59 2014 +0100
@@ -407,28 +407,28 @@
 
 <#nt-syntax-bad-prefix-01> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-prefix-01" ;
-   rdfs:comment "@prefix not allowed in n-triples (negative test)" ;
+   rdfs:comment "@prefix not allowed in N-Quads (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-prefix-01.nq> ;
    .
 
 <#nt-syntax-bad-base-01> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-base-01" ;
-   rdfs:comment "@base not allowed in N-Triples (negative test)" ;
+   rdfs:comment "@base not allowed in N-Quads (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-base-01.nq> ;
    .
 
 <#nt-syntax-bad-struct-01> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-struct-01" ;
-   rdfs:comment "N-Triples does not have objectList (negative test)" ;
+   rdfs:comment "N-Quads does not have objectList (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-struct-01.nq> ;
    .
 
 <#nt-syntax-bad-struct-02> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-struct-02" ;
-   rdfs:comment "N-Triples does not have predicateObjectList (negative test)" ;
+   rdfs:comment "N-Quads does not have predicateObjectList (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-struct-02.nq> ;
    .
@@ -512,21 +512,21 @@
 
 <#nt-syntax-bad-num-01> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-num-01" ;
-   rdfs:comment "no numbers in N-Triples (integer) (negative test)" ;
+   rdfs:comment "no numbers in N-Quads (integer) (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-num-01.nq> ;
    .
 
 <#nt-syntax-bad-num-02> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-num-02" ;
-   rdfs:comment "no numbers in N-Triples (decimal) (negative test)" ;
+   rdfs:comment "no numbers in N-Quads (decimal) (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-num-02.nq> ;
    .
 
 <#nt-syntax-bad-num-03> a rdft:TestNQuadsNegativeSyntax ;
    mf:name    "nt-syntax-bad-num-03" ;
-   rdfs:comment "no numbers in N-Triples (float) (negative test)" ;
+   rdfs:comment "no numbers in N-Quads (float) (negative test)" ;
    rdft:approval rdft:Approved ;
    mf:action    <nt-syntax-bad-num-03.nq> ;
    .
--- a/nquads/tests/nt-syntax-bad-uri-06.nq	Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-06.nq	Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
 <s> <http://example/p> <http://example/o> .
--- a/nquads/tests/nt-syntax-bad-uri-07.nq	Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-07.nq	Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
 <http://example/s> <p> <http://example/o> .
--- a/nquads/tests/nt-syntax-bad-uri-08.nq	Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-08.nq	Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
 <http://example/s> <http://example/p> <o> .
--- a/nquads/tests/nt-syntax-bad-uri-09.nq	Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-09.nq	Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
 <http://example/s> <http://example/p> "foo"^^<dt> .