Lines Matching full:escaped
165 // Valid canonical input should get passed through & escaped.
246 // Don't re-escape something already escaped. Note that it will
303 // Spaces and some other characters should be escaped.
315 // escaped UTF-8 (the invalid character should be replaced with the
318 // ...This is the same as previous but with with escaped.
323 // Test that fullwidth escaped values are properly name-prepped,
325 // ...%41 in fullwidth = 'A' (also as escaped UTF-8 input)
328 // ...%00 in fullwidth should fail (also as escaped UTF-8 input)
442 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
443 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
449 // Invalid escaped characters should fail and the percents should be
450 // escaped.
453 // If we get an invalid character that has been escaped.
458 // Escaped numbers should be treated like IP addresses if they are.
468 // spaces escaped.
470 // Fullwidth and escaped UTF-8 fullwidth should still be treated as IP.
476 // Cyrillic letter followed by '(' should return punycode for '(' escaped
478 // if '(' is escaped after punycode is created we would get xn--%28-8tb
1025 // escaped dots should be unescaped and treated the same as dots
1041 // the sourrounding text, not as escaped (in this case, UTF-8).
1045 // Regular characters that are escaped should be unescaped
1047 // Funny characters that are unescaped should be escaped
1050 // Invalid characters that are escaped should cause a failure.
1054 // Characters that are properly escaped should not have the case changed
1057 // Funny characters that are unescaped should be escaped
1062 // the path on an already-parsed URL) should be escaped.
1067 // @ should be passed through unchanged (escaped or unescaped).
1115 // Manual test: embedded NULLs should be escaped and the URL should be marked
1772 // Null character should be escaped to %00