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 0.13.0, the parser was changed so it wouldn't allow strings with
invalid Unicode. `\ffff` is now a syntax error. To get around this
issue, we move it to the FFI.
This isn't the only way to fix this problem, but it should still allow
the same behavior of the test without changing the spirit of the test.
If there's a different way to solve this problem that we'd prefer, we
should do that instead.
0 commit comments