Skip to content

Commit b68d9f0

Browse files
committed
Add symbol tests in embedded c#
1 parent 5db708b commit b68d9f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/syntax_test_PowerShell.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,8 +1762,12 @@ function get-number {}
17621762
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.class.cs
17631763
# ^^^^^ keyword.declaration.class.cs
17641764
# ^^^^^^^^^^^^^^^^^^^^^^^^ entity.name.class.cs
1765+
# @@@@@@@@@@@@@@@@@@@@@@@@ global-definition
1766+
# @@@@@@@@@@@@@@@@@@@@@@@@ local-definition
17651767
# ^ meta.class.body.cs meta.block.cs punctuation.section.block.begin.cs
17661768
[DllImport("user32.dll")]
17671769
public static extern IntPtr GetForegroundWindow();
1770+
# @@@@@@@@@@@@@@@@@@@ global-definition
1771+
# @@@@@@@@@@@@@@@@@@@ local-definition " GetForegroundWindow"
17681772
}
17691773
"@

0 commit comments

Comments
 (0)