Skip to content

Commit

Permalink
dot aren't valid in key name for both python and php
Browse files Browse the repository at this point in the history
  • Loading branch information
kay0u authored Jun 28, 2024
1 parent 070b0f1 commit c8a483a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_helpers.d/ynhtest_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ TITLE = "Lorem Ipsum"
THEME = "colib'ris"
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
NOT_AN.EMAIL = "thisisnothemailyouarelookingfor"
EMAIL = "[email protected]" # This is a comment without quotes
PORT = 1234 # This is a comment without quotes
URL = 'https://yunohost.org'
Expand Down Expand Up @@ -88,7 +87,6 @@ TITLE = "Lorem Ipsum"
THEME = "colib'ris"
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
NOT_AN.EMAIL = "thisisnothemailyouarelookingfor"
EMAIL = "[email protected]" # This is a comment without quotes
PORT = 1234 # This is a comment without quotes
URL = 'https://yunohost.org'
Expand Down Expand Up @@ -577,7 +575,6 @@ ynhtest_config_read_php() {
\$theme = "colib'ris";
\$not_an_email = "thisisnothemailyouarelookingfor";
\$email_is_not = "notthemailyouarelookingforthisis";
\$not_an.email = "thisisnothemailyouarelookingfor";
\$email = "[email protected]"; // This is a comment without quotes
\$port = 1234; // This is a second comment without quotes
\$url = "https://yunohost.org";
Expand Down Expand Up @@ -639,7 +636,6 @@ ynhtest_config_write_php() {
\$theme = "colib'ris";
\$not_an_email = "thisisnothemailyouarelookingfor";
\$email_is_not = "notthemailyouarelookingforthisis";
\$not_an.email = "thisisnothemailyouarelookingfor";
\$email = "[email protected]"; // This is a comment without quotes
\$port = 1234; // This is a comment without quotes
\$url = "https://yunohost.org";
Expand Down

0 comments on commit c8a483a

Please sign in to comment.