--- 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 ;