Skip to content

Commit 2cbd83b

Browse files
committed
Merge pull request #36 from dizzzz/master
Fixed typo
2 parents cda3ae2 + 0434622 commit 2cbd83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/xqsuite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<code>test:assertXXX</code> annotation, where "XXX" stands for the annotation
5757
type ("assertEquals", "assertEmpty" ...). Other functions - including private ones -
5858
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() {
59+
<programlisting language="xquery">declare %test:assertEquals("Hello world") function local:hello() {
6060
"Hello world"
6161
};</programlisting>
6262
<para>When the test runner encounters this function, it will evaluate it once and compare

0 commit comments

Comments
 (0)