From 0a6dabf1e2f672c4b587f1774e3a4cc624cee5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 13 Sep 2023 14:02:53 +0200 Subject: [PATCH] Add readmes --- .../expressions/dynamic-import/import-assertions/README.md | 2 ++ .../expressions/dynamic-import/import-attributes/README.md | 2 ++ test/language/import/import-assertions/README.md | 2 ++ test/language/import/import-attributes/README.md | 2 ++ test/language/module-code/import-assertions/README.md | 2 ++ test/language/module-code/import-attributes/README.md | 2 ++ 6 files changed, 12 insertions(+) create mode 100644 test/language/expressions/dynamic-import/import-assertions/README.md create mode 100644 test/language/expressions/dynamic-import/import-attributes/README.md create mode 100644 test/language/import/import-assertions/README.md create mode 100644 test/language/import/import-attributes/README.md create mode 100644 test/language/module-code/import-assertions/README.md create mode 100644 test/language/module-code/import-attributes/README.md diff --git a/test/language/expressions/dynamic-import/import-assertions/README.md b/test/language/expressions/dynamic-import/import-assertions/README.md new file mode 100644 index 00000000000..d80cf27f8ef --- /dev/null +++ b/test/language/expressions/dynamic-import/import-assertions/README.md @@ -0,0 +1,2 @@ +Make sure to keep the tests in this folder aligned +with the tests in the import-attributes folder. diff --git a/test/language/expressions/dynamic-import/import-attributes/README.md b/test/language/expressions/dynamic-import/import-attributes/README.md new file mode 100644 index 00000000000..bf4a0de27fc --- /dev/null +++ b/test/language/expressions/dynamic-import/import-attributes/README.md @@ -0,0 +1,2 @@ +Make sure to keep the tests in this folder aligned +with the tests in the import-assertions folder. diff --git a/test/language/import/import-assertions/README.md b/test/language/import/import-assertions/README.md new file mode 100644 index 00000000000..d80cf27f8ef --- /dev/null +++ b/test/language/import/import-assertions/README.md @@ -0,0 +1,2 @@ +Make sure to keep the tests in this folder aligned +with the tests in the import-attributes folder. diff --git a/test/language/import/import-attributes/README.md b/test/language/import/import-attributes/README.md new file mode 100644 index 00000000000..bf4a0de27fc --- /dev/null +++ b/test/language/import/import-attributes/README.md @@ -0,0 +1,2 @@ +Make sure to keep the tests in this folder aligned +with the tests in the import-assertions folder. diff --git a/test/language/module-code/import-assertions/README.md b/test/language/module-code/import-assertions/README.md new file mode 100644 index 00000000000..d80cf27f8ef --- /dev/null +++ b/test/language/module-code/import-assertions/README.md @@ -0,0 +1,2 @@ +Make sure to keep the tests in this folder aligned +with the tests in the import-attributes folder. diff --git a/test/language/module-code/import-attributes/README.md b/test/language/module-code/import-attributes/README.md new file mode 100644 index 00000000000..bf4a0de27fc --- /dev/null +++ b/test/language/module-code/import-attributes/README.md @@ -0,0 +1,2 @@ +Make sure to keep the tests in this folder aligned +with the tests in the import-assertions folder.