diff options
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 3 |
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 = { | |||
| 223 | foo if | 223 | foo if |
| 224 | bar | 224 | bar |
| 225 | 225 | ||
| 226 | fail "stuff" \ | ||
| 227 | unless all_fine? | ||
| 228 | |||
| 226 | if foo? | 229 | if foo? |
| 227 | bar | 230 | bar |
| 228 | end | 231 | end |