aboutsummaryrefslogtreecommitdiffstats
path: root/tests/validate/bad-literal-pattern.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validate/bad-literal-pattern.ttl')
-rw-r--r--tests/validate/bad-literal-pattern.ttl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/validate/bad-literal-pattern.ttl b/tests/validate/bad-literal-pattern.ttl
new file mode 100644
index 00000000..40f9eec0
--- /dev/null
+++ b/tests/validate/bad-literal-pattern.ttl
@@ -0,0 +1,7 @@
+@prefix eg: <http://example.org/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+eg:s
+ rdf:value "no"^^xsd:boolean .
+