diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-27 12:09:05 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-08-30 08:02:42 +0200 |
| commit | e60cdd0278173315b9ddd5a8f38b16e214bab3dd (patch) | |
| tree | b1eba2c4cd920e9ab9c8529cec6ab75610c9ebe5 /tests/indent/ruby | |
| parent | 4b0dab183eb48e1010b537a3f52c9eaa4def5d76 (diff) | |
ci(indents): add known failure case for #3364
Diffstat (limited to 'tests/indent/ruby')
| -rw-r--r-- | tests/indent/ruby/period-issue-3364.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/ruby/period-issue-3364.rb b/tests/indent/ruby/period-issue-3364.rb new file mode 100644 index 00000000..6582750d --- /dev/null +++ b/tests/indent/ruby/period-issue-3364.rb @@ -0,0 +1,7 @@ +class User < ApplicationRecord + def foo + if true + self. + end + end +end |
