jruby / jcodings

Java-based codings helper classes for Joni and JRuby
MIT License
21 stars 29 forks source link

test escape apos #45

Closed ahorek closed 2 years ago

ahorek commented 2 years ago

a test for https://bugs.ruby-lang.org/issues/16922

but after tables update from the ruby 3.0 repo, I'm getting errors

Last Error  => xml_attr_quote
  result: InvalidByteSequence
  error bytes: f
  read again length: 0

https://github.com/jruby/jcodings/blob/f6f148ec696f1ff7e49d7ab635f55e9483037e3a/test/org/jcodings/specific/TestEConv.java#L67

@lopex do you have any idea what should be changed?