* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
[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
323885fd
SM
6print <<"EOF1" . s/he"llo/th'ere/;
7foo
8EOF2
9bar
10EOF1
11
12
13print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/;
14foo
15EOF2
16bar
17EOF1
18bar
19EOF2
20
062e286b
SM
21print $'; # This should not start a string!
22
23print "hello" for /./;
24
b08b6da7
SM
25$fileType_filesButNot # bug#12373?
26 = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} );