Actions
Bug #14032
closedsquiggly heredoc with an interpolation at the beginning is unindented wrongly
    Bug #14032:
    squiggly heredoc with an  interpolation at the beginning is unindented wrongly
  
Description
This result should be prefixed with spaces, not unindented.
p <<~E
  a
#{1}
E
Actions