blob: 08c983d7b0d6f38cb884e6b1a6493eb401f70079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* Single and Multi line comments are used together
*
* @path ch07/7.4/S7.4_A4_T6.js
* @description Insert Multi line comment with two closed tags into Single line comment
*/
/*CHECK#1*/
// var /* x / = */ 1 */
|