diff options
| author | Glenn Morris | 2014-03-21 12:04:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-03-21 12:04:57 -0700 |
| commit | 5671dc515946c8a27b09d060bc34345d42a8fa6e (patch) | |
| tree | 54668c08879422e9c9d8c8c7a9e612d357971a49 /test/indent/ruby.rb | |
| parent | 26e91130ed0611a1074d0cac5880c065f9ba69c8 (diff) | |
| parent | 1e92a8a3aa7958ba699cd0430be4f23aff6c4c01 (diff) | |
| download | emacs-5671dc515946c8a27b09d060bc34345d42a8fa6e.tar.gz emacs-5671dc515946c8a27b09d060bc34345d42a8fa6e.zip | |
Merge from emacs-24; up to 2014-03-21T08:51:02Z!eliz@gnu.org
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 2ca0e482797..99482433145 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -379,3 +379,20 @@ foo(:bar => | |||
| 379 | 'd' => %w(e f) | 379 | 'd' => %w(e f) |
| 380 | } | 380 | } |
| 381 | } | 381 | } |
| 382 | |||
| 383 | # Bug#17050 | ||
| 384 | |||
| 385 | return render json: { | ||
| 386 | errors: { base: [message] }, | ||
| 387 | copying: copying | ||
| 388 | }, | ||
| 389 | status: 400 | ||
| 390 | |||
| 391 | top test( | ||
| 392 | some, | ||
| 393 | top, | ||
| 394 | test) | ||
| 395 | |||
| 396 | foo bar, { | ||
| 397 | tee: qux | ||
| 398 | } | ||