Open aeschli opened 8 years ago
From @rgl on April 11, 2016 8:13
Currently Code supports the Here Documents (aka heredoc) using this syntax:
But the following are not supported:
See the exact details about the Here Documents at the Ruby Manual and also other examples.
Copied from original issue: Microsoft/vscode#5155
the <<HEREDOC syntax seems to work now (there has been a recent update). But I can reproduce the issue for <<-'EXPECTED'
Also, interpolated variables are seen as comments in heredoc blocks:
From @rgl on April 11, 2016 8:13
Currently Code supports the Here Documents (aka heredoc) using this syntax:
But the following are not supported:
See the exact details about the Here Documents at the Ruby Manual and also other examples.
Copied from original issue: Microsoft/vscode#5155