aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/GlobalScope/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js
blob: 8c1a332266ef499561b62fd81af4f282fc968c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.


// Converted for Test262 from original Sputnik source

 // CHECK#1
if (eval("'\u2029str\u2029ing\u2029'") === "\u2029str\u2029ing\u2029") {
  $ERROR('#1: eval("\'\\u2029str\\u2029ing\\u2029\'") === "\\u2029str\\u2029ing\\u2029"');
}