diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/http.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test index aeb1029..221985f 100644 --- a/tests/http.test +++ b/tests/http.test @@ -686,7 +686,7 @@ test http-7.4 {http::formatQuery} -setup { set enc [http::config -urlencoding] } -body { # this would be reverting to http <=2.4 behavior w/o errors - # with Tcl 8.x (unknown chars become '?'), generating a + # with Tcl 8.x (unknown chars become '?'), generating a # proper exception with Tcl 9.0 http::config -urlencoding "iso8859-1" http::mapReply "∈" |