diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/indent/perl.perl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/indent/perl.perl b/test/indent/perl.perl index 69c1f90c807..7cb877b0a95 100755 --- a/test/indent/perl.perl +++ b/test/indent/perl.perl | |||
| @@ -16,5 +16,9 @@ EOF1 | |||
| 16 | bar | 16 | bar |
| 17 | EOF2 | 17 | EOF2 |
| 18 | 18 | ||
| 19 | print $'; # This should not start a string! | ||
| 20 | |||
| 21 | print "hello" for /./; | ||
| 22 | |||
| 19 | $fileType_filesButNot # bug#12373? | 23 | $fileType_filesButNot # bug#12373? |
| 20 | = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} ); | 24 | = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} ); |