mirror of
https://github.com/tc39/test262.git
synced 2025-08-27 12:58:24 +02:00
15 lines
296 B
JavaScript
15 lines
296 B
JavaScript
// Copyright 2009 the Sputnik authors. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/**
|
|
* HexEscapeSequence :: x HexDigit is incorrect
|
|
*
|
|
* @path bestPractice/Sbp_7.8.4_A6.2_T2.js
|
|
* @description HexDigit :: A
|
|
* @negative
|
|
*/
|
|
|
|
//CHECK#1
|
|
"\xA"
|
|
|