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 cda3ae2 commit 0434622Copy full SHA for 0434622
data/xqsuite.xml
@@ -56,7 +56,7 @@
56
<code>test:assertXXX</code> annotation, where "XXX" stands for the annotation
57
type ("assertEquals", "assertEmpty" ...). Other functions - including private ones -
58
will be simply ignored. A minimal example may thus look as follows:</para>
59
- <programlisting language="xquery">declare function %test:assertEquals("Hello world") local:hello() {
+ <programlisting language="xquery">declare %test:assertEquals("Hello world") function local:hello() {
60
"Hello world"
61
};</programlisting>
62
<para>When the test runner encounters this function, it will evaluate it once and compare
0 commit comments