Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Check

29  * @fileoverview Check that the global escape and unescape functions work
36 // Check the unescape chars are not escaped
38 // Check spaces are escaped
40 // Check that null chars are escaped and do not terminate the string
42 // Check a unicode escape
44 // Check unicode escapes have a leading zero to pad to 4 digits
46 // Check escapes are upper case
51 // Check first 1000 chars individually for escaped/not escaped
61 // Check all chars up to 1000 in groups of 10 using unescape as a check
77 // Check unescape can cope with upper and lower case
80 // Check upper case U
83 // Check malformed unescapes