Updating a generated directory.

assertTrue became assertTruthy. Canonical form of doc-comment attribute value source no longer have a leading colon and trailing semicolon. Any existing such are stripped during conversion.
This commit is contained in:
Mark Miller 2011-09-11 21:07:23 -07:00
parent 84fe57d3f4
commit d0f40b63a2
11102 changed files with 29088 additions and 29088 deletions

View File

@ -4,9 +4,9 @@
/** /**
* HORIZONTAL TAB (U+0009) between any two tokens is allowed * HORIZONTAL TAB (U+0009) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js
* @description: Insert HORIZONTAL TAB(\u0009 and \t) between tokens of var x=1; * @description Insert HORIZONTAL TAB(\u0009 and \t) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* HORIZONTAL TAB (U+0009) between any two tokens is allowed * HORIZONTAL TAB (U+0009) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js
* @description: Insert real HORIZONTAL TAB between tokens of var x=1; * @description Insert real HORIZONTAL TAB between tokens of var x=1
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* VERTICAL TAB (U+000B) between any two tokens is allowed * VERTICAL TAB (U+000B) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js
* @description: Insert VERTICAL TAB(\u000B and \v) between tokens of var x=1; * @description Insert VERTICAL TAB(\u000B and \v) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* VERTICAL TAB (U+000B) between any two tokens is allowed * VERTICAL TAB (U+000B) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js
* @description: Insert real VERTICAL TAB between tokens of var x=1; * @description Insert real VERTICAL TAB between tokens of var x=1
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* FORM FEED (U+000C) between any two tokens is allowed * FORM FEED (U+000C) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js
* @description: Insert FORM FEED(\u000C and \f) between tokens of var x=1; * @description Insert FORM FEED(\u000C and \f) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* FORM FEED (U+000C) between any two tokens is allowed * FORM FEED (U+000C) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js
* @description: Insert real FORM FEED between tokens of var x=1; * @description Insert real FORM FEED between tokens of var x=1
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* SPACE (U+0020) between any two tokens is allowed * SPACE (U+0020) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js
* @description: Insert SPACE(\u0020) between tokens of var x=1; * @description Insert SPACE(\u0020) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* SPACE (U+0020) between any two tokens is allowed * SPACE (U+0020) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js
* @description: Insert real SPACE between tokens of var x=1; * @description Insert real SPACE between tokens of var x=1
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* NO-BREAK SPACE (U+00A0) between any two tokens is allowed * NO-BREAK SPACE (U+00A0) between any two tokens is allowed
* *
* @section: 7.2, 7.5; * @section 7.2, 7.5
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js
* @description: Insert NO-BREAK SPACE(\u00A0) between tokens of var x=1; * @description Insert NO-BREAK SPACE(\u00A0) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -1,7 +1,7 @@
/** /**
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js
*/ */
<EFBFBD><EFBFBD>/ <EFBFBD><EFBFBD>/

View File

@ -4,9 +4,9 @@
/** /**
* HORIZONTAL TAB (U+0009) may occur within strings * HORIZONTAL TAB (U+0009) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js
* @description: Use HORIZONTAL TAB(\u0009 and \t); * @description Use HORIZONTAL TAB(\u0009 and \t)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* HORIZONTAL TAB (U+0009) may occur within strings * HORIZONTAL TAB (U+0009) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js
* @description: Use real HORIZONTAL TAB; * @description Use real HORIZONTAL TAB
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* VERTICAL TAB (U+000B) may occur within strings * VERTICAL TAB (U+000B) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js
* @description: Use VERTICAL TAB(\u000B and \v); * @description Use VERTICAL TAB(\u000B and \v)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* VERTICAL TAB (U+000B) may occur within strings * VERTICAL TAB (U+000B) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js
* @description: Use real VERTICAL TAB; * @description Use real VERTICAL TAB
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* FORM FEED (U+000C) may occur within strings * FORM FEED (U+000C) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js
* @description: Use FORM FEED(\u000C and \f); * @description Use FORM FEED(\u000C and \f)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* FORM FEED (U+000C) may occur within strings * FORM FEED (U+000C) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js
* @description: Use real FORM FEED; * @description Use real FORM FEED
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* SPACE (U+0020) may occur within strings * SPACE (U+0020) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js
* @description: Use SPACE(\u0020); * @description Use SPACE(\u0020)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* SPACE (U+0020) may occur within strings * SPACE (U+0020) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js
* @description: Use real SPACE; * @description Use real SPACE
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* NO-BREAK SPACE (U+00A0) may occur within strings * NO-BREAK SPACE (U+00A0) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js
* @description: Use NO-BREAK SPACE(\u00A0); * @description Use NO-BREAK SPACE(\u00A0)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* NO-BREAK SPACE (U+00A0) may occur within strings * NO-BREAK SPACE (U+00A0) may occur within strings
* *
* @section: 7.2, 7.8.4; * @section 7.2, 7.8.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js
* @description: Use real NO-BREAK SPACE; * @description Use real NO-BREAK SPACE
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain HORIZONTAL TAB (U+0009) * Single line comment can contain HORIZONTAL TAB (U+0009)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js
* @description: Use HORIZONTAL TAB(\u0009); * @description Use HORIZONTAL TAB(\u0009)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain HORIZONTAL TAB (U+0009) * Single line comment can contain HORIZONTAL TAB (U+0009)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js
* @description: Use real HORIZONTAL TAB; * @description Use real HORIZONTAL TAB
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain VERTICAL TAB (U+000B) * Single line comment can contain VERTICAL TAB (U+000B)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js
* @description: Use VERTICAL TAB(\u000B); * @description Use VERTICAL TAB(\u000B)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain VERTICAL TAB (U+000B) * Single line comment can contain VERTICAL TAB (U+000B)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js
* @description: Use real VERTICAL TAB; * @description Use real VERTICAL TAB
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain FORM FEED (U+000C) * Single line comment can contain FORM FEED (U+000C)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js
* @description: Use FORM FEED(\u000C); * @description Use FORM FEED(\u000C)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain FORM FEED (U+000C) * Single line comment can contain FORM FEED (U+000C)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js
* @description: Use real FORM FEED; * @description Use real FORM FEED
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain SPACE (U+0020) * Single line comment can contain SPACE (U+0020)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js
* @description: Use SPACE(\u0020); * @description Use SPACE(\u0020)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain SPACE (U+0020) * Single line comment can contain SPACE (U+0020)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js
* @description: Use real SPACE; * @description Use real SPACE
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain NO-BREAK SPACE (U+00A0) * Single line comment can contain NO-BREAK SPACE (U+00A0)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js
* @description: Use NO-BREAK SPACE(\u00A0); * @description Use NO-BREAK SPACE(\u00A0)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comment can contain NO-BREAK SPACE (U+00A0) * Single line comment can contain NO-BREAK SPACE (U+00A0)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js
* @description: Use real NO-BREAK SPACE; * @description Use real NO-BREAK SPACE
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain HORIZONTAL TAB (U+0009) * Multi line comment can contain HORIZONTAL TAB (U+0009)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js
* @description: Use HORIZONTAL TAB(\u0009); * @description Use HORIZONTAL TAB(\u0009)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain HORIZONTAL TAB (U+0009) * Multi line comment can contain HORIZONTAL TAB (U+0009)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js
* @description: Use real HORIZONTAL TAB; * @description Use real HORIZONTAL TAB
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain VERTICAL TAB (U+000B) * Multi line comment can contain VERTICAL TAB (U+000B)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js
* @description: Use VERTICAL TAB(\u000B); * @description Use VERTICAL TAB(\u000B)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain VERTICAL TAB (U+000B) * Multi line comment can contain VERTICAL TAB (U+000B)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js
* @description: Use real VERTICAL TAB; * @description Use real VERTICAL TAB
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain FORM FEED (U+000C) * Multi line comment can contain FORM FEED (U+000C)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js
* @description: Use FORM FEED(\u000C); * @description Use FORM FEED(\u000C)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain FORM FEED (U+000C) * Multi line comment can contain FORM FEED (U+000C)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js
* @description: Use real FORM FEED; * @description Use real FORM FEED
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain SPACE (U+0020) * Multi line comment can contain SPACE (U+0020)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js
* @description: Use SPACE(\u0020); * @description Use SPACE(\u0020)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain SPACE (U+0020) * Multi line comment can contain SPACE (U+0020)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js
* @description: Use real SPACE; * @description Use real SPACE
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain NO-BREAK SPACE (U+00A0) * Multi line comment can contain NO-BREAK SPACE (U+00A0)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js
* @description: Use NO-BREAK SPACE(\u00A0); * @description Use NO-BREAK SPACE(\u00A0)
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain NO-BREAK SPACE (U+00A0) * Multi line comment can contain NO-BREAK SPACE (U+00A0)
* *
* @section: 7.2, 7.4; * @section 7.2, 7.4
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js
* @description: Use real NO-BREAK SPACE; * @description Use real NO-BREAK SPACE
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,10 +4,10 @@
/** /**
* White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.2; * @section 7.2
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js
* @description: Use TAB (U+0009); * @description Use TAB (U+0009)
* @negative; * @negative
*/ */
var\u0009x; var\u0009x;

View File

@ -4,10 +4,10 @@
/** /**
* White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.2; * @section 7.2
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js
* @description: Use VERTICAL TAB (U+000B); * @description Use VERTICAL TAB (U+000B)
* @negative; * @negative
*/ */
var\u000Bx; var\u000Bx;

View File

@ -4,10 +4,10 @@
/** /**
* White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.2; * @section 7.2
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js
* @description: Use FORM FEED (U+000C); * @description Use FORM FEED (U+000C)
* @negative; * @negative
*/ */
var\u000Cx; var\u000Cx;

View File

@ -4,10 +4,10 @@
/** /**
* White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.2; * @section 7.2
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js
* @description: Use SPACE (U+0020); * @description Use SPACE (U+0020)
* @negative; * @negative
*/ */
var\u0020x; var\u0020x;

View File

@ -4,10 +4,10 @@
/** /**
* White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.2; * @section 7.2
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js; * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js
* @description: Use NO-BREAK SPACE (U+00A0); * @description Use NO-BREAK SPACE (U+00A0)
* @negative; * @negative
*/ */
var\u00A0x; var\u00A0x;

View File

@ -4,9 +4,9 @@
/** /**
* LINE FEED (U+000A) may occur between any two tokens * LINE FEED (U+000A) may occur between any two tokens
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js
* @description: Insert LINE FEED (\u000A and \n) between tokens of var x=1; * @description Insert LINE FEED (\u000A and \n) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* LINE FEED (U+000A) may occur between any two tokens * LINE FEED (U+000A) may occur between any two tokens
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js
* @description: Insert real LINE FEED between tokens of var x=1; * @description Insert real LINE FEED between tokens of var x=1
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* CARRIAGE RETURN (U+000D) may occur between any two tokens * CARRIAGE RETURN (U+000D) may occur between any two tokens
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js
* @description: Insert CARRIAGE RETURN (\u000D and \r) between tokens of var x=1; * @description Insert CARRIAGE RETURN (\u000D and \r) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* CARRIAGE RETURN (U+000D) may occur between any two tokens * CARRIAGE RETURN (U+000D) may occur between any two tokens
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js
* @description: Insert real CARRIAGE RETURN between tokens of var x=1; * @description Insert real CARRIAGE RETURN between tokens of var x=1
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* LINE SEPARATOR (U+2028) may occur between any two tokens * LINE SEPARATOR (U+2028) may occur between any two tokens
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js
* @description: Insert LINE SEPARATOR (\u2028) between tokens of var x=1; * @description Insert LINE SEPARATOR (\u2028) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* PARAGRAPH SEPARATOR (U+2029) may occur between any two tokens * PARAGRAPH SEPARATOR (U+2029) may occur between any two tokens
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js
* @description: Insert PARAGRAPH SEPARATOR (\u2029) between tokens of var x=1; * @description Insert PARAGRAPH SEPARATOR (\u2029) between tokens of var x=1
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* LINE FEED (U+000A) within strings is not allowed * LINE FEED (U+000A) within strings is not allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js
* @description: Insert LINE FEED (\u000A) into string; * @description Insert LINE FEED (\u000A) into string
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* LINE FEED (U+000A) within strings is not allowed * LINE FEED (U+000A) within strings is not allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js
* @description: Use real LINE FEED into string; * @description Use real LINE FEED into string
* @negative; * @negative
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* CARRIAGE RETURN (U+000D) within strings is not allowed * CARRIAGE RETURN (U+000D) within strings is not allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js
* @description: Insert CARRIAGE RETURN (\u000D) into string; * @description Insert CARRIAGE RETURN (\u000D) into string
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* CARRIAGE RETURN (U+000D) within strings is not allowed * CARRIAGE RETURN (U+000D) within strings is not allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js
* @description: Insert real CARRIAGE RETURN into string; * @description Insert real CARRIAGE RETURN into string
* @negative; * @negative
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* LINE SEPARATOR (U+2028) within strings is not allowed * LINE SEPARATOR (U+2028) within strings is not allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js
* @description: Insert LINE SEPARATOR (\u2028) into string; * @description Insert LINE SEPARATOR (\u2028) into string
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* PARAGRAPH SEPARATOR (U+2029) within strings is not allowed * PARAGRAPH SEPARATOR (U+2029) within strings is not allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js
* @description: Insert PARAGRAPH SEPARATOR (\u2029) into string; * @description Insert PARAGRAPH SEPARATOR (\u2029) into string
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain LINE FEED (U+000A) inside * Single line comments can not contain LINE FEED (U+000A) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js
* @description: Insert LINE FEED (\u000A) into single line comment; * @description Insert LINE FEED (\u000A) into single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain LINE FEED (U+000A) inside * Single line comments can not contain LINE FEED (U+000A) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js
* @description: Insert LINE FEED (\u000A) into begin of single line comment; * @description Insert LINE FEED (\u000A) into begin of single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain LINE FEED (U+000A) inside * Single line comments can not contain LINE FEED (U+000A) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js
* @description: Insert real LINE FEED into single line comment; * @description Insert real LINE FEED into single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain CARRIAGE RETURN (U+000D) inside * Single line comments can not contain CARRIAGE RETURN (U+000D) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js
* @description: Insert CARRIAGE RETURN (\u000D) into single line comment; * @description Insert CARRIAGE RETURN (\u000D) into single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain CARRIAGE RETURN (U+000D) inside * Single line comments can not contain CARRIAGE RETURN (U+000D) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js
* @description: Insert CARRIAGE RETURN (\u000D) into begin of single line comment; * @description Insert CARRIAGE RETURN (\u000D) into begin of single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain CARRIAGE RETURN (U+000D) inside * Single line comments can not contain CARRIAGE RETURN (U+000D) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js
* @description: Insert real CARRIAGE RETURN into single line comment; * @description Insert real CARRIAGE RETURN into single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain LINE SEPARATOR (U+2028) inside * Single line comments can not contain LINE SEPARATOR (U+2028) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js
* @description: Insert LINE SEPARATOR (\u2028) into single line comment; * @description Insert LINE SEPARATOR (\u2028) into single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain LINE SEPARATOR (U+2028) inside * Single line comments can not contain LINE SEPARATOR (U+2028) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js
* @description: Insert LINE SEPARATOR (\u2028) into begin of single line comment; * @description Insert LINE SEPARATOR (\u2028) into begin of single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside * Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js
* @description: Insert PARAGRAPH SEPARATOR (\u2029) into single line comment; * @description Insert PARAGRAPH SEPARATOR (\u2029) into single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside * Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js
* @description: Insert PARAGRAPH SEPARATOR (\u2029) into begin of single line comment; * @description Insert PARAGRAPH SEPARATOR (\u2029) into begin of single line comment
* @negative; * @negative
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comments can contain Line Terminator at the end of line * Single line comments can contain Line Terminator at the end of line
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js
* @description: Insert LINE FEED (U+000A) into the end of single line comment; * @description Insert LINE FEED (U+000A) into the end of single line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comments can contain Line Terminator at the end of line * Single line comments can contain Line Terminator at the end of line
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js
* @description: Insert CARRIAGE RETURN (U+000D) into the end of single line comment; * @description Insert CARRIAGE RETURN (U+000D) into the end of single line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comments can contain Line Terminator at the end of line * Single line comments can contain Line Terminator at the end of line
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js
* @description: Insert LINE SEPARATOR (U+2028) into the end of single line comment; * @description Insert LINE SEPARATOR (U+2028) into the end of single line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Single line comments can contain Line Terminator at the end of line * Single line comments can contain Line Terminator at the end of line
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js
* @description: Insert PARAGRAPH SEPARATOR (U+2029) into the end of single line comment; * @description Insert PARAGRAPH SEPARATOR (U+2029) into the end of single line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain LINE FEED (U+000A) * Multi line comment can contain LINE FEED (U+000A)
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js
* @description: Insert LINE FEED (U+000A) into multi line comment; * @description Insert LINE FEED (U+000A) into multi line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain LINE FEED (U+000A) * Multi line comment can contain LINE FEED (U+000A)
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js
* @description: Insert real LINE FEED into multi line comment; * @description Insert real LINE FEED into multi line comment
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain CARRIAGE RETURN (U+000D) * Multi line comment can contain CARRIAGE RETURN (U+000D)
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js
* @description: Insert CARRIAGE RETURN (U+000D) into multi line comment; * @description Insert CARRIAGE RETURN (U+000D) into multi line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain CARRIAGE RETURN (U+000D) * Multi line comment can contain CARRIAGE RETURN (U+000D)
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js
* @description: Insert real CARRIAGE RETURN into multi line comment; * @description Insert real CARRIAGE RETURN into multi line comment
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain LINE SEPARATOR (U+2028) * Multi line comment can contain LINE SEPARATOR (U+2028)
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js
* @description: Insert LINE SEPARATOR (U+2028) into multi line comment; * @description Insert LINE SEPARATOR (U+2028) into multi line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Multi line comment can contain LINE SEPARATOR (U+2029) * Multi line comment can contain LINE SEPARATOR (U+2029)
* *
* @section: 7.3, 7.4; * @section 7.3, 7.4
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js
* @description: Insert PARAGRAPH SEPARATOR (U+2029) into multi line comment; * @description Insert PARAGRAPH SEPARATOR (U+2029) into multi line comment
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,10 +4,10 @@
/** /**
* Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js
* @description: Insert LINE FEED (U+000A) in var x; * @description Insert LINE FEED (U+000A) in var x
* @negative; * @negative
*/ */
var\u000Ax; var\u000Ax;

View File

@ -4,10 +4,10 @@
/** /**
* Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js
* @description: Insert CARRIAGE RETURN (U+000D) in var x; * @description Insert CARRIAGE RETURN (U+000D) in var x
* @negative; * @negative
*/ */
var\u000Dx; var\u000Dx;

View File

@ -4,10 +4,10 @@
/** /**
* Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js
* @description: Insert LINE SEPARATOR (U+2028) in var x; * @description Insert LINE SEPARATOR (U+2028) in var x
* @negative; * @negative
*/ */
var\u2028x; var\u2028x;

View File

@ -4,10 +4,10 @@
/** /**
* Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js
* @description: Insert PARAGRAPH SEPARATOR (U+2029) in var x; * @description Insert PARAGRAPH SEPARATOR (U+2029) in var x
* @negative; * @negative
*/ */
var\u2029x; var\u2029x;

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js
* @description: Insert Line Terminator in var x=y+z; * @description Insert Line Terminator in var x=y+z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js
* @description: Insert Line Terminator in var x=y-z; * @description Insert Line Terminator in var x=y-z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js
* @description: Insert Line Terminator in var x=y*z; * @description Insert Line Terminator in var x=y*z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js
* @description: Insert Line Terminator in var x=y/z; * @description Insert Line Terminator in var x=y/z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js
* @description: Insert Line Terminator in var x=y%z; * @description Insert Line Terminator in var x=y%z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js
* @description: Insert Line Terminator in var x=y>>z; * @description Insert Line Terminator in var x=y>>z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js
* @description: Insert Line Terminator in var x=y<<z; * @description Insert Line Terminator in var x=y<<z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Line Terminators between operators are allowed * Line Terminators between operators are allowed
* *
* @section: 7.3; * @section 7.3
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T8.js; * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T8.js
* @description: Insert Line Terminator in var x=y<z; * @description Insert Line Terminator in var x=y<z
*/ */
// CHECK#1 // CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Correct interpretation of single line comments * Correct interpretation of single line comments
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A1_T1.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A1_T1.js
* @description: Create comments with any code; * @description Create comments with any code
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Correct interpretation of single line comments * Correct interpretation of single line comments
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A1_T2.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A1_T2.js
* @description: Simple test, create empty comment: ///; * @description Simple test, create empty comment: ///
*/ */
//CHECK#1 //CHECK#1

View File

@ -4,9 +4,9 @@
/** /**
* Correct interpretation of multi line comments * Correct interpretation of multi line comments
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A2_T1.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A2_T1.js
* @description: Create comments with any code; * @description Create comments with any code
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,10 +4,10 @@
/** /**
* Correct interpretation of multi line comments * Correct interpretation of multi line comments
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A2_T2.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A2_T2.js
* @description: Try use /*CHECK#1/. This is not closed multi line comment; * @description Try use /*CHECK#1/. This is not closed multi line comment
* @negative; * @negative
*/ */
/*CHECK#1/ /*CHECK#1/

View File

@ -4,10 +4,10 @@
/** /**
* Multi line comments cannot nest * Multi line comments cannot nest
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A3.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A3.js
* @description: Try use nested comments; * @description Try use nested comments
* @negative; * @negative
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,10 +4,10 @@
/** /**
* Single and Multi line comments are used together * Single and Multi line comments are used together
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T1.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T1.js
* @description: Try use 2 close comment tags; * @description Try use 2 close comment tags
* @negative; * @negative
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Single and Multi line comments are used together * Single and Multi line comments are used together
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T2.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T2.js
* @description: Fist Multi line comment, then Single line comment; * @description Fist Multi line comment, then Single line comment
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Single and Multi line comments are used together * Single and Multi line comments are used together
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T3.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T3.js
* @description: Insert Single line comment into Multi line comment; * @description Insert Single line comment into Multi line comment
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,10 +4,10 @@
/** /**
* Single and Multi line comments are used together * Single and Multi line comments are used together
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T4.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T4.js
* @description: Try to open Multi line comment at the end of Single comment; * @description Try to open Multi line comment at the end of Single comment
* @negative; * @negative
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Single and Multi line comments are used together * Single and Multi line comments are used together
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T5.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T5.js
* @description: Insert Multi line comment into Single line comment; * @description Insert Multi line comment into Single line comment
*/ */
/*CHECK#1*/ /*CHECK#1*/

View File

@ -4,9 +4,9 @@
/** /**
* Single and Multi line comments are used together * Single and Multi line comments are used together
* *
* @section: 7.4; * @section 7.4
* @path: 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T6.js; * @path 07_Lexical_Conventions/7.4_Comments/S7.4_A4_T6.js
* @description: Insert Multi line comment with two closed tags into Single line comment; * @description Insert Multi line comment with two closed tags into Single line comment
*/ */
/*CHECK#1*/ /*CHECK#1*/

Some files were not shown because too many files have changed in this diff Show More