Skip to content

Commit 1bfe271

Browse files
committed
[bugfix] Remove erroneous text node
1 parent 19379db commit 1bfe271

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/org/exist/xquery/lib/xqsuite/xqsuite.xql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,7 @@ declare %private function test:assertXPath($annotation as element(annotation), $
634634
()
635635
else
636636
<report>
637-
<failure message="assertXPath failed."
638-
type="failure-error-code-1">{ $expr }</failure>,
637+
<failure message="assertXPath failed." type="failure-error-code-1">{ $expr }</failure>
639638
<output>{ $result }</output>
640639
</report>
641640
};

0 commit comments

Comments
 (0)