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 2002/06/18 17:13:15 UTC

cvs commit: xml-xalan/test/tests/extensions-gold/property propertyIndent03.out propertyIndent02.out propertyIndent01.out

dmarston    2002/06/18 08:13:15

  Added:       test/tests/extensions-gold/property propertyIndent03.out
                        propertyIndent02.out propertyIndent01.out
  Log:
  Positive tests for xsl:output xalan:indent-amount.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/extensions-gold/property/propertyIndent03.out
  
  Index: propertyIndent03.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
            <a>
                      <b>
                                <c>
                                          <d>Okay</d>
                                </c>
                      </b>
            </a>
  </out>
  
  
  
  1.1                  xml-xalan/test/tests/extensions-gold/property/propertyIndent02.out
  
  Index: propertyIndent02.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <a>
  <b>
  <c>
  <d>Okay</d>
  </c>
  </b>
  </a>
  </out>
  
  
  
  1.1                  xml-xalan/test/tests/extensions-gold/property/propertyIndent01.out
  
  Index: propertyIndent01.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
   <a>
    <b>
     <c>
      <d>Okay</d>
     </c>
    </b>
   </a>
  </out>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org