Skip to content

Commit

Permalink
Fix XML test
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 28, 2023
1 parent 9c8eb33 commit 66a9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xmltester/tests/issue/issue-geos-990.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Difference of two 3D geometries
LINESTRING(0 0,0 10,10 10,10 0,0 0)
</a>
<b>
GEOMETRYCOLLECTION Z (GEOMETRYCOLLECTION Z (MULTILINESTRING Z ((0 0 10,10 0 20),(10 0 20,10 10 30)),LINESTRING Z (0 10 20,10 10 30)),LINESTRING Z (0 0 10,0 10 20))'::geometry
GEOMETRYCOLLECTION Z (GEOMETRYCOLLECTION Z (MULTILINESTRING Z ((0 0 10,10 0 20),(10 0 20,10 10 30)),LINESTRING Z (0 10 20,10 10 30)),LINESTRING Z (0 0 10,0 10 20))
</b>
<test>
<op name="difference" arg1="A" arg2="B">
Expand Down

0 comments on commit 66a9f3b

Please sign in to comment.