mirror of https://github.com/tc39/test262.git
Fix duplicate template paths
This commit is contained in:
parent
724e3d7ccb
commit
7d1a5a18de
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/module-code/dynamic-import/syntax/invalid/nested-arrow-
|
||||
path: language/module-code/dynamic-import/syntax/invalid/nested-async-function-await-
|
||||
name: nested arrow syntax
|
||||
esid: sec-import-call-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/module-code/dynamic-import/syntax/invalid/nested-arrow-
|
||||
path: language/module-code/dynamic-import/syntax/invalid/nested-async-function-return-await-
|
||||
name: nested arrow syntax
|
||||
esid: sec-import-call-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/module-code/dynamic-import/syntax/invalid/nested-arrow-
|
||||
path: language/module-code/dynamic-import/syntax/invalid/nested-async-function-
|
||||
name: nested arrow syntax
|
||||
esid: sec-import-call-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/module-code/dynamic-import/syntax/valid/nested-arrow-
|
||||
path: language/module-code/dynamic-import/syntax/valid/nested-async-function-await-
|
||||
name: nested arrow syntax
|
||||
esid: sec-import-call-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/module-code/dynamic-import/syntax/valid/nested-arrow-
|
||||
path: language/module-code/dynamic-import/syntax/valid/nested-async-function-return-await-
|
||||
name: nested arrow syntax
|
||||
esid: sec-import-call-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/module-code/dynamic-import/syntax/valid/nested-arrow-
|
||||
path: language/module-code/dynamic-import/syntax/valid/nested-async-function-
|
||||
name: nested arrow syntax
|
||||
esid: sec-import-call-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
|
Loading…
Reference in New Issue