aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb
diff options
context:
space:
mode:
authorStefan Monnier2014-05-27 10:28:07 -0400
committerStefan Monnier2014-05-27 10:28:07 -0400
commitc435f506a1fd8fbf2bd22f59226ef296a3eb6ab3 (patch)
tree4394a9e9a5c5699206ad5828eb154feac19f71eb /test/indent/ruby.rb
parentc24163d444ba9256b9efee8e7d8f1c65386b1e2a (diff)
downloademacs-c435f506a1fd8fbf2bd22f59226ef296a3eb6ab3.tar.gz
emacs-c435f506a1fd8fbf2bd22f59226ef296a3eb6ab3.zip
* test/indent/ps-mode.ps: New file.
* test/automated/core-elisp-tests.el (core-elisp-test-window-configurations): New test. * test/indent/octave.m: Add a few more tests. * test/indent/ruby.rb: Add one more test.
Diffstat (limited to 'test/indent/ruby.rb')
-rw-r--r--test/indent/ruby.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb
index 7e778798996..82cc63f9168 100644
--- a/test/indent/ruby.rb
+++ b/test/indent/ruby.rb
@@ -6,6 +6,10 @@ if something_wrong? # ruby-move-to-block-skips-heredoc
6 foo 6 foo
7end 7end
8 8
9def foo
10 %^bar^
11end
12
9# Percent literals. 13# Percent literals.
10b = %Q{This is a "string"} 14b = %Q{This is a "string"}
11c = %w!foo 15c = %w!foo