diff options
| author | Stefan Monnier | 2014-05-27 10:28:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-05-27 10:28:07 -0400 |
| commit | c435f506a1fd8fbf2bd22f59226ef296a3eb6ab3 (patch) | |
| tree | 4394a9e9a5c5699206ad5828eb154feac19f71eb /test/indent/ruby.rb | |
| parent | c24163d444ba9256b9efee8e7d8f1c65386b1e2a (diff) | |
| download | emacs-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.rb | 4 |
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 |
| 7 | end | 7 | end |
| 8 | 8 | ||
| 9 | def foo | ||
| 10 | %^bar^ | ||
| 11 | end | ||
| 12 | |||
| 9 | # Percent literals. | 13 | # Percent literals. |
| 10 | b = %Q{This is a "string"} | 14 | b = %Q{This is a "string"} |
| 11 | c = %w!foo | 15 | c = %w!foo |