Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_fstring.py1127 def test_concat_empty(x, expected): function
1146 test_concat_empty('', 2)
1147 test_concat_empty(' ', 1)