Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ampersand (&) character is not allowed. #61

Open
brambeekman opened this issue Feb 26, 2024 · 1 comment
Open

The ampersand (&) character is not allowed. #61

brambeekman opened this issue Feb 26, 2024 · 1 comment

Comments

@brambeekman
Copy link

IEX : At line:1 char:16

  • (echo bff3dbcb & cd)
  •            ~
    

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
At line:1 char:256

  • ... -ne 'None') {$r=I''E''X $c -ErrorAction Stop -ErrorVariable e;$r=Out- ...
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
    • FullyQualifiedErrorId : AmpersandNotAllowed,Microsoft.PowerShell.Commands.InvokeExpressionCommand
@brambeekman
Copy link
Author

I made a pull request for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant