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

Fredrik Lundh effbot@users.sourceforge.net
Thu, 22 Mar 2001 15:29:06 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv22588/lib/test/output

Modified Files:
	test_sre 
Log Message:


SRE 2.1b2: forgot to update one output file (sorry, Fred!)


Index: test_sre
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sre,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** test_sre	2000/09/02 11:03:34	1.10
--- test_sre	2001/03/22 23:29:04	1.11
***************
*** 1 ****
--- 1,9 ----
  test_sre
+ sre.match(r'(x)*?y', 50000*'x'+'y').span() FAILED
+ Traceback (most recent call last):
+   File "../lib/test\test_sre.py", line 18, in test
+     r = eval(expression)
+   File "<string>", line 0, in ?
+   File "c:\pythonware\py21\python-2.1\lib\sre.py", line 52, in match
+     return _compile(pattern, flags).match(string)
+ RuntimeError: maximum recursion limit exceeded