Split literal_with_numeric_escape4 into 4 and 8 parts
authorAndy Seaborne <andy.seaborne@apache.org>
Sat, 09 Nov 2013 10:53:47 +0000
changeset 1260 5cd0900d671a
parent 1259 ced00edc3546
child 1261 f7f7e0a6f4dc
Split literal_with_numeric_escape4 into 4 and 8 parts
nquads/tests/literal_with_numeric_escape4.nq
nquads/tests/literal_with_numeric_escape8.nq
nquads/tests/manifest.ttl
--- a/nquads/tests/literal_with_numeric_escape4.nq	Sat Nov 09 10:46:27 2013 +0000
+++ b/nquads/tests/literal_with_numeric_escape4.nq	Sat Nov 09 10:53:47 2013 +0000
@@ -1,2 +1,1 @@
 <http://a.example/s> <http://a.example/p> "\u006F" .
-<http://a.example/s> <http://a.example/p> "\U0000006F" .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nquads/tests/literal_with_numeric_escape8.nq	Sat Nov 09 10:53:47 2013 +0000
@@ -0,0 +1,1 @@
+<http://a.example/s> <http://a.example/p> "\U0000006F" .
--- a/nquads/tests/manifest.ttl	Sat Nov 09 10:46:27 2013 +0000
+++ b/nquads/tests/manifest.ttl	Sat Nov 09 10:53:47 2013 +0000
@@ -646,7 +646,7 @@
    mf:name      "literal_with_numeric_escape8" ;
    rdfs:comment "literal with numeric escape8 \\U" ;
    rdft:approval rdft:Proposed ;
-   mf:action    <literal_with_numeric_escape4.nq> ;
+   mf:action    <literal_with_numeric_escape8.nq> ;
    .
 
 <#langtagged_non_LONG> a rdft:TestNQuadsPositiveSyntax ;