Lines Matching full:strict
15 ("abc\x81\x81\xc1\xc4", "strict", None),
16 ("abc\xc8", "strict", None),
20 ("\xc1\x64", "strict", None),
28 ("abc\x80\x80\xc1\xc4", "strict", None),
29 ("abc\xc8", "strict", None),
33 ("\x83\x34\x83\x31", "strict", None),
34 (u"\u30fb", "strict", None),
42 ("abc\x80\x80\xc1\xc4", "strict", None),
43 ("abc\xc8", "strict", None),
48 (u"\u30fb", "strict", "\x819\xa79"),
50 ("\xff\x30\x81\x30", "strict", None),
51 ("\x81\x30\xff\x30", "strict", None),
66 'strict',
76 'strict',
86 (u'ab~cd', 'strict', b'ab~~cd'), # escape ~
87 (b'~{Dc~~:C~}', 'strict', None), # ~~ only in ASCII mode
88 (b'~{Dc~\n:C~}', 'strict', None), # ~\n only in ASCII mode