-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax: move error test to syntax crate
The problem with putting it in the regex crate proper is that it requires the regex crate to bump its minimal regex-syntax crate version. While this isn't necessarily an issue, since we can't enable Cargo's minimal version check because of the `rand` dependency, this winds up being a hazard. Plus, having it in the regex crate doesn't buy us too much. It's just as well to have the tests in regex-syntax. Fixes #593
- Loading branch information
1 parent
5b773b1
commit 886a7e7
Showing
4 changed files
with
35 additions
and
23 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 was deleted.
Oops, something went wrong.
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