diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-08-03 22:11:43 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-08-03 22:11:43 (GMT) |
commit | d9827c476c5047f859d7aa2f409fa5b0acb405dc (patch) | |
tree | 7f287d40eeb69dd33ed68d84bf711844ea111b15 /Lib/test/output/test_cgi | |
parent | ed13b4a5a64742a756e89d75c006b3aafd8183ec (diff) | |
download | cpython-d9827c476c5047f859d7aa2f409fa5b0acb405dc.zip cpython-d9827c476c5047f859d7aa2f409fa5b0acb405dc.tar.gz cpython-d9827c476c5047f859d7aa2f409fa5b0acb405dc.tar.bz2 |
test the non-multipart sections of the cgi module
Diffstat (limited to 'Lib/test/output/test_cgi')
-rw-r--r-- | Lib/test/output/test_cgi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Lib/test/output/test_cgi b/Lib/test/output/test_cgi new file mode 100644 index 0000000..e9476d7 --- /dev/null +++ b/Lib/test/output/test_cgi @@ -0,0 +1,24 @@ +test_cgi +'' +'&' +'&&' +'=' +'=&=' +'=a' +'&=a' +'=a&' +'=&a' +'b=a' +'b+=a' +'a=b=a' +'a=+b=a' +'&b=a' +'b&=a' +'a=a+b&b=b+c' +'a=a+b&a=b+a' +'x=1&y=2.0&z=2-3.%2b0' +'Hbc5161168c542333633315dee1182227:key_store_seqid=400006&cuyer=r&view=bustomer&order_id=0bb2e248638833d48cb7fed300000f1b&expire=964546263&lobale=en-US&kid=130003.300038&ss=env' +'group_id=5470&set=custom&_assigned_to=31392&_status=1&_category=100&SUBMIT=Browse' +Testing log +Testing initlog 1 +Testing log 2 |