Skip to content

Commit

Permalink
[MOD] queryBinding is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSales committed Jun 7, 2023
1 parent 606c8fc commit 81c055e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test-xqs.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ function _:validate-QLB-not-xquery()
{
xqs:validate(
<foo/>,
<sch:schema/>
<sch:schema queryBinding='xslt'>
<sch:pattern><sch:rule context='*'><sch:assert/></sch:rule></sch:pattern>
</sch:schema>
)
};

Expand Down

0 comments on commit 81c055e

Please sign in to comment.