Home | History | Annotate | Download | only in script-tests

Lines Matching refs:escaped

6   // Spaces and some other characters should be escaped.
18 // escaped UTF-8 (the invalid character should be replaced with the
21 // ...This is the same as previous but with with escaped.
26 // Test that fullwidth escaped values are properly name-prepped,
28 // ...%41 in fullwidth = 'A' (also as escaped UTF-8 input)
31 // ...%00 in fullwidth should fail (also as escaped UTF-8 input)
36 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
40 // Invalid escaped characters should fail and the percents should be
41 // escaped.
43 // If we get an invalid character that has been escaped.
46 // Escaped numbers should be treated like IP addresses if they are.
52 // spaces escaped.
54 // Fullwidth and escaped UTF-8 fullwidth should still be treated as IP.
60 // Cyrillic letter followed buy ( should return punicode for ( escaped before punicode string was created. I.e.
61 // if ( is escaped after punicode is created we would get xn--%28-8tb (incorrect).