2 # -*- eval: (bug-reference-mode 1) -*-
14 print "will not indent :(";
28 if ($c && /====/){xyz;}
30 print "a" . <<EOF . s/he"llo/th'ere/;
34 print <<\EOF1
. s/he"llo/th'ere/;
48 print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/;
56 print $'; # This should not start a string!
58 print "hello" for /./;
60 $fileType_filesButNot # bug#12373?
61 = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} );