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

Powershell here-string exit #5

Open
L1ttl3J1m opened this issue Aug 7, 2018 · 0 comments
Open

Powershell here-string exit #5

L1ttl3J1m opened this issue Aug 7, 2018 · 0 comments

Comments

@L1ttl3J1m
Copy link

L1ttl3J1m commented Aug 7, 2018

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...
halx99 added a commit to bel2020/scintilla that referenced this issue Jul 19, 2019
Sync official latest rel-4-1-3
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