blob: 11b4f5620d5ff4df62e0633c0236b0ad14d9f15a (
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.
/**
* EscapeSequence :: UnicodeEscapeSequence :: u HexDigit HexDigit HexDigit HexDigit
*
* @path ch07/7.8/7.8.4/S7.8.4_A7.1_T4.js
* @description UnicodeEscapeSequence :: u000G is incorrect
* @negative
*/
//CHECK#
"\u000G"
|