[Bug 29458] [xslt30ts] seqtor-027

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29458

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The seqtor tests for which I get different results (I haven't analyzed them all
in detail) are:

-s:seqtor -t:seqtor-027
Actual:'startend A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o p q r s t u v w x y z { | }~'

-s:seqtor -t:seqtor-028
Actual:'startend A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o p q r s t u v w x y z { | }~'

s:seqtor -t:seqtor-039a
Actual results:
<bar foo=" | | "/>

-s:seqtor -t:seqtor-039d
Actual results:
<bar foo="||"/>

-s:seqtor -t:seqtor-040a
Actual results:
<bar> | | </bar>

-s:seqtor -t:seqtor-040c
Actual results:
<bar> | | </bar>

-s:seqtor -t:seqtor-040d
Actual results:
<bar>||</bar>

-s:seqtor -t:seqtor-041
Error on line 16 of seqtor-041.xsl:
  XTTE0570: A sequence of more than one item is not allowed as the value of
variable $foo
  (text(""), text(""), ...) 
Expected success, got error XTTE0570

-s:seqtor -t:seqtor-042
Error on line 16 of seqtor-042.xsl:
  XTTE0570: A sequence of more than one item is not allowed as the value of
variable $foo
  (text("non-empty"), text(""), ...) 
Expected success, got error XTTE0570

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 14 February 2016 17:36:13 UTC