TypeScript/tests/baselines/reference/scannerS7.8.3_A6.1_T1.errors.txt
2014-09-12 13:35:07 -07:00

21 lines
654 B
Plaintext

tests/cases/conformance/scanner/ecmascript5/scannerS7.8.3_A6.1_T1.ts(13,3): error TS1125: Hexadecimal digit expected.
==== tests/cases/conformance/scanner/ecmascript5/scannerS7.8.3_A6.1_T1.ts (1 errors) ====
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* HexIntegerLiteral :: 0(x/X) is incorrect
*
* @path ch07/7.8/7.8.3/S7.8.3_A6.1_T1.js
* @description Checking if execution of "0x" passes
* @negative
*/
//CHECK#1
0x
!!! error TS1125: Hexadecimal digit expected.