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
Widen escape round-trip test to all printable ASCII neighbours
The test claimed exhaustive coverage but checked seven suffix characters
and no prefix at all. Cover every printable ASCII neighbour on both
sides of each escape shape, rendering `"` and `\` as Rust would. 2280
cases, 24ms.
Also state the NUL case as the single literal `"\01"`, since the `+`
notation read as concatenation of two separate literals.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
0 commit comments