-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nextest-filtering] better error reporting for invalid escapes
Previously we'd report something like error: expected close parenthesis ╭──── 1 │ package(nexte\$) · ▲ · ╰── missing `)` ╰──── error: expected end of expression ╭──── 1 │ package(nexte\$) · ─┬─ · ╰── unparsed input ╰──── Now, we report: error: invalid escape character ╭──── 1 │ package(nexte\$) · ─┬ · ╰── invalid escape character ╰────
- Loading branch information
1 parent
3d3e88d
commit e8e3cfd
Showing
3 changed files
with
113 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters