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

11 lines
590 B
Plaintext

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