Skip to content

Commit bc017ce

Browse files
authored
Add test case for process and data keywords
1 parent 61496ce commit bc017ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/testfiles/syntax_test_TheBigTestFile.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,10 @@ $b -cLike $c
11101110
# ^ keyword.operator.string-format.powershell
11111111

11121112
# Misc test cases
1113+
New-Object -TypeName System.Diagnostics.Process
1114+
# ^ not:keyword.control.powershell
1115+
New-Object -TypeName System.Data
1116+
# ^ not:keyword.control.powershell
11131117
@("any","array","has").foreach({ $_ })
11141118
# <- keyword.other.array.begin.powershell
11151119
# ^ meta.group.array-expression.powershell

0 commit comments

Comments
 (0)