1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* indent/ruby.rb: New example

This commit is contained in:
Dmitry Gutov 2013-11-08 05:30:24 +02:00
parent 21cfbae5b5
commit d85783ca32

View File

@ -284,3 +284,10 @@ def bar
tee
end
end
# Failing with SMIE:
foo ||
begin
bar
end