summaryrefslogtreecommitdiff
path: root/test/suite/sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.1.js
blob: 70cacbc10b99d1663e8cd711d559ebac7541b179 (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.

/**
 * @name: S8.4_A7.1;
 * @section: 8.4, 7.8.4;
 * @assertion: <LF> between chunks of one string not allowed;
 * @description: Insert <LF> between chunks of one string;
 * @negative
*/

eval("var x = asdf\u000Aghjk");