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/11/14 21:27:26 UTC

cvs commit: xml-xalan/test/tests/conf-gold/match match29.out match28.out match27.out

dmarston    01/11/14 12:27:26

  Added:       test/tests/conf-gold/match match29.out match28.out
                        match27.out
  Log:
  Attempts to optimize certain match patterns exposed a bug.
  These tests cover the patterns that are susceptible.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/match/match29.out
  
  Index: match29.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <foundX level="4"/><foundX level="6"/>
  <found-X level="4"/><found-X level="6"/></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/match/match28.out
  
  Index: match28.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <foundX level="4"/>
  <found-X level="4"/></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/match/match27.out
  
  Index: match27.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <foundX level="2"/><foundX level="4"/><foundX level="6"/>
  <found-X level="2"/><found-X level="4"/><found-X level="6"/></out>
  
  

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