Skip to content

Commit bc8f2f8

Browse files
daxian-dbwkilasuit
authored andcommitted
Add the missing token text for TokenKind.QuestionMark (PowerShell#10706)
1 parent a63c506 commit bc8f2f8

File tree

1 file changed

+2
-2
lines changed
  • src/System.Management.Automation/engine/parser

1 file changed

+2
-2
lines changed

src/System.Management.Automation/engine/parser/token.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,8 @@ public static class TokenTraits
10631063
/* Shr */ "-shr",
10641064
/* Colon */ ":",
10651065
/* QuestionMark */ "?",
1066-
/* QuestionQuestionEquals */ "??=",
1067-
/* QuestionQuestion */ "??",
1066+
/* Reserved slot 3 */ string.Empty,
1067+
/* Reserved slot 4 */ string.Empty,
10681068
/* Reserved slot 5 */ string.Empty,
10691069
/* Reserved slot 6 */ string.Empty,
10701070
/* Reserved slot 7 */ string.Empty,

0 commit comments

Comments
 (0)