We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using indentation on the closing element of a here-string causes the element to be considered part of the here-string
$ThisHereString=@" Item item1 item2 "@ Foreach ($line in $ThisHereString) { etc... vs $ThisHereString=@" Item item1 item2 "@ Foreach ($line in $ThisHereString) { etc...
The text was updated successfully, but these errors were encountered:
Merge pull request mirror#5 from mirror/master
e570625
Sync official latest rel-4-1-3
No branches or pull requests
Using indentation on the closing element of a here-string causes the element to be considered part of the here-string
The text was updated successfully, but these errors were encountered: