summaryrefslogtreecommitdiff
path: root/paste/util/quoting.py
diff options
context:
space:
mode:
authormaluke <devnull@localhost>2008-05-28 10:18:39 +0000
committermaluke <devnull@localhost>2008-05-28 10:18:39 +0000
commitc7650b9216fc51958661ac9776f8e5d92ad2a189 (patch)
treebecc4f0d7e5fbced474a8854a3bcdf6aed39aa4a /paste/util/quoting.py
parent17d0f5861607738f25ee4bb119cbcea2245dec9d (diff)
downloadpaste-c7650b9216fc51958661ac9776f8e5d92ad2a189.tar.gz
Fixed test suite on Windows (also disabled CGI tests as they shouldn't even work)
Diffstat (limited to 'paste/util/quoting.py')
-rw-r--r--paste/util/quoting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/quoting.py b/paste/util/quoting.py
index cd87f2d..9b67596 100644
--- a/paste/util/quoting.py
+++ b/paste/util/quoting.py
@@ -50,7 +50,7 @@ def html_unquote(s, encoding=None):
>>> html_unquote('&lt;hey&nbsp;you&gt;')
u'<hey\xa0you>'
>>> html_unquote('')
- ''
+ u''
>>> html_unquote('&blahblah;')
u'&blahblah;'
>>> html_unquote('\xe1\x80\xa9')