Remove negative parse tests that are now valid

This commit is contained in:
Alexey Shvayka 2020-04-21 16:07:44 +03:00 committed by Rick Waldron
parent 3b5845afe7
commit 89bb1b79e8
2 changed files with 0 additions and 30 deletions

View File

@ -1,15 +0,0 @@
// Copyright 2017 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: \u{} escapes in GroupSpecifier allowed only in Unicode mode
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
---*/
$DONOTEVALUATE();
/(?<\u{03C0}>a)/;

View File

@ -1,15 +0,0 @@
// Copyright 2017 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: \u{} escapes in GroupSpecifier allowed only in Unicode mode
esid: prod-GroupSpecifier
negative:
phase: parse
type: SyntaxError
features: [regexp-named-groups]
---*/
$DONOTEVALUATE();
/(?<\u{0041}>.)/;