Lines Matching full:escaped
194 // Valid canonical input should get passed through & escaped.
327 // Don't re-escape something already escaped. Note that it will
385 // Spaces and some other characters should be escaped.
397 // escaped UTF-8 (the invalid character should be replaced with the
400 // ...This is the same as previous but with with escaped.
405 // Test that fullwidth escaped values are properly name-prepped,
407 // ...%41 in fullwidth = 'A' (also as escaped UTF-8 input)
410 // ...%00 in fullwidth should fail (also as escaped UTF-8 input)
415 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
419 // Invalid escaped characters should fail and the percents should be
420 // escaped.
422 // If we get an invalid character that has been escaped.
425 // Escaped numbers should be treated like IP addresses if they are.
431 // spaces escaped.
433 // Fullwidth and escaped UTF-8 fullwidth should still be treated as IP.
439 // Cyrillic letter followed buy ( should return punicode for ( escaped before punicode string was created. I.e.
440 // if ( is escaped after punicode is created we would get xn--%28-8tb (incorrect).
965 // escaped dots should be unescaped and treated the same as dots
981 // the sourrounding text, not as escaped (in this case, UTF-8).
985 // Regular characters that are escaped should be unescaped
987 // Funny characters that are unescaped should be escaped
990 // Invalid characters that are escaped should cause a failure.
994 // Characters that are properly escaped should not have the case changed
997 // Funny characters that are unescaped should be escaped
1002 // the path on an already-parsed URL) should be escaped.
1007 // @ should be passed through unchanged (escaped or unescaped).
1055 // Manual test: embedded NULLs should be escaped and the URL should be marked
1094 // escaped. The escape sequence unescapes to be the entity name:
1647 // Null character should be escaped to %00