| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
I hated reviewing this.
Sorry, something went wrong.
|
Sending it was slightly better; at least I had a quick fix but no --fix because there are two quick fixes, the "preserve behavior" button or the "actually I meant \\p" button. |
Sorry, something went wrong.
| "🐱", | ||
| "\x00\x01", | ||
| "\t\n\r\\\"\'\u0062", | ||
| "\t\n\r\\\"'\u0062", |
There was a problem hiding this comment.
On second look, I'm not sure if this intended to write ' or \\'. But, I'm not sure what "escaping" there is to check when roundtripping base64 anyway...
Sorry, something went wrong.
|
|
||
| it("Converts escape sequences correctly", () => { | ||
| runTest("\t\n\r\\\"\'\u0062"); | ||
| runTest("\t\n\r\\\"'\u0062"); |
There was a problem hiding this comment.
Similarly here.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Follow-up to #54693.
This actually caught a small number of oopsies where we wrote \r\p but meant \r\np