test262/src/dynamic-import/syntax/valid/top-level.template

15 lines
451 B
Plaintext

// Copyright (C) 2018 Rick Waldron. All rights reserved.
// 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/expressions/dynamic-import/syntax/valid/top-level-
name: top level syntax
esid: sec-import-call-runtime-semantics-evaluation
info: |
ImportCall :
import( AssignmentExpression )
features: [dynamic-import]
---*/
/*{ import }*/;