Lines Matching refs:uwlines
40 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
41 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
49 uwlines = yapf_test_helper.ParseAndUnwrap(code)
50 self.assertCodeEqual(code, reformatter.Reformat(uwlines))
64 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
65 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
76 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
77 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
88 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
89 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
98 uwlines = yapf_test_helper.ParseAndUnwrap(code)
99 self.assertCodeEqual(code, reformatter.Reformat(uwlines))
122 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
123 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
138 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
139 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
158 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
159 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
171 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
172 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
208 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
209 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
238 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
240 reformatter.Reformat(uwlines))
256 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
257 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
275 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
277 reformatter.Reformat(uwlines))
291 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
292 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
311 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
312 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
327 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
328 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
343 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
344 self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
372 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
374 reformatter.Reformat(uwlines))
386 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
388 reformatter.Reformat(uwlines))
408 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
410 reformatter.Reformat(uwlines))
428 uwlines = yapf_test_helper.ParseAndUnwrap(unformatted_code)
430 reformatter.Reformat(uwlines))