diff options
author | David Robillard <d@drobilla.net> | 2021-04-09 15:41:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-04-09 16:15:00 -0400 |
commit | a627bf523eba114b0e2466c77bd379d17c7195c6 (patch) | |
tree | c0951958a93da739005ffab2ab5b216cb5eef8ec /test/lax/test-bad-uri.nt | |
parent | 36f1cecc1fdb803bf04d2ab60bd13dd257a9e525 (diff) | |
download | serd-a627bf523eba114b0e2466c77bd379d17c7195c6.tar.gz serd-a627bf523eba114b0e2466c77bd379d17c7195c6.tar.bz2 serd-a627bf523eba114b0e2466c77bd379d17c7195c6.zip |
Write statements with invalid URI characters in lax mode
Diffstat (limited to 'test/lax/test-bad-uri.nt')
-rw-r--r-- | test/lax/test-bad-uri.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lax/test-bad-uri.nt b/test/lax/test-bad-uri.nt index 7458e12a..8cb00ba7 100644 --- a/test/lax/test-bad-uri.nt +++ b/test/lax/test-bad-uri.nt @@ -1,3 +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/goodo2> . |