(self)
| 959 | lah dee dah |
| 960 | """) |
| 961 | def test_round_trip_2(self): |
| 962 | self.round_trip(""" |
| 963 | verbatim text here |
| 964 | lah dee dah |
| 965 | /*[inert] |
| 966 | abc |
| 967 | [inert]*/ |
| 968 | def |
| 969 | /*[inert checksum: 7b18d017f89f61cf17d47f92749ea6930a3f1deb]*/ |
| 970 | xyz |
| 971 | """) |
| 972 | |
| 973 | def _test_clinic(self, input, output): |
| 974 | language = CLanguage(None) |
nothing calls this directly
no test coverage detected