TypeScript/tests/baselines/reference/parser630933.errors.txt
2014-07-12 17:30:19 -07:00

12 lines
445 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser630933.ts (4 errors) ====
var a = "Hello";
var b = a.match(/\/ver=([^/]+)/);
~
!!! ',' expected.
~
!!! Expression expected.
~
!!! Expression expected.
~~~~~~~~~~~~~~~~~~~~~~
!!! Supplied parameters do not match any signature of call target.