manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

cgi-args->list: handle empty values correctly #11

Closed svenha closed 5 years ago

svenha commented 5 years ago

(cgi-args->list "a0=&a1=val1&a2=") should set the value for a0 and a2 to "".