You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Reader#readline, if there is an error on encoding, do not unescape the string, but simply use force_encoding. Unescaping can mess up legitimate escapes in literal representations.
0 commit comments