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
Similar to the last issue I reported around this, I can't trigger the invalid behavior with a simple copy-paste of the string into IRB, but if I parse it out of a JSON structure (or a protobuf message in my application) then it fails to unescape cleanly.
The text was updated successfully, but these errors were encountered:
👏 That was some 🏎 speed coding @enebo. I'll pull it down and run in it through several million strings in our production system to see if I can find any other edge cases.
I've pushed 942k strings through this so far (include all of the edge cases I had noticed previously) and everything looks good. I'll let you know if I find anything else, but I think it's probably good to release with 9.1.9.0
Related to #4556
Environment
jruby 9.1.7.0 (2.3.1) 2017-01-11 68056ae Java HotSpot(TM) 64-Bit Server VM 25.60-b23 on 1.8.0_60-b27 +jit [darwin-x86_64]
Expected Behavior
Actual Behavior
Similar to the last issue I reported around this, I can't trigger the invalid behavior with a simple copy-paste of the string into IRB, but if I parse it out of a JSON structure (or a protobuf message in my application) then it fails to unescape cleanly.
The text was updated successfully, but these errors were encountered: