|
From: Travis S. <dev...@do...> - 2008-12-18 13:29:57
|
On Dec 17, 2008, at 4:22 PM, Marcus Baker wrote: >> Also, I have a test case that will show that no data has been >> submitted, but it requires a simple POST variable. Who do I need to >> talk to do get some code added to simpletest.org so I can use that >> for >> the test? > > I don't understand the problem? The test case is for the buggy implementation. It's easiest to test by creating a POST to a webserver and echo'ing out the data posted. When commas are used, no data is displayed; when semi-colons are used the data is displayed. -T |