diff options
Diffstat (limited to 'test/lax/test-bad-uri.ttl')
-rw-r--r-- | test/lax/test-bad-uri.ttl | 9 |
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> . |