diff options
Diffstat (limited to 'tests/turtle/bad-23.ttl')
-rw-r--r-- | tests/turtle/bad-23.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/turtle/bad-23.ttl b/tests/turtle/bad-23.ttl new file mode 100644 index 0000000..864b4ff --- /dev/null +++ b/tests/turtle/bad-23.ttl @@ -0,0 +1,7 @@ +# from Redland Issue #0000369 +# http://bugs.librdf.org/mantis/view.php?id=369 +# The terminating """ is three leftmost-parsed double-quotes + +<http://example.org> + <http://example.org/prop1> + """This literal ends with an unescaped quote"""" . |