diff options
Diffstat (limited to 'test/extra/lax/test-bad-uri-nq-out.nq')
-rw-r--r-- | test/extra/lax/test-bad-uri-nq-out.nq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extra/lax/test-bad-uri-nq-out.nq b/test/extra/lax/test-bad-uri-nq-out.nq index 8cb00ba7..66da9b0d 100644 --- a/test/extra/lax/test-bad-uri-nq-out.nq +++ b/test/extra/lax/test-bad-uri-nq-out.nq @@ -1,4 +1,4 @@ <http://example.org/s> <http://example.org/p> <http://example.org/\u0009bado1> . <http://example.org/s> <http://example.org/p> <http://example.org/goodo1> . -<http://example.org/s> <http://example.org/p> <http://example.org/\uFFFDbado2> . +<http://example.org/s> <http://example.org/p> <http://example.org/\uFFFD\uFFFDbado2> . <http://example.org/s> <http://example.org/p> <http://example.org/goodo2> . |