diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-30 11:27:34 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-30 11:27:34 -0800 |
commit | 82b089783e71b2aeef950eaecfe4cbc0735e64a2 (patch) | |
tree | a826c20768071bda95a69b2632718c1641c6d0cc /test/manual | |
parent | d27c8078ef766dae3587bc82b70128a70efaa223 (diff) | |
parent | f7dc6d8b5bb318e02a4016d93f8b34de0716f4dc (diff) |
-
Diffstat (limited to 'test/manual')
-rw-r--r-- | test/manual/indent/ruby.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/manual/indent/ruby.rb b/test/manual/indent/ruby.rb index dec6de9860..dfd1c75a67 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 end eowarn foo + + foo(<<~squiggly) + end + squiggly end def foo |