Lines Matching full:strict
14 (b"abc\x81\x00\x81\x00\x82\x84", "strict", None),
15 (b"abc\xf8", "strict", None),
29 (b"abc\x80\x80\xc1\xc4", "strict", None),
33 (b"abc\xc8", "strict", None),
36 (b"\xc1\x64", "strict", None),
37 (b"\xa1\xc0", "strict", "\uff3c"),
38 (b"\xa1\xc0\\", "strict", "\uff3c\\"),
67 ("\xa5", "strict", b"\x5c"),
68 ("\u203e", "strict", b"\x7e"),
72 (b"abc\x80\x80\x82\x84", "strict", None),
73 (b"abc\xf8", "strict", None),
84 (b"\\\x7e", "strict", "\\\x7e"),
85 (b"\x81\x5f\x81\x61\x81\x7c", "strict", "\uff3c\u2016\u2212"),
95 (b"\\\x7e", "strict", "\xa5\u203e"),
96 (b"\x81\x5f\x81\x61\x81\x7c", "strict", "\\\u2016\u2212"),
97 (b"abc\xEA\xFC", "strict", "abc\u64bf"),