aboutsummaryrefslogtreecommitdiffstats
path: root/test/manual/indent/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/indent/ruby.rb')
-rw-r--r--test/manual/indent/ruby.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/manual/indent/ruby.rb b/test/manual/indent/ruby.rb
index dec6de98605..dfd1c75a679 100644
--- a/test/manual/indent/ruby.rb
+++ b/test/manual/indent/ruby.rb
@@ -4,6 +4,10 @@ if something_wrong? # ruby-move-to-block-skips-heredoc
4 end 4 end
5 eowarn 5 eowarn
6 foo 6 foo
7
8 foo(<<~squiggly)
9 end
10 squiggly
7end 11end
8 12
9def foo 13def foo