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 committed Jul 29, 2023
1 parent bd249a1 commit 11d97e1
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 11d97e1

Please sign in to comment.