We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd04d1 commit b503ae5Copy full SHA for b503ae5
1 file changed
test/cgi/test_cgi_escape.rb
@@ -63,7 +63,7 @@ def test_cgi_unescape_accept_charset
63
return unless defined?(::Encoding)
64
65
assert_raise(TypeError) {CGI.unescape('', nil)}
66
- assert_separately(%w[-rcgi/escape], "#{<<-"begin;"}\n#{<<-"end;"}")
+ assert_separately(%w[-W0 -rcgi/escape], "#{<<-"begin;"}\n#{<<-"end;"}")
67
begin;
68
assert_equal("", CGI.unescape(''))
69
end;
@@ -120,7 +120,7 @@ def test_cgi_unescapeURIComponent_accept_charset
120
121
122
assert_raise(TypeError) {CGI.unescapeURIComponent('', nil)}
123
124
125
assert_equal("", CGI.unescapeURIComponent(''))
126
0 commit comments