aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r--test/indent/ruby.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 4bf65ffcf27..5e3db5afb71 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -234,6 +234,10 @@ aa = bb do
234 cc 234 cc
235end 235end
236 236
237foo :bar do
238 qux
239end
240
237# Examples below still fail with `ruby-use-smie' on: 241# Examples below still fail with `ruby-use-smie' on:
238 242
239foo = [1, 2, 3].map do |i| 243foo = [1, 2, 3].map do |i|
@@ -243,7 +247,3 @@ end
243bar.foo do # "." is parent to "do"; it shouldn't be. 247bar.foo do # "." is parent to "do"; it shouldn't be.
244 bar 248 bar
245end 249end
246
247foo :bar do
248 qux
249end