MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_string_concatenation

Method test_string_concatenation

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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

check_roundtripMethod · 0.95

Tested by

no test coverage detected