Home | History | Annotate | Download | only in test

Lines Matching refs:type_changer

919         for type_changer in (lambda x: x, lambda x: x.decode('utf8')):
921 self.assertMultiLineEqual(type_changer(sample_text),
922 type_changer(revised_sample_text))