-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Empty arguments not passed correctly #4661
Copy link
Copy link
Closed
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
Steps to reproduce
If you run any program with parameter
""program won't receive it as it does in CMD.Example using simple python script:
Expected behavior
PS should pass
""as it is.Actual behavior
PS completely removes parameter without ever passing it to the program.
Environment data