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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index dfd1c75a679..49478602e41 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -223,6 +223,9 @@ z = {
223foo if 223foo if
224 bar 224 bar
225 225
226fail "stuff" \
227 unless all_fine?
228
226if foo? 229if foo?
227 bar 230 bar
228end 231end