Skip to content

Commit

Permalink
Fixed SCH
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 15, 2024
1 parent 6fcd205 commit 6ae791d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<pattern>
<rule context="/xml">
<let name="stringVar" value="'foo'"/>
<rule context="/*">
<assert role="ERROR" test="$stringVar eq 'bar'">error message</assert>
</rule>
<assert role="ERROR" test="$stringVar eq 'bar'">error message</assert>
</rule>
<rule context="/xml/owner">
<let name="booleanVar" value="1 eq 1"/>
Expand Down

0 comments on commit 6ae791d

Please sign in to comment.