aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rwxr-xr-xtest/indent/perl.perl7
2 files changed, 11 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 029360f5664..d4e7f818f1c 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * indent/perl.perl: Add indentation pattern for hash-table entries.
4
12014-07-04 Michael Albinus <michael.albinus@gmx.de> 52014-07-04 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * automated/dbus-tests.el (dbus-test02-register-service-session) 7 * automated/dbus-tests.el (dbus-test02-register-service-session)
diff --git a/test/indent/perl.perl b/test/indent/perl.perl
index 34cd4af1125..6b05a5f1d07 100755
--- a/test/indent/perl.perl
+++ b/test/indent/perl.perl
@@ -24,6 +24,13 @@ EOF2
24bar 24bar
25EOF1 25EOF1
26 26
27$config = {
28 b =>
29 [
30 "123",
31 ],
32 c => "123",
33};
27 34
28print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/; 35print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/;
29foo 36foo