blob: b1eee59236d0cedfb8373197847670bc281461e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* UnicodeEscapeSequence :: u HexDigit (one, two or three time) is incorrect
*
* @path ch07/7.8/7.8.4/S7.8.4_A7.2_T3.js
* @description :: HexDigit :: 1
* @negative
*/
//CHECK#1
"\u11"
|