Move all tests using import assertions to files named as such

This commit is contained in:
Nicolò Ribaudo 2023-06-07 16:20:45 +02:00 committed by Philip Chimento
parent 9d7eb8018e
commit 7ef1833109
105 changed files with 42 additions and 42 deletions

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-arrow-assignment-expression.template
/*---
description: ImportCall trailing comma following first parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-arrow-assignment-expression.template
/*---
description: ImportCall trailing comma following second parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-arrow.template
/*---
description: ImportCall trailing comma following first parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-arrow.template
/*---
description: ImportCall trailing comma following second parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-async-arrow-fn-await.template
/*---
description: ImportCall trailing comma following first parameter (nested in async arrow function)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-async-arrow-fn-await.template
/*---
description: ImportCall trailing comma following second parameter (nested in async arrow function)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-async-arrow-fn-return-await.template
/*---
description: ImportCall trailing comma following first parameter (nested in async arrow function, returned)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-async-arrow-fn-return-await.template
/*---
description: ImportCall trailing comma following second parameter (nested in async arrow function, returned)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-async-function-await.template
/*---
description: ImportCall trailing comma following first parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-async-function-await.template
/*---
description: ImportCall trailing comma following second parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-async-function.template
/*---
description: ImportCall trailing comma following first parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-async-function.template
/*---
description: ImportCall trailing comma following second parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-async-function-return-await.template
/*---
description: ImportCall trailing comma following first parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-async-function-return-await.template
/*---
description: ImportCall trailing comma following second parameter (nested arrow syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-async-generator-await.template
/*---
description: ImportCall trailing comma following first parameter (nested in async generator, awaited)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-async-generator-await.template
/*---
description: ImportCall trailing comma following second parameter (nested in async generator, awaited)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-block.template
/*---
description: ImportCall trailing comma following first parameter (nested block syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-block.template
/*---
description: ImportCall trailing comma following second parameter (nested block syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-block-labeled.template
/*---
description: ImportCall trailing comma following first parameter (nested block syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-block-labeled.template
/*---
description: ImportCall trailing comma following second parameter (nested block syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-do-while.template
/*---
description: ImportCall trailing comma following first parameter (nested do while syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-do-while.template
/*---
description: ImportCall trailing comma following second parameter (nested do while syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-else-braceless.template
/*---
description: ImportCall trailing comma following first parameter (nested else syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-else-braceless.template
/*---
description: ImportCall trailing comma following second parameter (nested else syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-else.template
/*---
description: ImportCall trailing comma following first parameter (nested else syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-else.template
/*---
description: ImportCall trailing comma following second parameter (nested else syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-function.template
/*---
description: ImportCall trailing comma following first parameter (nested function syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-function.template
/*---
description: ImportCall trailing comma following second parameter (nested function syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-function-return.template
/*---
description: ImportCall trailing comma following first parameter (nested function syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-function-return.template
/*---
description: ImportCall trailing comma following second parameter (nested function syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-if-braceless.template
/*---
description: ImportCall trailing comma following first parameter (nested if syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-if-braceless.template
/*---
description: ImportCall trailing comma following second parameter (nested if syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-if.template
/*---
description: ImportCall trailing comma following first parameter (nested if syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-if.template
/*---
description: ImportCall trailing comma following second parameter (nested if syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-while.template
/*---
description: ImportCall trailing comma following first parameter (nested while syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-while.template
/*---
description: ImportCall trailing comma following second parameter (nested while syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-with-expression.template
/*---
description: ImportCall trailing comma following first parameter (nested with syntax in the expression position)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-with-expression.template
/*---
description: ImportCall trailing comma following second parameter (nested with syntax in the expression position)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/nested-with.template
/*---
description: ImportCall trailing comma following first parameter (nested with syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/nested-with.template
/*---
description: ImportCall trailing comma following second parameter (nested with syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-first.case
// - src/dynamic-import/import-assertions-trailing-comma-first.case
// - src/dynamic-import/syntax/valid/top-level.template
/*---
description: ImportCall trailing comma following first parameter (top level syntax)

View File

@ -1,5 +1,5 @@
// This file was procedurally generated from the following sources:
// - src/dynamic-import/trailing-comma-second.case
// - src/dynamic-import/import-assertions-trailing-comma-second.case
// - src/dynamic-import/syntax/valid/top-level.template
/*---
description: ImportCall trailing comma following second parameter (top level syntax)

Some files were not shown because too many files have changed in this diff Show More