aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A3.js
blob: 7fd3d623538d5775104857d8f13004c8f021affa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/**
 * @name: S7.4_A3;
 * @section: 7.4;
 * @assertion: Multi line comments cannot nest; 
 * @description: Try use nested comments;
 * @negative
*/

/*CHECK#1*/

/* 
var

/* x */
= 1;
*/