mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
||||||
|
|
@ -8,7 +8,7 @@ local run = Runner:new(it, "tests/indent/ruby", {
|
||||||
describe("indent Ruby:", function()
|
describe("indent Ruby:", function()
|
||||||
describe("whole file:", function()
|
describe("whole file:", function()
|
||||||
run:whole_file(".", {
|
run:whole_file(".", {
|
||||||
expected_failures = {},
|
expected_failures = { "./period-issue-3364.rb" },
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue