summaryrefslogtreecommitdiff
path: root/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js
blob: 1bf2c0c0be2fb4b4ffebee34209c2a6ad42bfbcf (plain)
1
2
3
4
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/**
 * @name: S7.3_A3.2_T1;
 * @section: 7.3, 7.4;
 * @assertion: Single line comments can not contain CARRIAGE RETURN (U+000D) inside;
 * @description: Insert CARRIAGE RETURN (\u000D) into single line comment;
 * @negative
 */

// CHECK#1
eval("// single line \u000D comment");