mirror of
https://github.com/joho/godotenv.git
synced 2025-06-15 00:46:03 +00:00
* Add tests to cover the regression reported in #204 * Add a comment on regex for clarity * Remove some old code that wasn't doing anything * Push _all_ parse code into the parser and get tests calling live code * Add some newline specific tests * Add some YAML tests for the newline/space split bug * Fix incorrect terminating of lines on whitespace * Fix most of the parser regressions * Bring back FOO.BAR names * remove some commented out code
8 lines
93 B
Bash
8 lines
93 B
Bash
OPTION_A=1
|
|
OPTION_B=2
|
|
OPTION_C= 3
|
|
OPTION_D =4
|
|
OPTION_E = 5
|
|
OPTION_F =
|
|
OPTION_G=
|
|
OPTION_H=1 2 |