diff --git a/test/irb/test_ruby_lex.rb b/test/irb/test_ruby_lex.rb index 886891c4a7..dd5a1f7ca5 100644 --- a/test/irb/test_ruby_lex.rb +++ b/test/irb/test_ruby_lex.rb @@ -78,7 +78,7 @@ module TestIRB end end - def test_braces_on_thier_own_line + def test_braces_on_their_own_line input_with_correct_indents = [ Row.new(%q(if true), nil, 2), Row.new(%q( [), nil, 4),