From d7c8a12e68af1f8713082b73ff25a945c9c597d5 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Jan 2019 10:56:03 -0500 Subject: [PATCH] Remove invalid line terminator tests (#2044) https://github.com/tc39/test262/pull/2020#issuecomment-456581449 --- .../line-terminators/invalid-string-ls.js | 16 ---------------- .../line-terminators/invalid-string-ps.js | 16 ---------------- 2 files changed, 32 deletions(-) delete mode 100644 test/language/line-terminators/invalid-string-ls.js delete mode 100644 test/language/line-terminators/invalid-string-ps.js diff --git a/test/language/line-terminators/invalid-string-ls.js b/test/language/line-terminators/invalid-string-ls.js deleted file mode 100644 index 07e0a7682d..0000000000 --- a/test/language/line-terminators/invalid-string-ls.js +++ /dev/null @@ -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(); - -'
' diff --git a/test/language/line-terminators/invalid-string-ps.js b/test/language/line-terminators/invalid-string-ps.js deleted file mode 100644 index d2e3dec8e5..0000000000 --- a/test/language/line-terminators/invalid-string-ps.js +++ /dev/null @@ -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(); - -'
'