diff --git a/tests/fromRdf/0027-in.nq b/tests/fromRdf/0027-in.nq index 03ea5251..08159c8e 100644 --- a/tests/fromRdf/0027-in.nq +++ b/tests/fromRdf/0027-in.nq @@ -6,9 +6,13 @@ "True"^^ . "False"^^ . + "notnative"^^ . "1"^^ . "0.1e999999999999999"^^ . "+INF"^^ . "-INF"^^ . + + "notnative"^^ . + "notnative"^^ . diff --git a/tests/fromRdf/0027-out.jsonld b/tests/fromRdf/0027-out.jsonld index 1744119d..f857800c 100644 --- a/tests/fromRdf/0027-out.jsonld +++ b/tests/fromRdf/0027-out.jsonld @@ -23,6 +23,10 @@ { "@type": "http://www.w3.org/2001/XMLSchema#boolean", "@value": "False" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#boolean", + "@value": "notnative" } ] }, @@ -46,6 +50,14 @@ { "@type": "http://www.w3.org/2001/XMLSchema#double", "@value": "-INF" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#integer", + "@value": "notnative" + }, + { + "@type": "http://www.w3.org/2001/XMLSchema#double", + "@value": "notnative" } ] }