std/dotenv/testdata/.env.comments

5 lines
204 B
Plaintext

# This is a comment
FOO=bar # This is an inline comment
GREETING= "hello world" # hello world
SPECIAL_CHARACTERS_UNQUOTED=123 #Some text !@# []
SPECIAL_CHARACTERS_UNQUOTED_NO_SPACES=123#Some text !@# []