Home
last modified time | relevance | path

Searched refs:test_concat_empty (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_fstring.py955 def test_concat_empty(x, expected): function
974 test_concat_empty('', 2)
975 test_concat_empty(' ', 1)