(self, input)
| 951 | assert output == input, "output != input!\n\noutput " + repr(output) + "\n\n input " + repr(input) |
| 952 | |
| 953 | def round_trip(self, input): |
| 954 | return self._test(input, input) |
| 955 | |
| 956 | def test_round_trip_1(self): |
| 957 | self.round_trip(""" |
no test coverage detected