aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDmitry Gutov2013-11-08 05:30:24 +0200
committerDmitry Gutov2013-11-08 05:30:24 +0200
commitd85783ca32212bba9d43e28748d0a612eaf197b9 (patch)
tree458394cb4a317d6bfdf6391fa5c99a0e9136e8ff /test
parent21cfbae5b5b359a270a1df8c0fd41c0ad53b6529 (diff)
downloademacs-d85783ca32212bba9d43e28748d0a612eaf197b9.tar.gz
emacs-d85783ca32212bba9d43e28748d0a612eaf197b9.zip
* indent/ruby.rb: New example
Diffstat (limited to 'test')
-rw-r--r--test/indent/ruby.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 47c9b71078b..0c432b7ca20 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -284,3 +284,10 @@ bar 1 do
284 tee 284 tee
285 end 285 end
286end 286end
287
288# Failing with SMIE:
289
290foo ||
291 begin
292 bar
293 end