PASS re('a') threw exception TypeError: re is not a function.
PASS re.exec('a') is ['a']
PASS successfullyParsed is true
TEST COMPLETE
DONE
PASS re('a') threw exception TypeError: re is not a function.
PASS re.exec('a') is ['a']
PASS successfullyParsed is true
TEST COMPLETE
DONE