Beispiel #1
0
    def test3(self):
        count = xxutils.noc("""abc
def
ghi""")
        #print count
        self.assertTrue(count == 11)
Beispiel #2
0
 def test2(self):
     count = xxutils.noc(" a b c ")
     #print count
     self.assertTrue(count == 7)