summaryrefslogtreecommitdiff
path: root/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T4.js
blob: ef79000793ac87473277240439e6332184ac2a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/**
 * @name: S7.8.4_A6.1_T4;
 * @section: 7.8.4;
 * @assertion: EscapeSequence :: HexEscapeSequence :: x HexDigit HexDigit;
 * @description: HexEscapeSequence :: x0G is incorrect;
 * @negative
*/

//CHECK#
"\x0G"