aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/indent/ruby.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 358ef31b1bb..c392b792142 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2
3 * indent/ruby.rb: Fix syntax error in the latest example.
4
12013-10-23 Glenn Morris <rgm@gnu.org> 52013-10-23 Glenn Morris <rgm@gnu.org>
2 6
3 * automated/Makefile.in (abs_top_srcdir, top_builddir): 7 * automated/Makefile.in (abs_top_srcdir, top_builddir):
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 7601738dc76..1fd19cf34d4 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -40,7 +40,7 @@ foo = { # ruby-deep-indent-disabled
40 a: b 40 a: b
41} 41}
42 42
43foo = { a: b 43foo = { a: b,
44 a1: b1 44 a1: b1
45 } 45 }
46 46