Skip to content

Commit f898bdb

Browse files
authored
Caret should point at "-"
1 parent fa04cf5 commit f898bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/testfiles/syntax_test_TheBigTestFile.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,11 +1007,11 @@ $z = -bnot $x
10071007
$l = 1 -shl 10
10081008
# ^ keyword.operator.assignment.powershell
10091009
# ^ ^^ constant.numeric.integer.powershell
1010-
# ^ keyword.operator.bitwise.powershell
1010+
# ^ keyword.operator.bitwise.powershell
10111011
$r = 10 -shr 1
10121012
# ^ keyword.operator.assignment.powershell
10131013
# ^^ ^ constant.numeric.integer.powershell
1014-
# ^ keyword.operator.bitwise.powershell
1014+
# ^ keyword.operator.bitwise.powershell
10151015
$k = $y -xor $b
10161016
# ^ keyword.operator.assignment.powershell
10171017
# ^ keyword.operator.logical.powershell

0 commit comments

Comments
 (0)