generate tests

This commit is contained in:
Daniel Nalborczyk 2021-10-22 08:23:00 -04:00 committed by Rick Waldron
parent 0659f8d952
commit 100af9014e
18 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-arrow-assign-expr.template
/*---
description: import() from a ascript code can load a file with module code (nested arrow)
description: import() from a script code can load a file with module code (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-arrow.template
/*---
description: import() from a ascript code can load a file with module code (nested arrow)
description: import() from a script code can load a file with module code (nested arrow)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-arrow-fn-await.template
/*---
description: import() from a ascript code can load a file with module code (nested in async arrow function, awaited)
description: import() from a script code can load a file with module code (nested in async arrow function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-arrow-fn-return-await.template
/*---
description: import() from a ascript code can load a file with module code (nested in async arrow function, returned)
description: import() from a script code can load a file with module code (nested in async arrow function, returned)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-function-await.template
/*---
description: import() from a ascript code can load a file with module code (nested in async function, awaited)
description: import() from a script code can load a file with module code (nested in async function, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-function.template
/*---
description: import() from a ascript code can load a file with module code (nested in async function)
description: import() from a script code can load a file with module code (nested in async function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-function-return-await.template
/*---
description: import() from a ascript code can load a file with module code (nested in async function, returns awaited)
description: import() from a script code can load a file with module code (nested in async function, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-generator-await.template
/*---
description: import() from a ascript code can load a file with module code (nested in async generator, awaited)
description: import() from a script code can load a file with module code (nested in async generator, awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import, async-iteration]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-async-generator-return-await.template
/*---
description: import() from a ascript code can load a file with module code (nested in async generator, returns awaited)
description: import() from a script code can load a file with module code (nested in async generator, returns awaited)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import, async-iteration]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-block.template
/*---
description: import() from a ascript code can load a file with module code (nested block)
description: import() from a script code can load a file with module code (nested block)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-do-while.template
/*---
description: import() from a ascript code can load a file with module code (nested do while syntax)
description: import() from a script code can load a file with module code (nested do while syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-else.template
/*---
description: import() from a ascript code can load a file with module code (nested else)
description: import() from a script code can load a file with module code (nested else)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-function.template
/*---
description: import() from a ascript code can load a file with module code (nested function)
description: import() from a script code can load a file with module code (nested function)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-if-braceless.template
/*---
description: import() from a ascript code can load a file with module code (nested if syntax)
description: import() from a script code can load a file with module code (nested if syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-if.template
/*---
description: import() from a ascript code can load a file with module code (nested if)
description: import() from a script code can load a file with module code (nested if)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-while.template
/*---
description: import() from a ascript code can load a file with module code (nested while)
description: import() from a script code can load a file with module code (nested while)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/nested-block-labeled.template
/*---
description: import() from a ascript code can load a file with module code (nested block syntax)
description: import() from a script code can load a file with module code (nested block syntax)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]

View File

@ -2,7 +2,7 @@
// - src/dynamic-import/eval-script-code-host-resolves-module-code.case
// - src/dynamic-import/default/top-level.template
/*---
description: import() from a ascript code can load a file with module code (top level)
description: import() from a script code can load a file with module code (top level)
esid: sec-import-call-runtime-semantics-evaluation
features: [dynamic-import]
flags: [generated, async]