mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
Add tests correctly for ruby rescue/ensure indentation
This commit is contained in:
parent
14bdbef468
commit
2d8e6b6662
3 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,2 @@
|
|||
begin
|
||||
ensure
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
begin
|
||||
rescue StandardError
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue