spec
spec copied to clipboard
Add "reads after ungetc with multibyte characters in the buffer" spec…
… to StringIO#readpartial
This one was missing in #1278, I got it to work with the encoding: binary directive. The StringIO code was fine, the spec was just incomplete.