Home
last modified time | relevance | path

Searched refs:_check_uni (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_builtin.py240 def _check_uni(s): function
242 _check_uni("'")
243 _check_uni('"')
244 _check_uni('"\'')
245 _check_uni('\0')
246 _check_uni('\r\n\t .')
248 _check_uni('\x85')
249 _check_uni('\u1fff')
250 _check_uni('\U00012fff')
252 _check_uni('\ud80
[all...]

Completed in 2 milliseconds