diff options
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 48275ee3e31..b280ec93ce2 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -151,6 +151,10 @@ z = { | |||
| 151 | foo if | 151 | foo if |
| 152 | bar | 152 | bar |
| 153 | 153 | ||
| 154 | if foo? | ||
| 155 | bar | ||
| 156 | end | ||
| 157 | |||
| 154 | # Examples below still fail with `ruby-use-smie' on: | 158 | # Examples below still fail with `ruby-use-smie' on: |
| 155 | 159 | ||
| 156 | foo + | 160 | foo + |