Skip to content

Commit 10c39a9

Browse files
#555 Fixes to test 0027 © @pchampin
Co-authored-by: Pierre-Antoine Champin <[email protected]>
1 parent 065444a commit 10c39a9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/fromRdf/0027-in.nq

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<http://example.com/boolean-object> <http://example.com/example> "False"^^<http://www.w3.org/2001/XMLSchema#boolean> .
66

77
<http://example.com/number-native> <http://example.com/example> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
8-
<http://example.com/number-native> <http://example.com/example> "1.1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
98

109
<http://example.com/number-object> <http://example.com/example> "0.1e999999999999999"^^<http://www.w3.org/2001/XMLSchema#double> .
1110
<http://example.com/number-object> <http://example.com/example> "+INF"^^<http://www.w3.org/2001/XMLSchema#double> .

tests/fromRdf/0027-out.jsonld

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
{
3333
"@type": "http://www.w3.org/2001/XMLSchema#integer",
3434
"@value": 1
35-
},
36-
{
37-
"@type": "http://www.w3.org/2001/XMLSchema#decimal",
38-
"@value": 1.1
3935
}
4036
]
4137
},

0 commit comments

Comments
 (0)