-1:000000000000 | 0:a798e07712b8 |
---|---|
1 // Copyright 2009 the Sputnik authors. All rights reserved. | |
2 // This code is governed by the BSD license found in the LICENSE file. | |
3 | |
4 /** | |
5 * Correct interpretation of single line comments | |
6 * | |
7 * @path ch07/7.4/S7.4_A1_T2.js | |
8 * @description Simple test, create empty comment: /// | |
9 */ | |
10 | |
11 //CHECK#1 | |
12 /// | |
13 |