diff options
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/env_set_test.data | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/testdata/env_set_test.data b/testdata/env_set_test.data index ec23bbc..b564789 100644 --- a/testdata/env_set_test.data +++ b/testdata/env_set_test.data @@ -1,5 +1,8 @@ Test input and output for EnvSet. +<<< withEmptyFile:error +EnvSet: empty file + <<< withEmptyKey:error EnvSet: empty key @@ -17,14 +20,15 @@ EnvSet: missing name in key name = awwan -<<< withEmptyFile +<<< withOverwriteValue [host] -name = awwan -ip_internal = 127.0.0.1 +name = overwrite -<<< withOverwriteValue +<<< withQuotedString [host] name = overwrite -ip_internal = 127.0.0.1 + +[host "my"] +name = my-host |
