-
Notifications
You must be signed in to change notification settings - Fork 398
Open
Description
Summary of the new feature
When using the double quote in Chinese, PSSA should throw an error or warning.
Proposed technical implementation details (optional)
Three cases as follows:
Invoke-ScriptAnalyzer -ScriptDefinition '$a = "b“; Write-Output $a'
Invoke-ScriptAnalyzer -ScriptDefinition '$a = “b“; Write-Output $a'
Invoke-ScriptAnalyzer -ScriptDefinition '$a = “b"; Write-Output $a'
What is the latest version of PSScriptAnalyzer at the point of writing
v1.18.3