Skip to content

Commit

Permalink
test: rework tests for lexing of ( and ) symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
nfejzic committed Jun 16, 2022
1 parent bce7fe6 commit e88faf9
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 0 deletions.
1 change: 1 addition & 0 deletions inline/src/lexer/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ macro_rules! assert_token {
mod caret;
mod dollar;
mod overline;
mod parenthesis;
mod pipe;
mod quote;
mod star;
Expand Down
Loading

0 comments on commit e88faf9

Please sign in to comment.