Skip to content

Commit b9127bd

Browse files
committed
fixup for broken symbol tests
Apparently the current stable trims internal spaces
1 parent 741c3b6 commit b9127bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/syntax_test_PowerShell.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,13 +2400,13 @@ function Process-DeploymentConfig {
24002400
[hashtable]PathVariables
24012401
)
24022402

2403-
#region Helper function for path resolution
2404-
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.powershell
2403+
#region PathHelper
2404+
# ^^^^^^^^^^^^^^^^^^^ comment.line.powershell
24052405
# ^ punctuation.definition.comment
24062406
# ^^^^^^ keyword.other.region.begin
2407-
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.toc-list entity.name.section
2408-
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ local-definition
2409-
# ^ meta.fold.begin
2407+
# ^^^^^^^^^^ meta.toc-list entity.name.section
2408+
# @@@@@@@@@@ local-definition
2409+
# ^ meta.fold.begin
24102410

24112411
function Resolve-ConfigPath {
24122412
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function.powershell meta.function.powershell

0 commit comments

Comments
 (0)