Ejemplo n.º 1
0
 def test_skip(self):
   eq_(eval(begin(set_text('abcde'), goto(2), next_char())), 'c')
Ejemplo n.º 2
0
 def test_skip(self):
     eq_(eval(begin(set_text('abcde'), goto(2), next_char())), 'c')
Ejemplo n.º 3
0
 def test_next(self):
   eq_(eval(begin(set_text('ab'), next_char(), next_char())), 'a')
Ejemplo n.º 4
0
 def test_next(self):
     eq_(eval(begin(set_text('ab'), next_char(), next_char())), 'a')