dot aren't valid in key name for both python and php

This commit is contained in:
Kayou 2024-06-28 09:36:26 +02:00 committed by GitHub
parent 070b0f1ef4
commit c8a483ab83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,6 @@ TITLE = "Lorem Ipsum"
THEME = "colib'ris" THEME = "colib'ris"
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor" NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
EMAIL_IS_NOT = "notthemailyouarelookingforthisis" EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
NOT_AN.EMAIL = "thisisnothemailyouarelookingfor"
EMAIL = "root@example.com" # This is a comment without quotes EMAIL = "root@example.com" # This is a comment without quotes
PORT = 1234 # This is a comment without quotes PORT = 1234 # This is a comment without quotes
URL = 'https://yunohost.org' URL = 'https://yunohost.org'
@ -88,7 +87,6 @@ TITLE = "Lorem Ipsum"
THEME = "colib'ris" THEME = "colib'ris"
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor" NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
EMAIL_IS_NOT = "notthemailyouarelookingforthisis" EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
NOT_AN.EMAIL = "thisisnothemailyouarelookingfor"
EMAIL = "root@example.com" # This is a comment without quotes EMAIL = "root@example.com" # This is a comment without quotes
PORT = 1234 # This is a comment without quotes PORT = 1234 # This is a comment without quotes
URL = 'https://yunohost.org' URL = 'https://yunohost.org'
@ -577,7 +575,6 @@ ynhtest_config_read_php() {
\$theme = "colib'ris"; \$theme = "colib'ris";
\$not_an_email = "thisisnothemailyouarelookingfor"; \$not_an_email = "thisisnothemailyouarelookingfor";
\$email_is_not = "notthemailyouarelookingforthisis"; \$email_is_not = "notthemailyouarelookingforthisis";
\$not_an.email = "thisisnothemailyouarelookingfor";
\$email = "root@example.com"; // This is a comment without quotes \$email = "root@example.com"; // This is a comment without quotes
\$port = 1234; // This is a second comment without quotes \$port = 1234; // This is a second comment without quotes
\$url = "https://yunohost.org"; \$url = "https://yunohost.org";
@ -639,7 +636,6 @@ ynhtest_config_write_php() {
\$theme = "colib'ris"; \$theme = "colib'ris";
\$not_an_email = "thisisnothemailyouarelookingfor"; \$not_an_email = "thisisnothemailyouarelookingfor";
\$email_is_not = "notthemailyouarelookingforthisis"; \$email_is_not = "notthemailyouarelookingforthisis";
\$not_an.email = "thisisnothemailyouarelookingfor";
\$email = "root@example.com"; // This is a comment without quotes \$email = "root@example.com"; // This is a comment without quotes
\$port = 1234; // This is a comment without quotes \$port = 1234; // This is a comment without quotes
\$url = "https://yunohost.org"; \$url = "https://yunohost.org";