aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-subm-15.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-subm-15.trig')
-rw-r--r--tests/TriGTests/trig-subm-15.trig16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-subm-15.trig b/tests/TriGTests/trig-subm-15.trig
new file mode 100644
index 00000000..93fbc41a
--- /dev/null
+++ b/tests/TriGTests/trig-subm-15.trig
@@ -0,0 +1,16 @@
+# Test long literal
+@prefix : <http://example.org/ex#> .
+
+{
+:a :b """a long
+ literal
+with
+newlines""" .
+}
+
+<http://example/graph> {
+:a :b """a long
+ literal
+with
+newlines""" .
+}