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
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* HORIZONTAL TAB (U+0009) between any two tokens is allowed
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
//CHECK#1

View File

@ -4,9 +4,9 @@
/**
* VERTICAL TAB (U+000B) between any two tokens is allowed
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* VERTICAL TAB (U+000B) between any two tokens is allowed
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
//CHECK#1

View File

@ -4,9 +4,9 @@
/**
* FORM FEED (U+000C) between any two tokens is allowed
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* FORM FEED (U+000C) between any two tokens is allowed
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
//CHECK#1

View File

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

View File

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

View File

@ -4,9 +4,9 @@
/**
* NO-BREAK SPACE (U+00A0) between any two tokens is allowed
*
* @section: 7.2, 7.5;
* @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;
* @section 7.2, 7.5
* @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
*/
// 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>/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,9 +4,9 @@
/**
* Multi line comment can contain NO-BREAK SPACE (U+00A0)
*
* @section: 7.2, 7.4;
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js;
* @description: Use real NO-BREAK SPACE;
* @section 7.2, 7.4
* @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js
* @description Use real NO-BREAK SPACE
*/
/*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
*
* @section: 7.2;
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js;
* @description: Use TAB (U+0009);
* @negative;
* @section 7.2
* @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js
* @description Use TAB (U+0009)
* @negative
*/
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
*
* @section: 7.2;
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js;
* @description: Use VERTICAL TAB (U+000B);
* @negative;
* @section 7.2
* @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js
* @description Use VERTICAL TAB (U+000B)
* @negative
*/
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
*
* @section: 7.2;
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js;
* @description: Use FORM FEED (U+000C);
* @negative;
* @section 7.2
* @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js
* @description Use FORM FEED (U+000C)
* @negative
*/
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
*
* @section: 7.2;
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js;
* @description: Use SPACE (U+0020);
* @negative;
* @section 7.2
* @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js
* @description Use SPACE (U+0020)
* @negative
*/
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
*
* @section: 7.2;
* @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js;
* @description: Use NO-BREAK SPACE (U+00A0);
* @negative;
* @section 7.2
* @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js
* @description Use NO-BREAK SPACE (U+00A0)
* @negative
*/
var\u00A0x;

View File

@ -4,9 +4,9 @@
/**
* LINE FEED (U+000A) may occur between any two tokens
*
* @section: 7.3;
* @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;
* @section 7.3
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* LINE FEED (U+000A) may occur between any two tokens
*
* @section: 7.3;
* @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;
* @section 7.3
* @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
*/
//CHECK#1

View File

@ -4,9 +4,9 @@
/**
* CARRIAGE RETURN (U+000D) may occur between any two tokens
*
* @section: 7.3;
* @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;
* @section 7.3
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* CARRIAGE RETURN (U+000D) may occur between any two tokens
*
* @section: 7.3;
* @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;
* @section 7.3
* @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
*/
//CHECK#1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,10 +4,10 @@
/**
* Single line comments can not contain LINE FEED (U+000A) inside
*
* @section: 7.3, 7.4;
* @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;
* @negative;
* @section 7.3, 7.4
* @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
* @negative
*/
// CHECK#1

View File

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

View File

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

View File

@ -4,10 +4,10 @@
/**
* Single line comments can not contain CARRIAGE RETURN (U+000D) inside
*
* @section: 7.3, 7.4;
* @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;
* @negative;
* @section 7.3, 7.4
* @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
* @negative
*/
// CHECK#1

View File

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

View File

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

View File

@ -4,10 +4,10 @@
/**
* Single line comments can not contain LINE SEPARATOR (U+2028) inside
*
* @section: 7.3, 7.4;
* @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;
* @negative;
* @section 7.3, 7.4
* @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
* @negative
*/
// CHECK#1

View File

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

View File

@ -4,10 +4,10 @@
/**
* Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside
*
* @section: 7.3, 7.4;
* @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;
* @negative;
* @section 7.3, 7.4
* @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
* @negative
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* Single line comments can contain Line Terminator at the end of line
*
* @section: 7.3, 7.4;
* @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;
* @section 7.3, 7.4
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* Single line comments can contain Line Terminator at the end of line
*
* @section: 7.3, 7.4;
* @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;
* @section 7.3, 7.4
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* Single line comments can contain Line Terminator at the end of line
*
* @section: 7.3, 7.4;
* @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;
* @section 7.3, 7.4
* @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
*/
// CHECK#1

View File

@ -4,9 +4,9 @@
/**
* Single line comments can contain Line Terminator at the end of line
*
* @section: 7.3, 7.4;
* @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;
* @section 7.3, 7.4
* @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
*/
// CHECK#1

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,9 +4,9 @@
/**
* Multi line comment can contain LINE SEPARATOR (U+2029)
*
* @section: 7.3, 7.4;
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js;
* @description: Insert PARAGRAPH SEPARATOR (U+2029) into multi line comment;
* @section 7.3, 7.4
* @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js
* @description Insert PARAGRAPH SEPARATOR (U+2029) into multi line comment
*/
// 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
*
* @section: 7.3;
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js;
* @description: Insert LINE FEED (U+000A) in var x;
* @negative;
* @section 7.3
* @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js
* @description Insert LINE FEED (U+000A) in var x
* @negative
*/
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
*
* @section: 7.3;
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js;
* @description: Insert CARRIAGE RETURN (U+000D) in var x;
* @negative;
* @section 7.3
* @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js
* @description Insert CARRIAGE RETURN (U+000D) in var x
* @negative
*/
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
*
* @section: 7.3;
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js;
* @description: Insert LINE SEPARATOR (U+2028) in var x;
* @negative;
* @section 7.3
* @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js
* @description Insert LINE SEPARATOR (U+2028) in var x
* @negative
*/
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
*
* @section: 7.3;
* @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js;
* @description: Insert PARAGRAPH SEPARATOR (U+2029) in var x;
* @negative;
* @section 7.3
* @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js
* @description Insert PARAGRAPH SEPARATOR (U+2029) in var x
* @negative
*/
var\u2029x;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,10 +4,10 @@
/**
* Single and Multi line comments are used together
*
* @section: 7.4;
* @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;
* @negative;
* @section 7.4
* @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
* @negative
*/
/*CHECK#1*/

View File

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

View File

@ -4,9 +4,9 @@
/**
* Single and Multi line comments are used together
*
* @section: 7.4;
* @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;
* @section 7.4
* @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
*/
/*CHECK#1*/

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