mirror of
https://github.com/joho/godotenv.git
synced 2026-09-02 00:24:39 +00:00
* fix: if a line contains multiple # characters, there will be issues when traversing from back to front * fix: typo
8 lines
134 B
Bash
8 lines
134 B
Bash
# Full line comment
|
|
qux=thud # fred # other
|
|
thud=fred#qux # other
|
|
fred=qux#baz # other # more
|
|
foo=bar # baz
|
|
bar=foo#baz
|
|
baz="foo"#bar
|