blob: 738fee1c9f608b252e18b1919f473244c8b9c689 [file] [log] [blame]
PASS re('a') threw exception TypeError: re is not a function. (In 're('a')', 're' is an instance of RegExp).
PASS re.exec('a') is ['a']
PASS successfullyParsed is true
TEST COMPLETE
DONE