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/13 21:58:51 UTC

cvs commit: xml-xalan/test/tests/conf-gold/match match32.out match31.out match30.out

dmarston    2002/06/13 12:58:51

  Added:       test/tests/conf-gold/match match32.out match31.out
                        match30.out
  Log:
  Test associated with Bugzilla #9834.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/match/match32.out
  
  Index: match32.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <match>Rule doc/l1/v2; value of matched node:  doc-l1-v2</match>
  <match>Rule doc/child::l1/child::x2; value of matched node:  doc-l1-x2</match>
  <match>Rule doc/l1//v3; value of matched node:  doc-l1-l2-v3</match>
  <match>Rule doc//l2/w3; value of matched node:  doc-l1-l2-w3</match>
  <match>Rule doc/child::l1//child::x3; value of matched node:  doc-l1-l2-x3</match>
  <match>Rule doc//child::l2/child::y3; value of matched node:  doc-l1-l2-y3</match>
  <match>Rule doc//l2//v4; value of matched node:  doc-l1-l2-l3-v4</match>
  <match>Rule doc//child::l2//child::x4; value of matched node:  doc-l1-l2-l3-x4</match></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/match/match31.out
  
  Index: match31.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <match>Rule doc/l1/v2; value of matched node:  doc-l1-v2</match>
  <match>Rule doc/l1/child::x2; value of matched node:  doc-l1-x2</match>
  <match>Rule doc/l1//v3; value of matched node:  doc-l1-l2-v3</match>
  <match>Rule doc//l2/w3; value of matched node:  doc-l1-l2-w3</match>
  <match>Rule doc/l1//child::x3; value of matched node:  doc-l1-l2-x3</match>
  <match>Rule doc//l2/child::y3; value of matched node:  doc-l1-l2-y3</match>
  <match>Rule doc//l2//v4; value of matched node:  doc-l1-l2-l3-v4</match>
  <match>Rule doc//l2//child::x4; value of matched node:  doc-l1-l2-l3-x4</match></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/match/match30.out
  
  Index: match30.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <match>Rule doc/l1/v2; value of matched node:  doc-l1-v2</match>
  <match>Rule doc/child::l1/x2; value of matched node:  doc-l1-x2</match>
  <match>Rule doc/l1//v3; value of matched node:  doc-l1-l2-v3</match>
  <match>Rule doc//l2/w3; value of matched node:  doc-l1-l2-w3</match>
  <match>Rule doc/child::l1//x3; value of matched node:  doc-l1-l2-x3</match>
  <match>Rule doc//child::l2/y3; value of matched node:  doc-l1-l2-y3</match>
  <match>Rule doc//l2//v4; value of matched node:  doc-l1-l2-l3-v4</match>
  <match>Rule doc//child::l2//x4; value of matched node:  doc-l1-l2-l3-x4</match></out>
  
  

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