aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/ruby-mode-tests.el
diff options
context:
space:
mode:
authorDmitry Gutov2013-11-04 12:50:47 +0200
committerDmitry Gutov2013-11-04 12:50:47 +0200
commitdca01b092347246195d35c4bbce321f62323d8d8 (patch)
tree7dd2cf291a2bb58fe23a9c5d322d262b4d9694c6 /test/automated/ruby-mode-tests.el
parent91f2d272895257f23596075a0cc42e6e5f4e490f (diff)
downloademacs-dca01b092347246195d35c4bbce321f62323d8d8.tar.gz
emacs-dca01b092347246195d35c4bbce321f62323d8d8.zip
* lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)
(ruby-smie--backward-token): Tokenize heredocs as semicolons. * test/automated/ruby-mode-tests.el: Remove outdated comment. * test/indent/ruby.rb: Add a statement on the line after heredoc.
Diffstat (limited to 'test/automated/ruby-mode-tests.el')
-rw-r--r--test/automated/ruby-mode-tests.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el
index dc86b4a2914..d5d262590b6 100644
--- a/test/automated/ruby-mode-tests.el
+++ b/test/automated/ruby-mode-tests.el
@@ -585,8 +585,6 @@ VALUES-PLIST is a list with alternating index and value elements."
585 (end-of-defun) 585 (end-of-defun)
586 (should (= 5 (line-number-at-pos))))) 586 (should (= 5 (line-number-at-pos)))))
587 587
588;; Tests below fail when using SMIE.
589
590(defvar ruby-sexp-test-example 588(defvar ruby-sexp-test-example
591 (ruby-test-string 589 (ruby-test-string
592 "class C 590 "class C