Fixed bug in the cgi.fun library. (0.40.7)
This commit is contained in:
parent
c68244d6f6
commit
3bcdc83e30
3 changed files with 33 additions and 37 deletions
|
|
@ -20,5 +20,6 @@ print("decod: " + cgi.url_decode(s))
|
|||
|
||||
/* Expected output:
|
||||
raw: name=Fun+Lang&msg=Hello%2C+World%21
|
||||
decod: name=Fun Lang&msg=Hello%2C World%21
|
||||
decod: name=Fun Lang&msg=Hello, World!
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue