TypeScript/tests/baselines/reference/parserRegularExpressionDivideAmbiguity2.errors.txt

6 lines
258 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpressionDivideAmbiguity2.ts (2 errors) ====
(1) /notregexp/a.foo();
~~~~~~~~~
!!! Cannot find name 'notregexp'.
~
!!! Cannot find name 'a'.