cpython: 70712a806bdb (original) (raw)

Mercurial > cpython

changeset 75583:70712a806bdb

merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers

Senthil Kumaran senthil@uthcode.com
date Tue, 13 Mar 2012 01:51:20 -0700
parents e063f1b724d7(current diff)13922f6d87f2(diff)
children 8df496684d99
files Lib/test/test_cgi.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_cgi.py 5

line wrap: on

line diff

--- a/Lib/test/test_cgi.py +++ b/Lib/test/test_cgi.py @@ -118,6 +118,11 @@ def gen_result(data, environ): class CgiTests(unittest.TestCase):

+ def test_strict(self): for orig, expect in parse_strict_test_cases: # Test basic parsing