1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Change a tab to spaces

This commit is contained in:
yui-knk 2022-10-16 21:40:42 +09:00 committed by Yuichiro Kaneko
parent ba9c0d0b9f
commit e4191ac1ec
Notes: git 2022-10-17 03:01:51 +00:00

View file

@ -207,9 +207,9 @@ class TestCoverage < Test::Unit::TestCase
def test_coverage_ensure_if_return
result = {
:branches => {
[:if, 0, 3, 1, 6, 4] => {
[:then, 1, 3, 6, 3, 6] => 0,
[:else, 2, 5, 3, 5, 9] => 1,
[:if, 0, 3, 2, 6, 5] => {
[:then, 1, 3, 7, 3, 7] => 0,
[:else, 2, 5, 4, 5, 10] => 1,
},
},
}