diff options
author | David Robillard <d@drobilla.net> | 2021-07-13 14:39:11 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-14 19:37:51 -0500 |
commit | 45902fbbaa11e8c38944b38182afb92bc0641ec9 (patch) | |
tree | 982b4a33c8483273a4feb9364ec75107241e0470 /test/lax/test-bad-uri.ttl | |
parent | 840139223c77dba90b5ef92537e6c982b000c196 (diff) | |
download | serd-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.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> . |