mirror of https://github.com/tc39/test262.git
Remove invalid line terminator tests (#2044)
https://github.com/tc39/test262/pull/2020#issuecomment-456581449
This commit is contained in:
parent
4f1155c566
commit
d7c8a12e68
|
@ -1,16 +0,0 @@
|
|||
// 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();
|
||||
|
||||
'
'
|
|
@ -1,16 +0,0 @@
|
|||
// 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();
|
||||
|
||||
'
'
|
Loading…
Reference in New Issue