Ejemplo n.º 1
0
 def test_string_length2(self):
   eq_(eval(begin(length("abc", x), x)), 3)
Ejemplo n.º 2
0
 def test_string_length2(self):
     eq_(eval(begin(length("abc", x), x)), 3)
Ejemplo n.º 3
0
 def test_string_length(self):
   eq_(eval(length("abc", x)), True)
Ejemplo n.º 4
0
 def test_string_length(self):
     eq_(eval(length("abc", x)), True)