blob: 4dd3ac63a9204782f8fa47cbac8ed9e44a2bb5bd [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: <LS> between chunks of one string not allowed
es5id: 8.4_A7.4
description: Insert <LS> between chunks of one string
---*/
assert.throws(ReferenceError, function() {
eval("var x = asdf\u2029ghjk");
});