Lines Matching full:escaped
181 // Valid canonical input should get passed through & escaped.
314 // Don't re-escape something already escaped. Note that it will
372 // Spaces and some other characters should be escaped.
384 // escaped UTF-8 (the invalid character should be replaced with the
387 // ...This is the same as previous but with with escaped.
392 // Test that fullwidth escaped values are properly name-prepped,
394 // ...%41 in fullwidth = 'A' (also as escaped UTF-8 input)
397 // ...%00 in fullwidth should fail (also as escaped UTF-8 input)
511 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
512 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
518 // Invalid escaped characters should fail and the percents should be
519 // escaped.
522 // If we get an invalid character that has been escaped.
527 // Escaped numbers should be treated like IP addresses if they are.
537 // spaces escaped.
539 // Fullwidth and escaped UTF-8 fullwidth should still be treated as IP.
545 // Cyrillic letter followed by '(' should return punycode for '(' escaped
547 // if '(' is escaped after punycode is created we would get xn--%28-8tb
1096 // escaped dots should be unescaped and treated the same as dots
1112 // the sourrounding text, not as escaped (in this case, UTF-8).
1116 // Regular characters that are escaped should be unescaped
1118 // Funny characters that are unescaped should be escaped
1121 // Invalid characters that are escaped should cause a failure.
1125 // Characters that are properly escaped should not have the case changed
1128 // Funny characters that are unescaped should be escaped
1133 // the path on an already-parsed URL) should be escaped.
1138 // @ should be passed through unchanged (escaped or unescaped).
1186 // Manual test: embedded NULLs should be escaped and the URL should be marked
1225 // escaped. The escape sequence unescapes to be the entity name:
1874 // Null character should be escaped to %00