aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
authorDmitry Gutov2013-10-06 04:21:51 +0300
committerDmitry Gutov2013-10-06 04:21:51 +0300
commit7318480cec373d97bb98b50746c433c4db59a6b8 (patch)
treec8fed41272cafb3fb6be83e07b936ec20874d479 /test/indent/ruby.rb
parent5cd9cda9b61159051825a2c5ae2700bf280e2cf2 (diff)
downloademacs-7318480cec373d97bb98b50746c433c4db59a6b8.tar.gz
emacs-7318480cec373d97bb98b50746c433c4db59a6b8.zip
* test/automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
and `ruby-backward-sexp' that fail when `ruby-use-smie' is t. * test/indent/ruby.rb: Two more failing examples.
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r--test/indent/ruby.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index d52f4a3e6f6..9bb923ebbdf 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -123,3 +123,9 @@ end
123 123
124desc "foo foo" \ 124desc "foo foo" \
125 "bar bar" 125 "bar bar"
126
127foo.
128 bar
129
130foo
131 .bar