Skip to content

Commit

Permalink
Fix highlight test for unary negation
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
J3RN and the-mikedavis authored Jun 14, 2023
1 parent acbf829 commit 9a0b1e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/highlight/expressions.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ case "12345" {
// ^ string
}

-x
^ operator
^ variable
-x
// ^ operator
// ^ variable

0 comments on commit 9a0b1e5

Please sign in to comment.