Closed ahorek closed 2 years ago
Hmm not sure what the issue is here.
'
should now be escaped as '
the same way as
&
is escaped as &
but the test fails and I didn't find out where the problem is.
since it's passing on the latest JRuby snapshot that includes this change, there's probably something wrong with the test itself.
https://github.com/jruby/jcodings/issues/56 will be the ultimate solution for a better coverage
closing
a test for https://bugs.ruby-lang.org/issues/16922
it should pass after tables update from https://github.com/jruby/jcodings/pull/49 but there's still a problem
am I doing something wrong? or is there something else that should be adjusted?
ref https://github.com/jruby/jcodings/pull/45