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

10 lines
351 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpression2.ts (4 errors) ====
href.match(/:\/\/(.[^/]+)/)[1];
~
!!! ',' expected.
~
!!! Expression expected.
~
!!! Expression expected.
~~~~
!!! Cannot find name 'href'.