Lines Matching full:strict
14 (b"abc\x81\x81\xc1\xc4", "strict", None),
15 (b"abc\xc8", "strict", None),
19 (b"\xc1\x64", "strict", None),
27 (b"abc\x80\x80\xc1\xc4", "strict", None),
28 (b"abc\xc8", "strict", None),
32 (b"\x83\x34\x83\x31", "strict", None),
33 ("\u30fb", "strict", None),
41 (b"abc\x80\x80\xc1\xc4", "strict", None),
42 (b"abc\xc8", "strict", None),
47 ("\u30fb", "strict", b"\x819\xa79"),
49 (b"abc\x81\x30\x81\x30def", "strict", 'abc\x80def'),
52 (b"\xff\x30\x81\x30", "strict", None),
53 (b"\x81\x30\xff\x30", "strict", None),
68 'strict',
78 'strict',
90 ('ab~cd', 'strict', b'ab~~cd'), # escape ~
91 (b'~{Dc~~:C~}', 'strict', None), # ~~ only in ASCII mode
92 (b'~{Dc~\n:C~}', 'strict', None), # ~\n only in ASCII mode