[Python-checkins] CVS: python/dist/src/Lib/test/output test_sre,1.4,1.5

Fredrik Lundh python-dev@python.org
Fri, 30 Jun 2000 11:39:23 -0700


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

Modified Files:
	test_sre 
Log Message:


- reverted to "\x is binary byte"

- removed evil tabs from sre_parse and sre_compile

Index: test_sre
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sre,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_sre	2000/06/30 13:55:15	1.4
--- test_sre	2000/06/30 18:39:20	1.5
***************
*** 1,4 ****
  test_sre
- === Failed incorrectly ('\\x00ffffffffffffff', '\377', 0, 'found', '\377')
  === Failed incorrectly ('^(.+)?B', 'AB', 0, 'g1', 'A')
  === Failed incorrectly ('(a+)+\\1', 'aa', 0, 'found+"-"+g1', 'aa-a')
--- 1,3 ----