aboutsummaryrefslogtreecommitdiffstats
path: root/test/canon/bad-integer-trailing.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/canon/bad-integer-trailing.ttl')
-rw-r--r--test/canon/bad-integer-trailing.ttl4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/canon/bad-integer-trailing.ttl b/test/canon/bad-integer-trailing.ttl
new file mode 100644
index 00000000..a94a9ec4
--- /dev/null
+++ b/test/canon/bad-integer-trailing.ttl
@@ -0,0 +1,4 @@
+@base <http://example.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+[] <integer> " 987654321 junk "^^xsd:integer .