mirror of https://github.com/tc39/test262.git
17 lines
371 B
JavaScript
17 lines
371 B
JavaScript
// Copyright 2019 Mike Pennisi. All rights reserved.
|
||
// This code is governed by the BSD license found in the LICENSE file.
|
||
|
||
/*---
|
||
info: LINE SEPARATOR (U+2028) within strings is not allowed
|
||
es5id: 7.3_A2.2_T1
|
||
esid: sec-line-terminators
|
||
description: Insert LINE SEPARATOR (\u2028) into string
|
||
negative:
|
||
phase: parse
|
||
type: SyntaxError
|
||
---*/
|
||
|
||
$DONOTEVALUATE();
|
||
|
||
'
'
|