aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/lax/test-bad-uri.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/lax/test-bad-uri.ttl')
-rw-r--r--test/extra/lax/test-bad-uri.ttl9
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> .