aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests-ttl/two_LITERAL_LONG2s.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-30 02:23:50 +0000
committerDavid Robillard <d@drobilla.net>2013-03-30 02:23:50 +0000
commitd9015f088eb9fe9b2eeea2c2508bd0e0d94f709f (patch)
treeeff6c04151f6a2e8f1d6d5ddbf864db5af61d03a /tests/tests-ttl/two_LITERAL_LONG2s.ttl
parent7c662143ede945ac5a96b95ed2d243580f00635a (diff)
downloadserd-d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f.tar.gz
serd-d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f.tar.bz2
serd-d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f.zip
Add some missing tests from latest W3C test suite.
git-svn-id: http://svn.drobilla.net/serd/trunk@443 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/tests-ttl/two_LITERAL_LONG2s.ttl')
-rw-r--r--tests/tests-ttl/two_LITERAL_LONG2s.ttl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests-ttl/two_LITERAL_LONG2s.ttl b/tests/tests-ttl/two_LITERAL_LONG2s.ttl
new file mode 100644
index 00000000..ceaad3d4
--- /dev/null
+++ b/tests/tests-ttl/two_LITERAL_LONG2s.ttl
@@ -0,0 +1,4 @@
+# Test long literal twice to ensure it does not over-quote
+@prefix : <http://example.org/ex#> .
+:a :b """first long literal""" .
+:c :d """second long literal""" .