Skip to content

Commit

Permalink
Sync invalid relates to RelateNG behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 7, 2024
1 parent 8cbea4e commit 43ac48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/xmltester/tests/misc/InvalidRelates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
((20 180, 20 80, 180 80, 180 180, 20 180)))
</b>
<test>
<op arg1="A" arg2="B" arg3="1FF0FF212" name="relate">true</op>
<op arg1="A" arg2="B" arg3="1FFF0F212" name="relate">true</op>
</test>
</case>

Expand All @@ -53,7 +53,7 @@
((60 180, 60 80, 180 80, 180 180, 60 180)))
</b>
<test>
<op arg1="A" arg2="B" arg3="11F00F212" name="relate">true</op>
<op arg1="A" arg2="B" arg3="111F0F212" name="relate">true</op>
</test>
</case>

Expand Down

0 comments on commit 43ac48e

Please sign in to comment.