summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2001-03-22 23:29:04 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2001-03-22 23:29:04 (GMT)
commit987f1332fe88e47eabdd5ea1c3ffc5c72fe5b585 (patch)
tree3b2147f00cc62af54a4cad7e2ca9d664d4440ca5
parent8bf395f1aa96d377aee424d3474fba05b62af0a7 (diff)
downloadcpython-987f1332fe88e47eabdd5ea1c3ffc5c72fe5b585.zip
cpython-987f1332fe88e47eabdd5ea1c3ffc5c72fe5b585.tar.gz
cpython-987f1332fe88e47eabdd5ea1c3ffc5c72fe5b585.tar.bz2
SRE 2.1b2: forgot to update one output file (sorry, Fred!)
-rw-r--r--Lib/test/output/test_sre8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/test/output/test_sre b/Lib/test/output/test_sre
index dbb6e93..6a2dc8c 100644
--- a/Lib/test/output/test_sre
+++ b/Lib/test/output/test_sre
@@ -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