feat: allow setting empty env var value
This commit is contained in:
parent
997e9611eb
commit
6678040d30
4 changed files with 108 additions and 35 deletions
1
test/int.toml
Normal file
1
test/int.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
some_int = "hi"
|
||||
1
test/string_empty.toml
Normal file
1
test/string_empty.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
some_string = ""
|
||||
Reference in a new issue