You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/26 16:47:24 UTC

cvs commit: xml-xalan/test/tests/conf/lre/err lreerr07.xsl lreerr04.xsl lreerr03.xsl

dmarston    01/01/26 07:47:24

  Modified:    test/tests/conf/lre/err lreerr07.xsl lreerr04.xsl
                        lreerr03.xsl
  Log:
  Clarify expected error message
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xalan/test/tests/conf/lre/err/lreerr07.xsl
  
  Index: lreerr07.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/lre/err/lreerr07.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lreerr07.xsl	2000/12/17 18:44:20	1.1
  +++ lreerr07.xsl	2001/01/26 15:47:24	1.2
  @@ -7,6 +7,7 @@
     <!-- Section: 7.1.1 Literal Result Elements-->
     <!-- Purpose: Try to put out literal output without a template. -->
     <!-- ExpectedException: Illegal characters in xsl:stylesheet -->
  +  <!-- ExpectedException: Non-whitespace text is not allowed in this position in the stylesheet -->
   
   Data
   
  
  
  
  1.2       +1 -0      xml-xalan/test/tests/conf/lre/err/lreerr04.xsl
  
  Index: lreerr04.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/lre/err/lreerr04.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lreerr04.xsl	2000/12/17 18:44:20	1.1
  +++ lreerr04.xsl	2001/01/26 15:47:24	1.2
  @@ -9,6 +9,7 @@
     <!-- Creator: Paul Dick -->
     <!-- Purpose: Test error reporting if required attribute of xsl:attribute
          is not specified.-->
  +  <!-- ExpectedException: xsl:attribute requires attribute: name -->
   
   <xsl:template match="doc">
     <xsl:element name="test">
  
  
  
  1.2       +1 -0      xml-xalan/test/tests/conf/lre/err/lreerr03.xsl
  
  Index: lreerr03.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/lre/err/lreerr03.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lreerr03.xsl	2000/12/17 18:44:20	1.1
  +++ lreerr03.xsl	2001/01/26 15:47:24	1.2
  @@ -11,6 +11,7 @@
     <!-- Creator: Paul Dick -->
     <!-- Purpose: Test error reporting if required attribute of xsl:element 
          is not specified.-->
  +  <!-- ExpectedException: xsl:element requires attribute: name -->
   
   <xsl:template match="doc">
     <xsl:element/>