Last active
August 29, 2015 14:24
-
-
Save hoelzro/3b1ff9951908c9ce5aa4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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