aboutsummaryrefslogtreecommitdiffstats
path: root/test/canon/bad-boolean.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-30 12:23:07 -0400
committerDavid Robillard <d@drobilla.net>2022-01-14 19:37:51 -0500
commit89612ec05f596d135640413e093251fb9691ca14 (patch)
tree9c3e3d4491e6eb694aa0d429ba52ad80b0a5dc17 /test/canon/bad-boolean.ttl
parentcab9b5621b4db600376090f28fdc76c7ac6bd728 (diff)
downloadserd-89612ec05f596d135640413e093251fb9691ca14.tar.gz
serd-89612ec05f596d135640413e093251fb9691ca14.tar.bz2
serd-89612ec05f596d135640413e093251fb9691ca14.zip
Add support for converting literals to canonical form
Diffstat (limited to 'test/canon/bad-boolean.ttl')
-rw-r--r--test/canon/bad-boolean.ttl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/canon/bad-boolean.ttl b/test/canon/bad-boolean.ttl
new file mode 100644
index 00000000..c4fc3eb5
--- /dev/null
+++ b/test/canon/bad-boolean.ttl
@@ -0,0 +1,5 @@
+@base <http://example.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+[] <boolean> " ja "^^xsd:boolean .
+