List-valued options represented as arrays #1659
Labels
Bug
Something that doesn't work in the current specification
Editorial
Minor typos, wording clarifications, example fixes, etc.
PR Pending
A PR has been raised to resolve this issue
XQFO
An issue related to Functions and Operators
The specification of the of the option parameter conventions contains this:
In particular, it says
However I could not find any option that explicitly makes use of "accepts either" in the specification. In the tests, I found two cases where arrays are passed as option values:
numberformat-510
(here the option isn't even list-valued), andserialize-xml-106a
.I am wondering whether the above paragraph might be superfluous. The text preceding it says that option values are coerced to the required type, and that implies converting an array to its member sequence, doesn't it?
The text was updated successfully, but these errors were encountered: