Files
faveo/vendor/vlucas/phpdotenv/tests/fixtures/commented.env
2015-05-01 13:13:01 +05:30

12 lines
315 B
Bash

# This is a comment
CFOO=bar
#CBAR=baz
#CZOO=goo # a comment on a commented row
CSPACED=with spaces # this is a comment
CQUOTES="a value with a # character" # this is a comment
CQUOTESWITHQUOTE="a value with a # character & a quote \" character inside quotes" # " this is a comment
CNULL=
## this is a comment ##