aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/tests/rule.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
| | | | It could never return `None`, so reflect that in the return type
* Fix and test edge cases of `_` as identKevin Mehall2021-03-201-0/+4
|
* Reorganize mbe testsEdwin Cheng2021-03-181-0/+45