Skip to content

Commit

Permalink
Missing XQuery dependency declarations added. #82
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Mar 21, 2024
1 parent 797170f commit 0bcd36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fn/deep-equal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@
<created by="Frans Englich" on="2007-11-26"/>
<modified by="Michael Kay" on="2023-02-08" change="Different error code for a 4.0 processor"/>
<modified by="Christian Gruen" on="2023-04-06" change="Unequal arguments used to circumvent optional compile-time shortcuts"/>
<dependency type="spec" value="XQ40+"/>
<test><![CDATA[
deep-equal("a string", <_>a string</_>, "http://www.w3.org/2005/xpath-functions/collation/codepoint", "wrong param")
]]></test>
Expand Down
2 changes: 1 addition & 1 deletion prod/EQName.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
<test-case name="eqname-904">
<description> Invalid EQName - superfluous colon, XP3 </description>
<created by="Abel Braaksma" on="2016-06-27"/>
<dependency type="spec" value="XP30+ XQ30+"/>
<dependency type="spec" value="XQ30+"/>
<test><![CDATA[<out>{ (<a xmlns:ex="http://www.example.com/ns?p='23'"><ex:b>93.7</ex:b></a>) /Q{http://www.example.com/ns?p='23'}:b }</out>]]></test>
<result>
<error code="XPST0003"/>
Expand Down

0 comments on commit 0bcd36c

Please sign in to comment.