HomeSort by relevance Sort by last modified time
    Searched refs:check_split (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 40 def check_split(self, text, expect): member in class:BaseTestCase
246 self.check_split(text, expect)
251 self.check_split(text, expect)
286 self.check_split(text, expect)
291 self.check_split("what the--hey!", ["what", " ", "the", "--", "hey!"])
292 self.check_split("what the--", ["what", " ", "the--"])
293 self.check_split("what the--.", ["what", " ", "the--."])
294 self.check_split("--text--.", ["--text--."])
300 self.check_split("--option", ["--option"])
301 self.check_split("--option-opt", ["--option-", "opt"]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 40 def check_split(self, text, expect): member in class:BaseTestCase
246 self.check_split(text, expect)
251 self.check_split(text, expect)
286 self.check_split(text, expect)
291 self.check_split("what the--hey!", ["what", " ", "the", "--", "hey!"])
292 self.check_split("what the--", ["what", " ", "the--"])
293 self.check_split("what the--.", ["what", " ", "the--."])
294 self.check_split("--text--.", ["--text--."])
300 self.check_split("--option", ["--option"])
301 self.check_split("--option-opt", ["--option-", "opt"]
    [all...]

Completed in 76 milliseconds