(self)
| 2170 | "x = 0") |
| 2171 | |
| 2172 | def test_string_concatenation(self): |
| 2173 | # Two string literals on the same line |
| 2174 | self.check_roundtrip("'' ''") |
| 2175 | |
| 2176 | def test_random_files(self): |
| 2177 | # Test roundtrip on random python modules. |
nothing calls this directly
no test coverage detected