-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27: Support single delimiter version of `expect![]` r=matklad a=ecstatic-morse Pairs of braces are no longer necessary that we parse string literals. Allow users to omit the inner `[]`. This represents a significant change to the public API, and you might have other tooling that depends on the paired braces, so I understand if you don't want it upstream. I think it reads a bit nicer, though. Depends on #26 (although it could be separated), and is similarly lacking in integration tests for now. Co-authored-by: Dylan MacKenzie <ecstaticmorse@gmail.com>
- Loading branch information
Showing
1 changed file
with
50 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