Fix uri-encoding for strings with no unreserved chars
authorIan Price <ianprice90@googlemail.com>
Mon, 20 Aug 2012 22:12:23 +0000 (23:12 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 26 Aug 2012 21:36:36 +0000 (23:36 +0200)
commit866210bf247ea57bed5421ce8887a84e53347acb
treee0aae5b303b08f012000377b5569263c2dd24dd7
parentb401fe71692a4473a51c39d7964ce554bf2ced37
Fix uri-encoding for strings with no unreserved chars

* module/web/uri.scm (uri-encode): Change test to check for unreserved
  chars instead of reserved chars.
* test-suite/tests/web-uri.test ("encode"): Add test.
module/web/uri.scm
test-suite/tests/web-uri.test