[Python-checkins] CVS: python/dist/src/Lib/test/output test_sre,1.7,1.8 test_re,1.11,1.12

Fredrik Lundh python-dev@python.org
Tue, 1 Aug 2000 06:01:46 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10022/Lib/test/output

Modified Files:
	test_sre test_re 
Log Message:


-- SRE 0.9.8: updated test scripts

Index: test_sre
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sre,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** test_sre	2000/07/23 21:46:17	1.7
--- test_sre	2000/08/01 13:01:43	1.8
***************
*** 1,6 ****
  test_sre
- === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
- === Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
- === grouping error ('(a)(b)c|ab', 'ab', 0, 'found+"-"+g1+"-"+g2', 'ab-None-None') 'ab-None-b' should be 'ab-None-None'
- === grouping error ('(a)+b|aac', 'aac', 0, 'found+"-"+g1', 'aac-None') 'aac-a' should be 'aac-None'
- === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
--- 1 ----

Index: test_re
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_re,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** test_re	2000/07/24 22:35:11	1.11
--- test_re	2000/08/01 13:01:43	1.12
***************
*** 1,12 ****
  test_re
- === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
- === Fails on case-insensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A')
- === Fails on locale-sensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A')
- === Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
- === Fails on case-insensitive match ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
- === Fails on locale-sensitive match ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
- === grouping error ('(a)(b)c|ab', 'ab', 0, 'found+"-"+g1+"-"+g2', 'ab-None-None') 'ab-None-b' should be 'ab-None-None'
- === grouping error ('(a)+b|aac', 'aac', 0, 'found+"-"+g1', 'aac-None') 'aac-a' should be 'aac-None'
- === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
- === Fails on case-insensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A')
- === Fails on locale-sensitive match ('^(.+)?B', 'AB', 0, 'g1', 'A')
--- 1 ----