Skip to content

Commit

Permalink
Allow authority to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 25, 2023
1 parent 5112df3 commit a146191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27600,7 +27600,7 @@ declare function some(
the <emph>authority</emph> is empty and the <emph>string</emph> is
the first match group.</p></item>
<item><p>Otherwise, if the <emph>string</emph>
matches <code>^///*([^/]+)(/.*)?$</code>, the <emph>authority</emph>
matches <code>^///*([^/]+)?(/.*)?$</code>, the <emph>authority</emph>
is the first match group and the <emph>string</emph> is the second
match group.</p></item>
<item><p>Finally, if the <emph>string</emph> does not match either
Expand Down

0 comments on commit a146191

Please sign in to comment.