1
0
Fork 0
forked from fun/fun

Fixed bug in the cgi.fun library. (0.40.7)

This commit is contained in:
Johannes Findeisen 2026-04-27 01:31:34 +02:00
commit 3bcdc83e30
3 changed files with 33 additions and 37 deletions

View file

@ -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!
*/