def test_skip(self): eq_(eval(begin(set_text('abcde'), goto(2), next_char())), 'c')
def test_next(self): eq_(eval(begin(set_text('ab'), next_char(), next_char())), 'a')