Add tests correctly for ruby rescue/ensure indentation

This commit is contained in:
Cameron 2023-01-06 19:43:05 +01:00 committed by Stephan Seitz
parent 14bdbef468
commit 2d8e6b6662
3 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,2 @@
begin
ensure
end

View file

@ -1,3 +1,2 @@
begin
rescue StandardError
end