summaryrefslogtreecommitdiff
path: root/test/language/types/string/S8.4_A7.1.js
blob: 5479cf8b336ba93dcbd0f9ea785608919eaee336 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: <LF> between chunks of one string not allowed
es5id: 8.4_A7.1
description: Insert <LF> between chunks of one string
negative: ReferenceError
---*/

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