From 353a0837fd2fb80caef0352462afb8fd815ebc75 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Sun, 22 Dec 2024 22:02:44 +0200 Subject: [PATCH] Fix one test --- Tests/syntax_test_PowerShell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/syntax_test_PowerShell.ps1 b/Tests/syntax_test_PowerShell.ps1 index 119d609..db08a45 100644 --- a/Tests/syntax_test_PowerShell.ps1 +++ b/Tests/syntax_test_PowerShell.ps1 @@ -869,7 +869,7 @@ function Some.other.function{} FUNCTION MyFunction2 {} # <- storage.type # ^^^^^^^^^^^ entity.name.function -# @@@@@@@@@@ definition +# @@@@@@@@@@@ definition # ^ punctuation.section.braces.begin # ^ punctuation.section.braces.end function New-File { }