MCPcopy Index your code
hub / github.com/python/cpython / test_string_concatenation

Method test_string_concatenation

Lib/test/test_tokenize.py:2170–2172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

check_roundtripMethod · 0.95

Tested by

no test coverage detected