forked from coop-cloud-mirrors/godotenv
5 lines
60 B
Bash
5 lines
60 B
Bash
# Full line comment
|
|
foo=bar # baz
|
|
bar=foo#baz
|
|
baz="foo"#bar
|