aboutsummaryrefslogtreecommitdiffstats
path: root/test/lax/test-bad-string.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-04-09 15:41:36 -0400
committerDavid Robillard <d@drobilla.net>2021-04-09 16:15:00 -0400
commita627bf523eba114b0e2466c77bd379d17c7195c6 (patch)
treec0951958a93da739005ffab2ab5b216cb5eef8ec /test/lax/test-bad-string.ttl
parent36f1cecc1fdb803bf04d2ab60bd13dd257a9e525 (diff)
downloadserd-a627bf523eba114b0e2466c77bd379d17c7195c6.tar.gz
serd-a627bf523eba114b0e2466c77bd379d17c7195c6.tar.bz2
serd-a627bf523eba114b0e2466c77bd379d17c7195c6.zip
Write statements with invalid URI characters in lax mode
Diffstat (limited to 'test/lax/test-bad-string.ttl')
-rw-r--r--test/lax/test-bad-string.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lax/test-bad-string.ttl b/test/lax/test-bad-string.ttl
new file mode 100644
index 00000000..72eb9621
--- /dev/null
+++ b/test/lax/test-bad-string.ttl
@@ -0,0 +1,3 @@
+<http://example.org/s1> <http://example.org/p1> "Truncated line
+<http://example.org/s1> <http://example.org/p1> "Bad escape \? " .
+<http://example.org/s1> <http://example.org/p2> "Good" .