mirror of https://github.com/tc39/test262.git
Remove negative parse tests that are now valid
This commit is contained in:
parent
3b5845afe7
commit
89bb1b79e8
|
@ -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)/;
|
|
@ -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}>.)/;
|
Loading…
Reference in New Issue