Skip to content

Commit 8187b60

Browse files
committed
Minor fixes to test inputs/outputs.
1 parent 39698cb commit 8187b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
22
PREFIX : <http://example.com/ns#>
33

4-
:a :b "1E401"^^xsd:double .
4+
:a :b "1E400"^^xsd:double .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
prefix : <http://example.com/ns#>
22
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
33

4-
:a1 :p1 <<( :a :b "c"^^xsd:integer )>>.
4+
:a1 :p1 <<( :a :b "d"^^xsd:integer )>>.

0 commit comments

Comments
 (0)