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/06/28 23:04:21 UTC

cvs commit: xml-xalan/test/tests/conf-gold/position position84.out position81.out position82.out position83.out position80.out

dmarston    01/06/28 14:04:21

  Modified:    test/tests/conf-gold/position position80.out
  Added:       test/tests/conf-gold/position position84.out position81.out
                        position82.out position83.out
  Log:
  More tests of count() and last() in tricky situations.
  
  Revision  Changes    Path
  1.2       +5 -1      xml-xalan/test/tests/conf-gold/position/position80.out
  
  Index: position80.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/position/position80.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- position80.out	2001/06/23 05:30:16	1.1
  +++ position80.out	2001/06/28 21:04:20	1.2
  @@ -1,2 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out><name>section</name><name>section</name><name>section</name></out>
  \ No newline at end of file
  +<out>
  +      Title= BBB<name last-of="2">section</name>
  +      Title= CCC<name last-of="1">section</name>
  +      Title= YYY<name last-of="1">section</name>
  +      Title= ZZZ<name last-of="2">section</name></out>
  \ No newline at end of file
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/position/position84.out
  
  Index: position84.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
        Title= AAA<name first-of="4">title</name>
        Title= BBB<name first-of="4">section</name>
        Title= CCC<name first-of="5">section</name>
        Title= DDD<name first-of="3">section</name>
        Title= EEE<name first-of="3">section</name></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/position/position81.out
  
  Index: position81.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>2</out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/position/position82.out
  
  Index: position82.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>6</out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/position/position83.out
  
  Index: position83.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
        Title= BBB<name last-of="2">section</name>
        Title= CCC<name last-of="3">section</name>
        Title= EEE<name last-of="4">section</name></out>
  
  

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