summaryrefslogtreecommitdiff
path: root/test/manual/indent/perl.perl
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/indent/perl.perl')
-rwxr-xr-xtest/manual/indent/perl.perl6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/manual/indent/perl.perl b/test/manual/indent/perl.perl
index 06f32e7f090..853aec49245 100755
--- a/test/manual/indent/perl.perl
+++ b/test/manual/indent/perl.perl
@@ -5,6 +5,12 @@ sub add_funds($) {
return 0;
}
+# qw(...) is a quoted list of words, so we can and should indent its content!
+my @tutu = qw[
+ tata
+ titi
+ ];
+
my $hash = {
foo => 'bar',
format => 'some',