From 1fd33e0a85bdf6bcc4f8138940462c4a4a391175 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Oct 2019 23:26:41 +0200 Subject: Add support for converting literals to canonical form --- test/normalise/bad-boolean.ttl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/normalise/bad-boolean.ttl (limited to 'test/normalise/bad-boolean.ttl') 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 . +@prefix xsd: . + +[] " ja "^^xsd:boolean . + -- cgit v1.2.1