mirror of https://github.com/tc39/test262.git
This commit is contained in:
parent
8a52d9cc33
commit
8c642b6172
|
@ -116,11 +116,6 @@
|
|||
|
||||
<test id="S15.5.4.8_A1_T11">https://bugs.ecmascript.org/show_bug.cgi?id=30</test>
|
||||
|
||||
<test id="S7.8.4_A6.4_T1">https://bugs.ecmascript.org/show_bug.cgi?id=58</test>
|
||||
<test id="S7.8.4_A6.4_T2">https://bugs.ecmascript.org/show_bug.cgi?id=58</test>
|
||||
<test id="S7.8.4_A7.4_T1">https://bugs.ecmascript.org/show_bug.cgi?id=58</test>
|
||||
<test id="S7.8.4_A7.4_T2">https://bugs.ecmascript.org/show_bug.cgi?id=58</test>
|
||||
|
||||
<test id="S15.5.4.14_A1_T6">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
||||
<test id="S15.5.4.14_A1_T7">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
||||
<test id="S15.5.4.14_A2_T7">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
// 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.4_T1;
|
||||
* @section: 7.8.4;
|
||||
* @assertion: HexEscapeSequence \X HexDigit HexDigit is incorrect;
|
||||
* @description: Checking if execution of "\X01" passes;
|
||||
* @negative
|
||||
*/
|
||||
|
||||
//CHECK#1
|
||||
"\X01"
|
|
@ -1,13 +0,0 @@
|
|||
// 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.4_T2;
|
||||
* @section: 7.8.4;
|
||||
* @assertion: HexEscapeSequence \X HexDigit HexDigit is incorrect;
|
||||
* @description: Checking if execution of "\X0A" passes;
|
||||
* @negative
|
||||
*/
|
||||
|
||||
//CHECK#1
|
||||
"\X0A"
|
|
@ -1,13 +0,0 @@
|
|||
// 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_A7.4_T1;
|
||||
* @section: 7.8.4;
|
||||
* @assertion: UnicodeEscapeSequence \U HexDigit HexDigit HexDigit HexDigit is incorrect;
|
||||
* @description: Checking if execution of "\U0001" passes;
|
||||
* @negative
|
||||
*/
|
||||
|
||||
//CHECK#1
|
||||
"\U0001"
|
|
@ -1,13 +0,0 @@
|
|||
// 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_A7.4_T2;
|
||||
* @section: 7.8.4;
|
||||
* @assertion: UnicodeEscapeSequence \U HexDigit HexDigit HexDigit HexDigit is incorrect;
|
||||
* @description: Checking if execution of "\U000A" passes;
|
||||
* @negative
|
||||
*/
|
||||
|
||||
//CHECK#1
|
||||
"\U000A"
|
Loading…
Reference in New Issue