godotenv/fixtures
John Barton 3fc4292b58
Fix bug where internal unquoted whitespace truncates values (#205)
* 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
2023-02-06 08:47:38 +11:00
..
comments.env Multiline string support (#156) 2023-01-27 13:14:16 +11:00
equals.env fix tiny details (#199) 2023-01-27 13:01:43 +11:00
exported.env First failing tests extracted from dotenv 2013-07-30 11:46:52 +10:00
invalid1.env Don't hide line parsing errors 2016-12-12 14:43:30 +01:00
plain.env Fix bug where internal unquoted whitespace truncates values (#205) 2023-02-06 08:47:38 +11:00
quoted.env Multiline string support (#156) 2023-01-27 13:14:16 +11:00
substitutions.env Add test for substitutions 2017-11-20 23:20:19 +09:00