Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Last active August 29, 2015 14:24
Show Gist options
  • Save hoelzro/3b1ff9951908c9ce5aa4 to your computer and use it in GitHub Desktop.
Save hoelzro/3b1ff9951908c9ce5aa4 to your computer and use it in GitHub Desktop.
use v6;
my $here = qq:to/END_TEXT/;
foo\nbar
END_TEXT
say $here;
=output
Asked to remove 4 spaces, but the shortest indent is 0 spaces in any trim_heredoc at src/gen/m-Perl6-Actions.nqp:78
foo
bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment