(self)
| 954 | return self._test(input, input) |
| 955 | |
| 956 | def test_round_trip_1(self): |
| 957 | self.round_trip(""" |
| 958 | verbatim text here |
| 959 | lah dee dah |
| 960 | """) |
| 961 | def test_round_trip_2(self): |
| 962 | self.round_trip(""" |
| 963 | verbatim text here |
nothing calls this directly
no test coverage detected