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