blob: 32dfb80e0acc8bb4881d0dad09a33f94909dfe9d [file] [log] [blame]
This test verifies that implicit creation of a regular expression eagerly checks for syntax errors.
If the test passes, you'll see pass messages below.
PASS: "abc".search("[") should throw an exception and did: SyntaxError: Invalid regular expression: missing terminating ] for character class.
PASS: "abc".match("[") should throw an exception and did: SyntaxError: Invalid regular expression: missing terminating ] for character class.