Split literal_with_numeric_escape4 into 4 and 8 parts
authorAndy Seaborne <andy.seaborne@apache.org>
Sat, 09 Nov 2013 10:46:27 +0000
changeset 1259 ced00edc3546
parent 1258 32bbc3522399
child 1260 5cd0900d671a
Split literal_with_numeric_escape4 into 4 and 8 parts
rdf-turtle/tests-nt/literal_with_numeric_escape4.nt
rdf-turtle/tests-nt/literal_with_numeric_escape8.nt
rdf-turtle/tests-nt/manifest.ttl
--- a/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt	Sat Nov 09 10:43:14 2013 +0000
+++ b/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt	Sat Nov 09 10:46:27 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/rdf-turtle/tests-nt/literal_with_numeric_escape8.nt	Sat Nov 09 10:46:27 2013 +0000
@@ -0,0 +1,1 @@
+<http://a.example/s> <http://a.example/p> "\U0000006F" .
--- a/rdf-turtle/tests-nt/manifest.ttl	Sat Nov 09 10:43:14 2013 +0000
+++ b/rdf-turtle/tests-nt/manifest.ttl	Sat Nov 09 10:46:27 2013 +0000
@@ -487,7 +487,7 @@
    mf:name      "literal_with_numeric_escape8" ;
    rdfs:comment "literal with numeric escape8 \\U" ;
    rdft:approval rdft:Proposed ;
-   mf:action    <literal_with_numeric_escape4.nt> ;
+   mf:action    <literal_with_numeric_escape8.nt> ;
    .
 
 <#langtagged_string> rdf:type rdft:TestNTriplesPositiveSyntax ;