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