mirror of
https://github.com/tc39/test262.git
synced 2025-10-13 11:58:47 +02:00
Previous commits restructured the tests for line terminators and made coverage gaps more apparent. Introduce new files to improve coverage.
17 lines
381 B
JavaScript
17 lines
381 B
JavaScript
// Copyright 2019 Mike Pennisi. All rights reserved.
|
||
// This code is governed by the BSD license found in the LICENSE file.
|
||
|
||
/*---
|
||
info: PARAGRAPH SEPARATOR (U+2029) within strings is not allowed
|
||
es5id: 7.3_A2.2_T1
|
||
esid: sec-line-terminators
|
||
description: Insert PARAGRAPH SEPARATOR (\u2029) into string
|
||
negative:
|
||
phase: parse
|
||
type: SyntaxError
|
||
---*/
|
||
|
||
$DONOTEVALUATE();
|
||
|
||
'
'
|