You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will match true on 'test string', it should match false. The ' case needs an additional check to make sure the argument isn't already enclosed in quotes.
The text was updated successfully, but these errors were encountered:
JustinGrote
changed the title
PowershellArgumentNeedsEscaping does not account for a single quoted string
PowershellArgumentNeedsEscaping does not account for a single quoted string - MOVED TO 1611
Nov 2, 2021
JustinGrote
changed the title
PowershellArgumentNeedsEscaping does not account for a single quoted string - MOVED TO 1611
PowershellArgumentNeedsEscaping does not account for a single quoted string
Nov 2, 2021
PowerShellEditorServices/src/PowerShellEditorServices/Utility/StringEscaping.cs
Lines 17 to 33 in 8c568bc
Will match true on
'test string'
, it should match false. The ' case needs an additional check to make sure the argument isn't already enclosed in quotes.The text was updated successfully, but these errors were encountered: