Home | History | Annotate | Download | only in test

Lines Matching refs:CASES

120         # Test some of the hairy end cases that _fix_sentence_endings()
308 # Screwy edge cases cooked up by David Goodger. All reported
791 # results in the various test cases must also be updated.
792 # The roundtrip cases are separate, because textwrap.dedent doesn't
802 CASES = ROUNDTRIP_CASES + (
811 for text in self.CASES:
817 for text in self.CASES:
824 for text in self.CASES:
830 for text in self.CASES:
863 for text, expect in zip(self.CASES, expected):
881 for text, expect in zip(self.CASES, expected):
900 for text, expect in zip(self.CASES, expected):
919 for text, expect in zip(self.CASES, expected):