Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more test on config read #1881

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
dot aren't valid in key name for both python and php
  • Loading branch information
kay0u authored Jun 28, 2024
commit c8a483ab83abf5b8a4047e59869377260b4bfcfa
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
Loading