aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-27 18:34:22 +0100
committerJuanma Barranquero2014-03-27 18:34:22 +0100
commit1e757eb0a5bab2bdd26de8a6553ee5c2b2e2a381 (patch)
tree01db12aa0584e566f44f32c062a67f98ea836837 /test/indent/ruby.rb
parentb9b37dd04e6f60ef16738efe1b396a9e0a461d86 (diff)
parent0c4e715c98919593413a76a0ab1458b0d10ea287 (diff)
downloademacs-1e757eb0a5bab2bdd26de8a6553ee5c2b2e2a381.tar.gz
emacs-1e757eb0a5bab2bdd26de8a6553ee5c2b2e2a381.zip
Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.org
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r--test/indent/ruby.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 99482433145..fb341ee7ba6 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -148,6 +148,11 @@ if something == :==
148 ) 148 )
149end 149end
150 150
151# Bug#17097
152if x == :!=
153 something
154end
155
151# Example from http://www.ruby-doc.org/docs/ProgrammingRuby/html/language.html 156# Example from http://www.ruby-doc.org/docs/ProgrammingRuby/html/language.html
152d = 4 + 5 + # no '\' needed 157d = 4 + 5 + # no '\' needed
153 6 + 7 158 6 + 7