aboutsummaryrefslogtreecommitdiffstats
path: root/test/normalise/bad-boolean.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-14 23:26:41 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:36:08 -0500
commit1fd33e0a85bdf6bcc4f8138940462c4a4a391175 (patch)
treefab500d072049701370f45c5ae2af76683d8fd1f /test/normalise/bad-boolean.ttl
parent7efaf2431b9c1a96f6ed2e28626aff4886efc749 (diff)
downloadserd-1fd33e0a85bdf6bcc4f8138940462c4a4a391175.tar.gz
serd-1fd33e0a85bdf6bcc4f8138940462c4a4a391175.tar.bz2
serd-1fd33e0a85bdf6bcc4f8138940462c4a4a391175.zip
Add support for converting literals to canonical form
Diffstat (limited to 'test/normalise/bad-boolean.ttl')
-rw-r--r--test/normalise/bad-boolean.ttl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/normalise/bad-boolean.ttl b/test/normalise/bad-boolean.ttl
new file mode 100644
index 00000000..c4fc3eb5
--- /dev/null
+++ b/test/normalise/bad-boolean.ttl
@@ -0,0 +1,5 @@
+@base <http://example.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+[] <boolean> " ja "^^xsd:boolean .
+