We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811abb7 commit 421986cCopy full SHA for 421986c
data/xqsuite.xml
@@ -185,6 +185,13 @@ function fd:simple-date($date as xs:date) as xs:string {
185
by the tested function.</para>
186
</listitem>
187
</varlistentry>
188
+ <varlistentry>
189
+ <term>%test:assertXPath($path-as-string)</term>
190
+ <listitem>
191
+ <para>Tests if the return value of the tested function contains the given XPath <code>$path-as-string</code>.
192
+ </para>
193
+ </listitem>
194
+ </varlistentry>
195
<varlistentry>
196
<term>%test:pending</term>
197
<listitem>
0 commit comments