예제 #1
0
파일: testparser.py 프로젝트: chaosim/dao
 def test_step2(self):
   eq_(eval(begin(set_text('ab'), step(), left())), 'b')
예제 #2
0
 def test_step2(self):
     eq_(eval(begin(set_text('ab'), step(), left())), 'b')
예제 #3
0
파일: testparser.py 프로젝트: chaosim/dao
 def test_step(self):
   eq_(eval(begin(set_text('ab'), step())), 'a') 
예제 #4
0
 def test_step(self):
     eq_(eval(begin(set_text('ab'), step())), 'a')