summaryrefslogtreecommitdiff
path: root/test/indent
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2013-11-08 05:30:24 +0200
committerDmitry Gutov <dgutov@yandex.ru>2013-11-08 05:30:24 +0200
commitd85783ca32212bba9d43e28748d0a612eaf197b9 (patch)
tree458394cb4a317d6bfdf6391fa5c99a0e9136e8ff /test/indent
parent21cfbae5b5b359a270a1df8c0fd41c0ad53b6529 (diff)
downloademacs-d85783ca32212bba9d43e28748d0a612eaf197b9.tar.gz
* indent/ruby.rb: New example
Diffstat (limited to 'test/indent')
-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
tee
end
end
+
+# Failing with SMIE:
+
+foo ||
+ begin
+ bar
+ end