* configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
[bpt/emacs.git] / test / indent / perl.perl
CommitLineData
b08b6da7
SM
1#!/usr/bin/perl
2# -*- eval: (bug-reference-mode 1) -*-
3
c0868451
SM
4if ($c && /====/){xyz;}
5
5ba339c7
SM
6print "a" . <<EOF . s/he"llo/th'ere/;
7It's a surprise!
8EOF
9
10print <<\EOF1 . s/he"llo/th'ere/;
323885fd
SM
11foo
12EOF2
13bar
14EOF1
15
16
17print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/;
18foo
19EOF2
20bar
21EOF1
22bar
23EOF2
24
062e286b
SM
25print $'; # This should not start a string!
26
27print "hello" for /./;
28
b08b6da7
SM
29$fileType_filesButNot # bug#12373?
30 = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} );