mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
ci(indents): add known failure case for #3364
This commit is contained in:
parent
4b0dab183e
commit
e60cdd0278
2 changed files with 8 additions and 1 deletions
7
tests/indent/ruby/period-issue-3364.rb
Normal file
7
tests/indent/ruby/period-issue-3364.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
class User < ApplicationRecord
|
||||
def foo
|
||||
if true
|
||||
self.
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue