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

21 lines
684 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/parserUnicode1.ts(6,5): error TS2304: Cannot find name '$ERROR'.
tests/cases/conformance/parser/ecmascript5/parserUnicode1.ts(10,5): error TS2304: Cannot find name '$ERROR'.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/parserUnicode1.ts (2 errors) ====
try {
var \u0078x = 6;
if (xx !== 6) {
$ERROR('#6.1: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
~~~~~~
!!! error TS2304: Cannot find name '$ERROR'.
2014-07-13 01:04:16 +02:00
}
}
catch (e) {
$ERROR('#6.2: var \\u0078x = 1; xx === 6. Actual: ' + (xx));
~~~~~~
!!! error TS2304: Cannot find name '$ERROR'.
2014-07-13 01:04:16 +02:00
}