Tests that use p:wrap-sequence

Test suiteTestExpected resultDescription
3.0-test-suiteab-add-attribute-016passTests adding attribute with match's default value.
3.0-test-suiteab-cast-content-type-001passTests that an XML document is unchanged if content type is the same.
3.0-test-suiteab-cast-content-type-002passTests casting from one xml content type to another.
3.0-test-suiteab-cast-content-type-003passTests casting from an xml content type to an html content type.
3.0-test-suiteab-cast-content-type-004passTests casting from an xml content type to a json content type (XPath style).
3.0-test-suiteab-cast-content-type-005passTests casting from an xml content type to a json content type (c:param-set).
3.0-test-suiteab-cast-content-type-006passTests casting from an xml content type to a text document.
3.0-test-suiteab-cast-content-type-011passTests that an HTML document is unchanged if content type is the same.
3.0-test-suiteab-cast-content-type-012passTests that an HTML document is unchanged if content type is another html content type.
3.0-test-suiteab-cast-content-type-013passTests casting an HTML document to an xml content-type.
3.0-test-suiteab-cast-content-type-014passTests casting from an HTML content type to a text document.
3.0-test-suiteab-cast-content-type-015passTests casting from a JSON content type same content type does not change anything.
3.0-test-suiteab-cast-content-type-016passTests casting from one JSON content type to another just changes content-type property.
3.0-test-suiteab-cast-content-type-017passTests casting from JSON content type to xml document.
3.0-test-suiteab-cast-content-type-018passTests casting from JSON content type to a text document.
3.0-test-suiteab-cast-content-type-019passTests that a text document is unchanged if content type is the same.
3.0-test-suiteab-cast-content-type-020passTests that cast-content-type from one text document type to another just changes content-type.
3.0-test-suiteab-cast-content-type-021passTests casting from a text document to an XML document.
3.0-test-suiteab-cast-content-type-023passTests casting from a text document to an HTML document.
3.0-test-suiteab-cast-content-type-024passTests casting from a text document to a JSON document.
3.0-test-suiteab-cast-content-type-027passTests casting from a binary type to am XML content-type.
3.0-test-suiteab-cast-content-type-029passTests that a c:data document is decoded if cast to Text. Charset UTF-8
3.0-test-suiteab-cast-content-type-030passTests that a c:data document is decoded if cast to Text. Implicit charset
3.0-test-suiteab-cast-content-type-031passTests that a c:data document is decoded if cast to Text. ISO charset
3.0-test-suiteab-cast-content-type-032passTests that a c:data document is decoded if cast to Text, default encoding.
3.0-test-suiteab-cast-content-type-033catch failureTests that a c:data document decoding raises error, if content-types are not equal.
3.0-test-suiteab-cast-content-type-034catch failureTests that a c:data document decoding raises error, if encoding is unsupported.
3.0-test-suiteab-cast-content-type-035catch failureTests that a c:data document decoding raises error, if charset is unsupported.
3.0-test-suiteab-cast-content-type-036catch failureTests that a c:data document decoding raises error, no content-type on c:data.
3.0-test-suiteab-choose-017passTests p:choose with just a p:when (evaluates to false)
3.0-test-suiteab-choose-027passTests p:choose with multiple output ports. (ported from choose #006 of 1.0 test-suite)
3.0-test-suiteab-choose-030passTest p:choose with different named secondary output ports.
3.0-test-suiteab-choose-031passTest p:choose with different named secondary output ports.
3.0-test-suiteab-choose-035passTest p:choose does not have an implicit otherwise if no primary output port is declared.
3.0-test-suiteab-connection-010passTests a default connection on inner step is NOT used, when explicitly bound to empty.
3.0-test-suiteab-connection-011catch failureTests that an explicit empty binding to a non-sequence port raises an error.
3.0-test-suiteab-connection-012catch failureTests that an empty default binding to a non-sequence port raises an error, if no value is supplied.
3.0-test-suiteab-connection-014catch failureTests that a select on default binding to a non-sequence port raises an error, if no value is supplied.
3.0-test-suiteab-connection-025passTests correct order of multiple pipes on an input port.
3.0-test-suiteab-connection-026passTests correct order of multiple pipes on an output port.
3.0-test-suiteab-contenttypes-003passTests default value for missing @content-types on p:inline is "*/*".
3.0-test-suiteab-contenttypes-006passTests that output port with no @content-types accepts non-XML document.
3.0-test-suiteab-declare-step-011passTests a step is visible to itself for recursive call.
3.0-test-suiteab-declare-step-012catch failureTests that names of declared steps are correctly scoped.
3.0-test-suiteab-declare-step-012acatch failureTests that names of declared steps are correctly scoped.
3.0-test-suiteab-delete-005passTests root element is correctly deleted.
3.0-test-suiteab-delete-019passTests delete switches correctly to text document.
3.0-test-suiteab-depends-018catch failureTests @depends on p:for-each must not be empty.
3.0-test-suiteab-depends-019catch failureTests @depends on p:for-each must be an NCName.
3.0-test-suiteab-depends-020catch failureTests @depends on p:for-each must be name of an inscope step.
3.0-test-suiteab-depends-021catch failureTests @depends on p:for-each must be name of an inscope step.
3.0-test-suiteab-depends-022catch failureTests @depends on p:for-each must not form cycle.
3.0-test-suiteab-depends-023catch failureTests @depends on p:for-each must not form cycle.
3.0-test-suiteab-depends-024catch failureTests @depends on p:viewport must not be empty.
3.0-test-suiteab-depends-025catch failureTests @depends on p:viewport must be an NCName.
3.0-test-suiteab-depends-026catch failureTests @depends on p:viewport must be the name of an inscope step.
3.0-test-suiteab-depends-027catch failureTests @depends on p:viewport must be the name of an inscope step.
3.0-test-suiteab-depends-028catch failureTests @depends on p:viewport must not form a cycle.
3.0-test-suiteab-depends-029catch failureTests @depends on p:viewport must not form a cycle.
3.0-test-suiteab-err-xs0001-001catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-002catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-003catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-004catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-005catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-006catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-007catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-008catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-009catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-010catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-011catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-012catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-013catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-014catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-015catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-016catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-017catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-018catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-019catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-020catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-err-xs0001-021catch failureTests cycles are correctly detected from within complex steps.
3.0-test-suiteab-file-copy-005passTests p:file-copy
3.0-test-suiteab-file-copy-006passTests p:file-copy
3.0-test-suiteab-file-copy-007passTests p:file-copy
3.0-test-suiteab-file-copy-008passTests p:file-copy
3.0-test-suiteab-file-copy-009passTests p:file-copy
3.0-test-suiteab-file-copy-010passTests p:file-copy
3.0-test-suiteab-file-copy-011passTests p:file-copy
3.0-test-suiteab-file-copy-012passTests p:file-copy
3.0-test-suiteab-file-copy-013passTests p:file-copy
3.0-test-suiteab-file-copy-020passTests p:file-copy
3.0-test-suiteab-file-copy-023passTests p:file-copy
3.0-test-suiteab-file-copy-024passTests p:file-copy
3.0-test-suiteab-file-touch-011passTests p:file-touch, use current date-time.
3.0-test-suiteab-filter-002passTests p:filter with an unused element name.
3.0-test-suiteab-for-each-001passSimple for-each test (ported from 1.0-testsuite/for-each-001)
3.0-test-suiteab-for-each-002passTest for p:for-each (@select on p:with-input) (ported from 1.0-testsuite/for-each-002)
3.0-test-suiteab-for-each-003passTest p:for-eachp:iteration-size() and p:iteration-position()(ported from 1.0-testsuite/for-each-003)
3.0-test-suiteab-for-each-005passTest evaluation of variables in the context of a p:for-each (ported from 1.0-testsuite/for-each-005)
3.0-test-suiteab-for-each-009passTest p:for-each with nested p:output (ported from 1.0-testsuite/for-each-009)
3.0-test-suiteab-for-each-011passTest nested p:for-each and correct propagation of p:iteration-size and p:iteration-position.(ported from 1.0-testsuite/for-each-011)
3.0-test-suiteab-for-each-013passTests connections to loop's parent scope.
3.0-test-suiteab-for-each-014passTests output port with inline and pipe
3.0-test-suiteab-for-each-015catch failureTests sequence attribute on inner output port of p:for-each.
3.0-test-suiteab-for-each-016catch failureTests sequence attribute on inner output port of p:for-each.
3.0-test-suiteab-for-each-017passTests that it is not an error, if a sequence is the inner result of p:for-each and port/@sequence="true".
3.0-test-suiteab-for-each-018passTests that it is not an error, if a sequence is the inner result because manufactured port is sequence.
3.0-test-suiteab-for-each-019passTests two output ports on p:output, one is primary.
3.0-test-suiteab-for-each-020passTests two output ports on p:output, none is primary.
3.0-test-suiteab-hash-014passTesting p:hash matching / is a text result.
3.0-test-suiteab-http-request-009passTests p:http-request: Tests get for text document.
3.0-test-suiteab-http-request-011passTests p:http-request: Tests post for text document.
3.0-test-suiteab-http-request-014passTests p:http-request: get with multi-part response.
3.0-test-suiteab-http-request-015passTests p:http-request: tests document properties from a multi-part response.
3.0-test-suiteab-http-request-018passTests p:http-request: tests document properties from a multi-part response.
3.0-test-suiteab-http-request-019passTests p:http-request: get with multi-part response.
3.0-test-suiteab-http-request-029passTests p:http-request: post with text payload to a responder.
3.0-test-suiteab-http-request-049passTests p:http-request: parameter 'status-only' = true delivers empty sequence.
3.0-test-suiteab-http-request-051passTests p:http-request: get with multi-part response, parameter 'multipart' set to true.
3.0-test-suiteab-http-request-061passTests that document property headers are only used if the headers option doesn’t specify a header with the same name.
3.0-test-suiteab-http-request-096passSimple test for p:http-request with follow-redirect set to 0.
3.0-test-suiteab-http-request-101passTests multipart request: Two xml documents, no content-type set.
3.0-test-suiteab-http-request-102passTests multipart request: Two xml documents, no content-type set (checking properties).
3.0-test-suiteab-http-request-103passTests multipart request: Two xml documents, content-type: multipart/fixed.
3.0-test-suiteab-http-request-104passTests multipart request: Two xml documents, content-type: multipart/fixed.(checking properties).
3.0-test-suiteab-if-009passTest p:if where @when evaluates to false() and no drp.
3.0-test-suiteab-if-010passTest p:if where @when evaluates to true() and two output ports.
3.0-test-suiteab-if-011passTest p:if where @when evaluates to false() and two output ports.
3.0-test-suiteab-if-012passTest p:if with a sequence as DRP.
3.0-test-suiteab-if-013passTest p:if with a sequence as DRP, collection="true"
3.0-test-suiteab-if-014passTest p:if where @when evaluates to false(), so drp is copied.
3.0-test-suiteab-if-034passTest p:if with a sequence as DRP and test="false()".
3.0-test-suiteab-inline-004passTests a base64 encoded text is decoded correctly for text document (no charset)
3.0-test-suiteab-inline-005passTests a base64 encoded text is decoded correctly for text document (charset="UTF-8")
3.0-test-suiteab-inline-006passTests a base64 encoded text is decoded correctly for text document (charset='ISO-8859-1')
3.0-test-suiteab-inline-007catch failureTests XD0039 is raised when encoding is specified, but charset is not supported.
3.0-test-suiteab-inline-008passTests text document with tvt (expand-text='false')
3.0-test-suiteab-inline-009passTests text document with tvt (expand-text='true')
3.0-test-suiteab-inline-019passTests expand-text on p:input/p:inline
3.0-test-suiteab-input-025passTests select on p:input
3.0-test-suiteab-insert-012passTests p:insert element as first child of document node.
3.0-test-suiteab-insert-013passTests p:insert element as last child of document node.
3.0-test-suiteab-insert-014catch failureTests that p:insert with matched root and before is an error.
3.0-test-suiteab-insert-015catch failureTests that p:insert with matched root and after is an error.
3.0-test-suiteab-insert-016catch failureTests that p:insert with matched attribute is an error.
3.0-test-suiteab-insert-017catch failureTests that p:insert with matched text and position 'first-child' is an error.
3.0-test-suiteab-insert-018catch failureTests that p:insert with matched text and position 'last-child' is an error.
3.0-test-suiteab-insert-019catch failureTests that p:insert with matched comment and position 'first-child' is an error.
3.0-test-suiteab-insert-020catch failureTests that p:insert with matched comment and position 'last-child' is an error.
3.0-test-suiteab-insert-021catch failureTests that p:insert with matched processing instruction and position 'first-child' is an error.
3.0-test-suiteab-insert-022catch failureTests that p:insert with matched processing instruction and position 'last-child' is an error.
3.0-test-suiteab-insert-023catch failureTests that p:insert with matched processing instruction and position 'last-child' is an error.
3.0-test-suiteab-library-001passTests importing multiple steps from a p:library.
3.0-test-suiteab-library-002catch failureTests is is an error to import a step type with @visibility="private".
3.0-test-suiteab-library-003passTests @version on p:library is an xs:decimal.
3.0-test-suiteab-library-004catch failureTests XS0062 is raised, if @version is missing on p:library.
3.0-test-suiteab-library-005catch failureTests XS0063 is raised, if @version on p:library is not a xs:decimal.
3.0-test-suiteab-library-006catch failureTests XS0060 is raised, if @version on p:library is not 3.0.
3.0-test-suiteab-library-014passTests importing a p:library twice is no error.
3.0-test-suiteab-library-015passTests importing a p:library importing itself.
3.0-test-suiteab-library-016passTests cyclic import of libraries.
3.0-test-suiteab-library-024catch failureTests cascading import with identical option names.
3.0-test-suiteab-library-035passTests that a private step in a library and a same named steps are kept separate.
3.0-test-suiteab-os-exec-005passTests p:os-exec implicit text result.
3.0-test-suiteab-os-exec-006passTests p:os-exec explicit text result.
3.0-test-suiteab-os-exec-012passTests p:os-exec implicit text result.
3.0-test-suiteab-os-exec-013passTests p:os-exec explicit text result.
3.0-test-suiteab-os-exec-016passTests p:os-exec: Error due to args
3.0-test-suiteab-os-exec-017passTests p:os-exec: Error due to args
3.0-test-suiteab-os-exec-020passTests p:os-exec: Tests path separator
3.0-test-suiteab-os-exec-023passTest for p:os-exec: Tests that the path-separator character in the command and the arguments will be replaced with the platform-specific path separator.
3.0-test-suiteab-os-exec-024passTest for p:os-exec: Tests args are passed correctly.
3.0-test-suiteab-output-034passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-035passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-038passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-039passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-040passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-041passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-042passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-043passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-044passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-045passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-046passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-047passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-048passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-049passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-050passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-051passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-052passTests that documents appear in the right order on p:output.
3.0-test-suiteab-output-053passTests that documents appear in the right order on p:output.
3.0-test-suiteab-p-archive-006passTests p:archive: Adding entries to a newly created archive. No source, but just manifest.
3.0-test-suiteab-p-archive-014passTests p:archive: Adding entries to a newly created archive. No source, but just manifest. command='update'
3.0-test-suiteab-p-archive-037passTests p:archive: Tests 'freshen' one entry is changed, but no new entry is added.
3.0-test-suiteab-p-archive-038passTests p:archive: Tests 'update' one entry is changed, but a new entry is added.
3.0-test-suiteab-p-archive-045passTests p:archive: Tests entries are ordered as in manifest.
3.0-test-suiteab-p-archive-073passTests p:archive: Ports 'manifest' and 'archive' default to p:empty.
3.0-test-suiteab-p-document016passTests p:document with a simple text document in UTF-8 (no charset in content-type).
3.0-test-suiteab-p-document017passTests p:document with a simple text document in UTF-8 (charset specified in content-type).
3.0-test-suiteab-p-document018passTests p:document with a simple text document in ISO-8859-1 (charset specified in content-type).
3.0-test-suiteab-p-document019catch failureTests p:document with a simple text document in an unsupported encoding.
3.0-test-suiteab-p-document020passTests p:document with a simple text document in UTF-8 (no charset!).
3.0-test-suiteab-p-document027passTests p:document with a binary document.
3.0-test-suiteab-p-run-026passTests p:run: Simple pipeline run, two xml documents to input port.
3.0-test-suiteab-p-run-027passTests p:run: Simple pipeline run, two xml documents on output port.
3.0-test-suiteab-p-run-046passTests p:run: Tests undeclared output ports are connected to p:empty.
3.0-test-suiteab-p-run-047catch failureTests p:run: Tests undeclared output ports are connected to p:empty. (Sequence not declared!)
3.0-test-suiteab-p-run-064passTests p:run: Consume primary and non-primary output of p:run
3.0-test-suiteab-pack-001passTesting p:pack
3.0-test-suiteab-pack-002passTesting p:pack
3.0-test-suiteab-pack-003passTesting p:pack
3.0-test-suiteab-pack-004passTesting p:pack
3.0-test-suiteab-pack-005passTesting p:pack
3.0-test-suiteab-pack-006passTesting p:pack
3.0-test-suiteab-pack-007passTesting correct handling of non element nodes by p:pack.
3.0-test-suiteab-pack-008passTesting the new (in 3.1) attributes option on p:pack
3.0-test-suiteab-pack-009passTests that setting an xml:base attribute changes the base URI.
3.0-test-suiteab-pipe-020passTests order of p:pipes
3.0-test-suiteab-pipe-021passTests order of p:pipes
3.0-test-suiteab-pipe-022passTests order of p:pipes
3.0-test-suiteab-pipe-023passTests order of p:pipes
3.0-test-suiteab-pipe-024passTests order of p:pipes
3.0-test-suiteab-pipe-025passTests order of p:pipes
3.0-test-suiteab-pipe-026passTests order of p:pipes
3.0-test-suiteab-pipe-027passTests order of p:pipes
3.0-test-suiteab-pipe-029passTests order of p:pipes
3.0-test-suiteab-pipe-031passTests order of p:pipes
3.0-test-suiteab-pipe-032passTests order of p:pipes
3.0-test-suiteab-recursion-001passTests recursive call of XProc step.
3.0-test-suiteab-replace-007apassTests p:replace matching / with text document
3.0-test-suiteab-replace-009passTests p:replace switches to text document
3.0-test-suiteab-split-sequence-008passTests p:split-sequence
3.0-test-suiteab-split-sequence-009passTests p:split-sequence
3.0-test-suiteab-split-sequence-010passTests p:split-sequence
3.0-test-suiteab-split-sequence-011passTests p:split-sequence accepts any document
3.0-test-suiteab-split-sequence-012passTests p:split-sequence accepts any document
3.0-test-suiteab-split-sequence-013passTests p:split-sequence accepts any document
3.0-test-suiteab-split-sequence-014passTests p:split-sequence accepts any document
3.0-test-suiteab-split-sequence-015passTests p:split-sequence accepts any document
3.0-test-suiteab-split-sequence-016passTests p:split-sequence accepts any document
3.0-test-suiteab-static-option-var-013passTests that two sibling steps can declare a static option with the same name.
3.0-test-suiteab-static-option-var-024catch failureTests that a static option is not visible in a sibling step.
3.0-test-suiteab-static-option-var-025catch failureTests that a static option is not visible in a parent step.
3.0-test-suiteab-string-replace-006passTests p:string-replace
3.0-test-suiteab-string-replace-008passTests p:string-replace
3.0-test-suiteab-text-head-001passTests p:text-head
3.0-test-suiteab-text-head-002passTests p:text-head
3.0-test-suiteab-text-head-003passTests p:text-head
3.0-test-suiteab-text-head-004passTests p:text-head
3.0-test-suiteab-text-head-005passTests p:text-head
3.0-test-suiteab-text-head-006passTests p:text-head
3.0-test-suiteab-text-head-007passTests p:text-head
3.0-test-suiteab-text-head-008passTests p:text-head
3.0-test-suiteab-text-head-009passTests p:text-head
3.0-test-suiteab-text-join-001passTests p:text-join
3.0-test-suiteab-text-join-002passTests p:text-join
3.0-test-suiteab-text-join-003passTests p:text-join
3.0-test-suiteab-text-join-004passTests p:text-join
3.0-test-suiteab-text-join-005passTests p:text-join
3.0-test-suiteab-text-join-006passTests p:text-join
3.0-test-suiteab-text-join-007passTests p:text-join
3.0-test-suiteab-text-join-008passTests p:text-join
3.0-test-suiteab-text-join-009passTests p:text-join
3.0-test-suiteab-text-replace-001passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-002passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-003passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-004passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-005passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-006catch failureTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-007passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-008passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-009passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-010passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-011passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-012passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-013passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-014passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-015passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-016passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-017passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-018passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-019passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-020passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-021passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-022passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-023passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-024passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-025passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-026passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-027passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-028passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-029passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-030passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-031passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-032passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-033passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-034passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-035passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-036passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-037passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-038passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-039passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-040passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-041passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-042passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-043passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-044passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-045passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-046passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-047passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-048passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-049passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-050passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-051passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-052passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-053passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-054passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-055passTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-056catch failureTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-057catch failureTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-058catch failureTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-059catch failureTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-060catch failureTests p:text-replace (ported from XQuery tests on fn-replace.
3.0-test-suiteab-text-replace-061catch failureTests p:text-replace (ported from XQuery tests on fn-replace).
3.0-test-suiteab-text-sort-001passTests p:text-sort
3.0-test-suiteab-text-sort-002passTests p:text-sort: Tests sort-key
3.0-test-suiteab-text-sort-003passTests p:text-sort: Tests sort-key
3.0-test-suiteab-text-sort-004passTests p:text-sort: Tests order=ascending
3.0-test-suiteab-text-sort-005passTests p:text-sort: Tests order=ascending
3.0-test-suiteab-text-sort-006passTests p:text-sort: Tests numeric sort
3.0-test-suiteab-text-sort-007passTests p:text-sort: Tests numeric sort, descending.
3.0-test-suiteab-text-sort-008passTests p:text-sort: Testing position
3.0-test-suiteab-text-sort-009passTests p:text-sort: Testing position() and last()
3.0-test-suiteab-text-sort-010passTests p:text-sort: Test stable
3.0-test-suiteab-text-sort-011passTests p:text-sort: Test stable with empty sort-keys.
3.0-test-suiteab-text-sort-012passTests p:text-sort: Test codepoint collation.
3.0-test-suiteab-text-sort-013passTests p:text-sort: Test option 'lang' is declared.
3.0-test-suiteab-text-sort-014passTests p:text-sort: Test option 'case-order' is declared.
3.0-test-suiteab-text-sort-015passTests p:text-sort: Test option 'case-order' is declared.
3.0-test-suiteab-text-sort-016passTests p:text-sort: More complicated sort.
3.0-test-suiteab-text-sort-017catch failureTests p:text-sort: XC0098 must be raised, if @sort-key has a dynamic error.
3.0-test-suiteab-text-sort-018catch failureTests p:text-sort: XC0099 must be raised, if @sort-key produced a sequence with more than one element.
3.0-test-suiteab-text-sort-019catch failureTests p:text-sort: XD0019 must be raised if @order is neither 'ascending' nor 'descending'.
3.0-test-suiteab-text-sort-020catch failureTests p:text-sort: XD0019 must be raised if @case-order is neither 'upper-first' nor 'lower-first'.
3.0-test-suiteab-text-sort-021catch failureTests p:text-sort: XD0036 must be raised if @lang isn't called with an allowed value.
3.0-test-suiteab-text-sort-022catch failureTests p:text-sort: err:XD0030 or err:XC0098 should be raised if collation is unknown.
3.0-test-suiteab-text-sort-023passTests p:text-sort
3.0-test-suiteab-text-sort-024passTests p:text-sort
3.0-test-suiteab-text-sort-025passTests p:text-sort: Lower case first is default for German
3.0-test-suiteab-text-sort-026passTests p:text-sort
3.0-test-suiteab-text-sort-027passTests p:text-sort
3.0-test-suiteab-text-sort-028passTests p:text-sort: Lower case first is default for German
3.0-test-suiteab-text-sort-029passTests p:text-sort: Swedish ordering
3.0-test-suiteab-text-sort-030passTests p:text-sort: If collation is used, lang and case-order are ignored.
3.0-test-suiteab-text-sort-031passTests p:text-sort: If collation is used, lang and case-order are ignored.
3.0-test-suiteab-text-tail-001passTests p:text-tail
3.0-test-suiteab-text-tail-002passTests p:text-tail
3.0-test-suiteab-text-tail-003passTests p:text-tail
3.0-test-suiteab-text-tail-004passTests p:text-tail
3.0-test-suiteab-text-tail-005passTests p:text-tail
3.0-test-suiteab-text-tail-006passTests p:text-tail
3.0-test-suiteab-text-tail-007passTests p:text-tail
3.0-test-suiteab-text-tail-008passTests p:text-tail
3.0-test-suiteab-text-tail-009passTests p:text-tail
3.0-test-suiteab-try-024passTest port "error" on p:finally: Empty if no error occurred.
3.0-test-suiteab-try-025passTest port "error" on p:finally: Error occurred.
3.0-test-suiteab-unarchive-001passTests p:unarchive
3.0-test-suiteab-unarchive-002passTests p:unarchive: Option 'format' set to 'zip'.
3.0-test-suiteab-unarchive-003passTests p:unarchive: Option 'format' set to 'Q{}zip'.
3.0-test-suiteab-unarchive-004passTests p:unarchive: Option 'format' set to xs:QName('zip').
3.0-test-suiteab-unarchive-005passTests p:unarchive: Tests option 'parameters' is allowed.
3.0-test-suiteab-unarchive-009passTests p:unarchive with include-filter
3.0-test-suiteab-unarchive-010passTests p:unarchive with include-filter
3.0-test-suiteab-unarchive-011passTests p:unarchive with include-filter and exclude-filter
3.0-test-suiteab-unarchive-014passTests p:unarchive: Check content of unarchived document.
3.0-test-suiteab-unwrap-005passTests p:unwrap
3.0-test-suiteab-use-when-002passTests that use-when IS applied in the descendants of p:inline.
3.0-test-suiteab-use-when-006passTests that functions are visible in use-when.
3.0-test-suiteab-uuid-008passTesting p:uuid matching document root.
3.0-test-suiteab-viewport-017passTest p:viewport with matched comments/processing instructions before/after document element.
3.0-test-suiteab-viewport-018passTest p:viewport with matched document node replace by text document.
3.0-test-suiteab-viewport-020passTest p:viewport with two documents on the source port.
3.0-test-suiteab-viewport-030passTest p:viewport with a pipe to current on a mixed input port.
3.0-test-suiteab-with-input-033passTests p:with-input with space separated explicit targets on @pipe
3.0-test-suiteab-with-input-034passTests p:with-input with space separated targets (just step names) on @pipe
3.0-test-suiteab-with-input-052passTests p:with-input: implicit inline with two documents
3.0-test-suiteab-with-input-067catch failureTests XS0043 is raised because @port is not allowed on p:with-input.
3.0-test-suiteab-with-input-select-002passTest select on p:with-input select="comment()"
3.0-test-suiteab-with-input-select-003passTest select on p:with-input select="processing-instruction()"
3.0-test-suiteab-with-input-select-004passTest select on p:with-input select="text()"
3.0-test-suiteab-wrap-sequence-001passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-002passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-003passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-004passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-005passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-006passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-007passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-008passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-009passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-010passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-011passTests p:wrap-sequence
3.0-test-suiteab-wrap-sequence-012passTests sequence result in group-adjacent is correctly evaluated in p:wrap-sequence
3.0-test-suiteab-wrap-sequence-013passTests group-adjacent is correctly atomized in p:wrap-sequence
3.0-test-suiteab-wrap-sequence-014passTests group-adjacent is correctly atomized in p:wrap-sequence
3.0-test-suiteab-wrap-sequence-015passTests p:wrap-sequence produces the correct number of documents.
3.0-test-suiteab-wrap-sequence-016passTesting the new (in 3.1) attributes option on p:wrap-sequence
3.0-test-suiteab-wrap-sequence-017passTests that setting an xml:base attribute changes the base URI.
3.0-test-suiteab-www-form-urlencode-001passTests p:www-form-urlencode
3.0-test-suiteab-www-form-urlencode-002passTests p:www-form-urlencode
3.0-test-suiteab-www-form-urlencode-003passTests p:www-form-urlencode
3.0-test-suiteab-www-form-urlencode-004passTests p:www-form-urlencode
3.0-test-suiteab-www-form-urlencode-005passTests p:www-form-urlencode
3.0-test-suiteab-www-form-urlencode-006passTests p:www-form-urlencode
3.0-test-suiteab-www-form-urlencode-007passTests p:www-form-urlencode
3.0-test-suiteab-xquery-005passTests p:xquery
3.0-test-suiteab-xquery-012catch failureTests p:xquery: There was no @version=2, so XC0009 is expected.
3.0-test-suiteab-xquery-013catch failureTests p:xquery: Value for @version is not valid, so XC0009 is expected.
3.0-test-suiteab-xquery-014catch failureTests p:xquery: Value for @version is not valid, so XC0009 is expected.
3.0-test-suiteab-xquery-015catch failureTests p:xquery: Query is not statically valid, so XC0103 is expected.
3.0-test-suiteab-xquery-016catch failureTests p:xquery: Variable value is not valid, so XC0104 is expected.
3.0-test-suiteab-xquery-017passTests p:xquery: Tests non XML results.
3.0-test-suiteab-xs-0043-001catch failureTests for XS0043: Attribute port not allowed on p:with-input
3.0-test-suiteab-xs-0043-002catch failureTests for XS0043: Attribute port not allowed on p:with-input
3.0-test-suiteab-xslt-013passTests initial match selection on p:xslt (3.0)
3.0-test-suiteab-xslt-014passTests initial match selection on p:xslt: text document (3.0)
3.0-test-suiteab-xslt-017passTests JSON documents are returned if @build-tree =false (3.0)
3.0-test-suiteab-xslt-018passTests text document is returned if @build-tree =true (3.0)
3.0-test-suiteab-xslt-019passTests text document is returned on secondary port if @build-tree =true (3.0)
3.0-test-suiteab-xslt-020passTests JSON documents are returned on secondary port if @build-tree =false (3.0)
3.0-test-suiteab-xslt-021passTests mixed output modes: build-tree=true on primary, build-tree=false on secondary (3.0)
3.0-test-suiteab-xslt-022passTests mixed output modes: build-tree=false on primary, build-tree=true on secondary (3.0)
3.0-test-suiteab-xslt-023passTests mixed output modes: build-tree=true on one secondary result, false on the other. (3.0)
3.0-test-suiteab-xslt-025passTests initial-mode on apply-template invocation: No initial mode, so result is empty.(3.0)
3.0-test-suiteab-xslt-041passTests output-base-uri (3.0)
3.0-test-suiteab-xslt-042passTests output-base-uri (3.0)
3.0-test-suiteab-xslt-043passTests no output-base-uri: base uri of first doc on source is used. (3.0)
3.0-test-suiteab-xslt-044passTests no output-base-uri: base uri of first doc on source is used. (3.0)
3.0-test-suiteab-xslt-068passTests result-document.
3.0-test-suiteab-xslt-069passTests output-base-uri
3.0-test-suiteab-xslt-070passTests output-base-uri via first doc on source port.
3.0-test-suiteab-xslt-071passTests output-base-uri via uri of stylesheet.
3.0-test-suiteab-xslt-072passTests output-base-uri (3.0)
3.0-test-suiteab-xslt-073passTests output-base-uri via first doc on source port (3.0).
3.0-test-suiteab-xslt-074passTests output-base-uri via uri of stylesheet. (3.0)
3.0-test-suiteab-xslt-086passTests secondary port is empty.
3.0-test-suiteab-xslt-093passTests global-context-item is set correctly.
3.0-test-suiteab-xslt-129passTesting for node identity in p:xslt (3.0).
3.0-test-suiteab-xslt-135passTesting for node identity in p:xslt (2.0).
3.0-test-suitechoose-004pass
3.0-test-suitenw-collection-003catch failureTests that err:XD0001 is raised if a sequence of documents is the context for an XPath expression on a p:with-option.
3.0-test-suitenw-encode-003pass
3.0-test-suitenw-filter-003passTests p:filter selecting nothing.
3.0-test-suitenw-filter-004passTests p:filter selects more than one thing.
3.0-test-suitenw-filter-007passTests p:filter with static options.
3.0-test-suitenw-filter-008passTests p:filter with dynamic options.
3.0-test-suitenw-filter-009passTests p:filter with dynamic options and a dynamic selection.
3.0-test-suitenw-filter-010passTests p:filter with dynamic options and a dynamic selection.
3.0-test-suitenw-filter-011passTests p:filter with dynamic options and a dynamic selection where the in-scope binding is named ‘select’.
3.0-test-suitenw-http-request-131passOnly follow the first follow-redirect redirections.
3.0-test-suitenw-import-001passTest circular imports.
3.0-test-suitenw-inline-expand-text-007pass
3.0-test-suitenw-library-001passTests that step imports are transitive.
3.0-test-suitenw-library-002catch failureTests that step imports are transitive.
3.0-test-suitenw-option-value-001passTest that an option value passed to a step overrides its default value.
3.0-test-suitenw-os-exec-001passTests p:os-exec using stdmsgs.jar
3.0-test-suitenw-os-exec-002passTests p:os-exec when the output encoding doesn’t match Java’s encoding. The test assumes that your Java encoding isn’t ISO Latin 1. That seems…reasonable, but not infallible.
3.0-test-suitenw-os-exec-003passTests p:os-exec when the output encoding doesn’t match Java’s encoding.
3.0-test-suitenw-text-sort-001passTests p:text-sort with specific namespace bindings
3.0-test-suitenw-tvt-001catch failureTest insertion of attribute nodes into non-XML content with a TVT.
3.0-test-suitenw-tvt-001bpassDemonstrates the use of string() to insert an attribute value in a TVT.
3.0-test-suitenw-tvt-002passTest insertion of attribute nodes into XML content with a TVT.
3.0-test-suitenw-tvt-003passTest insertion of TVTs into non-XML content.
3.0-test-suitenw-tvt-004passTest insertion of TVTs into XML content.
3.0-test-suitenw-tvt-005passTest insertion of TVTs into non-XML content.
3.0-test-suitenw-tvt-005bpassTests using serialize to insert a PI into non-XML content.
3.0-test-suitenw-tvt-006passTest insertion of TVTs into XML content.
3.0-test-suitenw-xslt-002passTests secondary result documents.
3.0-test-suitep-inline-001pass
3.0-test-suitep-inline-002pass
3.0-test-suitep-inline-003pass
3.0-test-suitep-inline-004catch failure
3.0-test-suitep-inline-005catch failure
3.0-test-suitep-inline-006catch failure
3.0-test-suitepipe-attr-001pass
3.0-test-suitepipe-attr-002catch failure
3.0-test-suitewith-input-select-001pass
3.0-test-suitewith-input-select-002pass
3.0-test-suitewith-input-select-003pass
3.0-test-suitewith-input-select-004pass
extra-suiteasciidoctor-002passTests that Asciidoctor creates several paragraphs of DocBook.
extra-suiteasciidoctor-005passTests that Asciidoctor creates several paragraphs of HTML5.
extra-suiteebnf-convert-001passTests that cx:ebnf-convert produces text.
extra-suiteebnf-convert-002passTests that cx:ebnf-convert accepts explicit type.
extra-suiteebnf-convert-003passTests that cx:ebnf-convert accepts explicit type not ixml.
extra-suitejava-properties-008passTests that XML can be cast to Java properties.
extra-suitejava-properties-009passTests that a map can be cast to Java properties.
extra-suitepolyglot-001passTests that the cx:python polyglot step returns a string.
extra-suitepolyglot-005passTests that the cx:javascript polyglot step returns a string.
extra-suiterdf-jsonld-001passTests that .jsonld loads as application/ld+json, RDF, and JSON.
extra-suiterdf-jsonld-002passTests that application/ld+json works in p:inline, p:document, and p:load.
extra-suiterdf-n3-001passTests that .n3 loads as application/rdf+thrift and RDF.
extra-suiterdf-n3-002passTests that text/n3 works in p:inline, p:document, and p:load. Note that text/n3 is nothing but a synonym for text/turtle.
extra-suiterdf-nq-001passTests that .nq loads as application/rdf+thrift and RDF.
extra-suiterdf-nq-002passTests that application/n-quads works in p:inline, p:document, and p:load.
extra-suiterdf-nt-001passTests that .nt loads as application/rdf+thrift and RDF.
extra-suiterdf-nt-002passTests that application/n-triples works in p:inline, p:document, and p:load.
extra-suiterdf-rdf-001passTests that .rdf loads as application/rdf+xml, XML, and RDF.
extra-suiterdf-rdf-002passTests that application/rdf+xml works in p:inline, p:document, and p:load.
extra-suiterdf-rj-001passTests that .rj loads as application/rdf+json, JSON, and RDF.
extra-suiterdf-rj-002passTests that application/rdf+json works in p:inline, p:document, and p:load.
extra-suiterdf-rq-001passTests that .rq loads as application/sparql-query and text.
extra-suiterdf-srj-001passTests that .srj loads as application/sparql-results+json and JSON.
extra-suiterdf-srj-003passTests application/sparql-results+json can be cast to text/plain.
extra-suiterdf-srx-001passTests that .srx loads as application/sparql-results+xml and XML.
extra-suiterdf-srx-003passTests application/sparql-results+xml can be cast to text/plain.
extra-suiterdf-thrift-001passTests that .thrift loads as application/rdf+thrift and RDF.
extra-suiterdf-thrift-002passTests that application/rdf+thrift works in p:inline, p:document, and p:load.
extra-suiterdf-trig-001passTests that .trig loads as application/trig and RDF.
extra-suiterdf-trig-002passTests that application/trig works in p:inline, p:document, and p:load.
extra-suiterdf-trix-001passTests that .trix loads as application/trix+xml, XML, and RDF.
extra-suiterdf-trix-002passTests that application/trix+xml works in p:inline, p:document, and p:load.
extra-suiterdf-ttl-001passTests that .ttl loads as application/rdf+thrift and RDF.
extra-suiterdf-ttl-002passTests that text/turtle works in p:inline, p:document, and p:load.
extra-suiterr-003passTests that cx:railroad returns multiple, cross-referenced images.
extra-suiterr-004passTests that cx:railroad returns a single image if the nonterminal option is specified.
extra-suitetrang-002passTests DTD to RNC
extra-suitetrang-005passTests RNG to RNC
extra-suitetrang-006passTests RNG to DTD
extra-suitetrang-009passTests RNC to DTD
extra-suitetrang-012passMultipart DTD to RNG
extra-suitetrang-013passMultipart DTD to RNC
extra-suitetrang-014passMultipart DTD to XSD
extra-suitetrang-015passMultipart RNC to RNG
extra-suitetrang-016passMultipart RNG to XSD
extra-suiteyaml-002passTests that YAML can be parsed.
seleniumselenium-011passTests that Selenium can find all elements by tag.
seleniumselenium-017-xmlpassTests reading window properties.
seleniumselenium-017passTests reading window properties.
seleniumselenium-018passTests reading page properties.
seleniumselenium-019passTests if.
seleniumselenium-020passTests setting a value to an XPath expression
seleniumselenium-021passTest “scroll to”. Not really a very successful test suite test because I can’t work out how to validate it except visually.
seleniumselenium-024passTests navigation
seleniumselenium-025passTests holding down a key.
seleniumselenium-026passTests that key up and key down work for named keys.
seleniumselenium-027passTests that key up and key down work for ordinary characters.
seleniumselenium-028passTests pause.
seleniumselenium-030passTests output with an XPath expression.