diff options
author | David Robillard <d@drobilla.net> | 2024-03-29 06:55:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-03-29 08:39:49 -0400 |
commit | 9facb914c72bf4d0473b49faa797cdb5c9faf68b (patch) | |
tree | b4fe7ec1d0c285cde99cf0a9456539fcb4d719e2 /test/extra/lax/test-bad-uri.ttl | |
parent | dc3aeed6ce84736100d713cac8f40e46d16d1289 (diff) | |
download | serd-9facb914c72bf4d0473b49faa797cdb5c9faf68b.tar.gz serd-9facb914c72bf4d0473b49faa797cdb5c9faf68b.tar.bz2 serd-9facb914c72bf4d0473b49faa797cdb5c9faf68b.zip |
Fix lax NQuads parsing
Diffstat (limited to 'test/extra/lax/test-bad-uri.ttl')
-rw-r--r-- | test/extra/lax/test-bad-uri.ttl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/extra/lax/test-bad-uri.ttl b/test/extra/lax/test-bad-uri.ttl index 8f11b1d7..1a724fd1 100644 --- a/test/extra/lax/test-bad-uri.ttl +++ b/test/extra/lax/test-bad-uri.ttl @@ -1,4 +1,5 @@ -<http://example.org/s> <http://example.org/p> <http://example.org/ bado1> . -<http://example.org/s> <http://example.org/p> <http://example.org/goodo1> . -<http://example.org/s> <http://example.org/p> <http://example.org/˙˙bado2> . -<http://example.org/s> <http://example.org/p> <http://example.org/goodo2> . +<http://example.org/s> + <http://example.org/p> <http://example.org/ bado1> , + <http://example.org/goodo1> ; + <http://example.org/p> <http://example.org/˙˙bado2> ; + <http://example.org/p> <http://example.org/goodo2> . |