TypeScript/tests/baselines/reference/parserRegularExpressionDivideAmbiguity2.errors.txt
2014-09-12 13:35:07 -07:00

10 lines
595 B
Plaintext

tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpressionDivideAmbiguity2.ts(1,6): error TS2304: Cannot find name 'notregexp'.
tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpressionDivideAmbiguity2.ts(1,16): error TS2304: Cannot find name 'a'.
==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpressionDivideAmbiguity2.ts (2 errors) ====
(1) /notregexp/a.foo();
~~~~~~~~~
!!! error TS2304: Cannot find name 'notregexp'.
~
!!! error TS2304: Cannot find name 'a'.