diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 10:57:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 10:57:20 (GMT) |
commit | 878d157876e32cc69a1f17558c101a5560c7e9f9 (patch) | |
tree | a96f697b0de37f7b3014684c81566824262acf9d /tests | |
parent | c2bb75935c9ce9c7b9545354c403a9eb478cfd40 (diff) | |
parent | 209485eee104ea7c68f7c713a8371f35b2f59d85 (diff) | |
download | tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.zip tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.tar.gz tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.tar.bz2 |
Merge 8.7
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 "∈" |