예제 #1
0
 def test_string_length2(self):
   eq_(eval(begin(length("abc", x), x)), 3)
예제 #2
0
 def test_string_length2(self):
     eq_(eval(begin(length("abc", x), x)), 3)
예제 #3
0
 def test_string_length(self):
   eq_(eval(length("abc", x)), True)
예제 #4
0
 def test_string_length(self):
     eq_(eval(length("abc", x)), True)