diff options
Diffstat (limited to 'test/extra/lax/test-bad-uri.nq')
-rw-r--r-- | test/extra/lax/test-bad-uri.nq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/extra/lax/test-bad-uri.nq b/test/extra/lax/test-bad-uri.nq new file mode 100644 index 00000000..8f11b1d7 --- /dev/null +++ b/test/extra/lax/test-bad-uri.nq @@ -0,0 +1,4 @@ +<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> . |