Skip to content

Commit 11d97e1

Browse files
J3RNthe-mikedavis
andcommitted
Fix highlight test for unary negation
Co-authored-by: Michael Davis <[email protected]>
1 parent bd249a1 commit 11d97e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/highlight/expressions.gleam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ case "12345" {
77
// ^ string
88
}
99

10-
-x
11-
^ operator
12-
^ variable
10+
-x
11+
// ^ operator
12+
// ^ variable

0 commit comments

Comments
 (0)