コード例 #1
0
 def test_return_only_firest(self):
     """ if there are semi-colons, forget it"""
     stub = "command;with;semicolons"
     eq_(sanitize(stub), "command")
コード例 #2
0
 def test_return_empty_on_empty(self):
     eq_(sanitize(""), "")