| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-29 | Cleanup error messages, improve docstrings | Russell Cohen | -1/+1 | |
| 2020-03-29 | Improve error messages for raw strings (#60762) | Russell Cohen | -1/+3 | |
| This diff improves error messages around raw strings in a few ways: - Catch extra trailing `#` in the parser. This can't be handled in the lexer because we could be in a macro that actually expects another # (see test) - Refactor & unify error handling in the lexer between ByteStrings and RawByteStrings - Detect potentially intended terminators (longest sequence of "#*" is suggested) | ||||
| 2020-03-27 | Move raw string tests into the raw directory | Russell Cohen | -0/+11 | |
