From c8a483ab83abf5b8a4047e59869377260b4bfcfa Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 28 Jun 2024 09:36:26 +0200 Subject: [PATCH] dot aren't valid in key name for both python and php --- tests/test_helpers.d/ynhtest_config.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_helpers.d/ynhtest_config.sh b/tests/test_helpers.d/ynhtest_config.sh index 635c4dd509..5535bd5d01 100644 --- a/tests/test_helpers.d/ynhtest_config.sh +++ b/tests/test_helpers.d/ynhtest_config.sh @@ -29,7 +29,6 @@ TITLE = "Lorem Ipsum" THEME = "colib'ris" NOT_AN_EMAIL = "thisisnothemailyouarelookingfor" EMAIL_IS_NOT = "notthemailyouarelookingforthisis" -NOT_AN.EMAIL = "thisisnothemailyouarelookingfor" EMAIL = "root@example.com" # This is a comment without quotes PORT = 1234 # This is a comment without quotes URL = 'https://yunohost.org' @@ -88,7 +87,6 @@ TITLE = "Lorem Ipsum" THEME = "colib'ris" NOT_AN_EMAIL = "thisisnothemailyouarelookingfor" EMAIL_IS_NOT = "notthemailyouarelookingforthisis" -NOT_AN.EMAIL = "thisisnothemailyouarelookingfor" EMAIL = "root@example.com" # This is a comment without quotes PORT = 1234 # This is a comment without quotes URL = 'https://yunohost.org' @@ -577,7 +575,6 @@ ynhtest_config_read_php() { \$theme = "colib'ris"; \$not_an_email = "thisisnothemailyouarelookingfor"; \$email_is_not = "notthemailyouarelookingforthisis"; - \$not_an.email = "thisisnothemailyouarelookingfor"; \$email = "root@example.com"; // This is a comment without quotes \$port = 1234; // This is a second comment without quotes \$url = "https://yunohost.org"; @@ -639,7 +636,6 @@ ynhtest_config_write_php() { \$theme = "colib'ris"; \$not_an_email = "thisisnothemailyouarelookingfor"; \$email_is_not = "notthemailyouarelookingforthisis"; - \$not_an.email = "thisisnothemailyouarelookingfor"; \$email = "root@example.com"; // This is a comment without quotes \$port = 1234; // This is a comment without quotes \$url = "https://yunohost.org";