Commit bb7dce4
committed
Fix reference error of @@accept_charset class variable.
```
Error: test_cgi_multipart_stringio(CGIMultipartTest): RuntimeError: class variable @@accept_charset of CGI is overtaken by CGI::Escape
/Users/hsbt/Documents/github.com/ruby/cgi/lib/cgi/core.rb:852:in 'initialize'
org/jruby/RubyClass.java:1023:in 'new'
```1 parent 25400c9 commit bb7dce4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | 294 | | |
297 | 295 | | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
0 commit comments