aboutsummaryrefslogtreecommitdiffstats
path: root/test/lax/test-bad-uri.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-07-13 14:39:11 -0400
committerDavid Robillard <d@drobilla.net>2022-01-14 19:37:51 -0500
commit45902fbbaa11e8c38944b38182afb92bc0641ec9 (patch)
tree982b4a33c8483273a4feb9364ec75107241e0470 /test/lax/test-bad-uri.ttl
parent840139223c77dba90b5ef92537e6c982b000c196 (diff)
downloadserd-45902fbbaa11e8c38944b38182afb92bc0641ec9.tar.gz
serd-45902fbbaa11e8c38944b38182afb92bc0641ec9.tar.bz2
serd-45902fbbaa11e8c38944b38182afb92bc0641ec9.zip
Test lax NTriples parsing separately
Diffstat (limited to 'test/lax/test-bad-uri.ttl')
-rw-r--r--test/lax/test-bad-uri.ttl9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/lax/test-bad-uri.ttl b/test/lax/test-bad-uri.ttl
index 8f11b1d7..1a724fd1 100644
--- a/test/lax/test-bad-uri.ttl
+++ b/test/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> .