diff options
author | David Robillard <d@drobilla.net> | 2023-02-05 12:42:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | ea4b6e7d109ae3abc7f8ecdf99e3eb33e3484b77 (patch) | |
tree | 9b050faf6286c055d2fc78729eb4b56a12e3746c /test/extra/lax/test-bad-uri-out.nt | |
parent | d35082a57adac79703f2c9bb72da468172a209c5 (diff) | |
download | serd-ea4b6e7d109ae3abc7f8ecdf99e3eb33e3484b77.tar.gz serd-ea4b6e7d109ae3abc7f8ecdf99e3eb33e3484b77.tar.bz2 serd-ea4b6e7d109ae3abc7f8ecdf99e3eb33e3484b77.zip |
Strengthen handling of corrupt UTF-8 input
Diffstat (limited to 'test/extra/lax/test-bad-uri-out.nt')
-rw-r--r-- | test/extra/lax/test-bad-uri-out.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extra/lax/test-bad-uri-out.nt b/test/extra/lax/test-bad-uri-out.nt index 8cb00ba7..66da9b0d 100644 --- a/test/extra/lax/test-bad-uri-out.nt +++ b/test/extra/lax/test-bad-uri-out.nt @@ -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> . |