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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 7e778798996..82cc63f9168 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -6,6 +6,10 @@ if something_wrong? # ruby-move-to-block-skips-heredoc
6 foo 6 foo
7end 7end
8 8
9def foo
10 %^bar^
11end
12
9# Percent literals. 13# Percent literals.
10b = %Q{This is a "string"} 14b = %Q{This is a "string"}
11c = %w!foo 15c = %w!foo