Mark Miller 2011-09-25 11:11:11 -07:00
parent 8a52d9cc33
commit 8c642b6172
5 changed files with 0 additions and 57 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"