diff options
| author | Stefan Kangas | 2023-03-01 06:30:20 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-03-01 06:30:20 +0100 |
| commit | 4a5335158dd7e38beeccd315cbda3a0f53708d08 (patch) | |
| tree | 705fef5f5d34cb6eea286e3359fa2e5aba888dd0 /test | |
| parent | 5b037331f6a0bec93b9015c8639b7f4f05b6716c (diff) | |
| parent | 97a83ff31fa9e3e2455d3168a789649dcd20a635 (diff) | |
| download | emacs-4a5335158dd7e38beeccd315cbda3a0f53708d08.tar.gz emacs-4a5335158dd7e38beeccd315cbda3a0f53708d08.zip | |
Merge from origin/emacs-29
97a83ff31fa Eglot: fix M-x eglot-show-workspace-configuration (bug#61...
48a0804d10d ruby-mode: Fix method call indentation in rhs of multiple...
16d012cf3bd * lisp/net/tramp.el (tramp-remote-path): Improve docstring.
b371697cdca Minor change in 'dired--find-possibly-alternative-file'
c2b5c6acc58 Implement prefix arg for 'c-ts-mode-toggle-comment-style'
eb2ab52fb01 Defaults to zero for image-dired--number-of-thumbnails
5dc163f592a ; Add a doc string for 'ediff-window-display-p' obsolescence
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/ruby-mode-resources/ruby.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/progmodes/ruby-mode-resources/ruby.rb b/test/lisp/progmodes/ruby-mode-resources/ruby.rb index 3f0dfdf68ba..81d0dfd75c9 100644 --- a/test/lisp/progmodes/ruby-mode-resources/ruby.rb +++ b/test/lisp/progmodes/ruby-mode-resources/ruby.rb | |||
| @@ -163,6 +163,11 @@ if something == :== | |||
| 163 | ) | 163 | ) |
| 164 | end | 164 | end |
| 165 | 165 | ||
| 166 | # Bug#61871 | ||
| 167 | foo, bar = baz.( | ||
| 168 | some_arg | ||
| 169 | ) | ||
| 170 | |||
| 166 | # Bug#17097 | 171 | # Bug#17097 |
| 167 | if x == :!= | 172 | if x == :!= |
| 168 | something | 173 | something |