diff options
| author | Joakim Verona | 2013-09-10 23:52:26 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-10 23:52:26 +0200 |
| commit | 63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c (patch) | |
| tree | e5078c5545c777e21944a9ee4199a6f2c6d25ca9 /test/indent/ruby.rb | |
| parent | 92aeabcc8a007f521a664e3aee092eb80ad0f49a (diff) | |
| download | emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.tar.gz emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.zip | |
merge upstream
Diffstat (limited to 'test/indent/ruby.rb')
| -rw-r--r-- | test/indent/ruby.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 853f4dbf992..af1bbb9d8ab 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb | |||
| @@ -66,3 +66,8 @@ end | |||
| 66 | Given /toto/ do | 66 | Given /toto/ do |
| 67 | print "hello" | 67 | print "hello" |
| 68 | end | 68 | end |
| 69 | |||
| 70 | # Bug#15208 | ||
| 71 | if something == :== | ||
| 72 | do_something | ||
| 73 | end | ||