Refactor key actor test by tompng · Pull Request #645 · ruby/reline

Description test_key_actor_*.rb has these kind of ideoms # assert line to be `ab█cd` (█ is cursor position) assert_line('abcd') assert_byte_pointer_size('ab') # It was asserting internal state to b...