godotenv/fixtures
John Barton cc9e9b7de7
Multiline string support (#156)
* refactor dotenv parser in order to support multi-line variable values declaration

Signed-off-by: x1unix <denis0051@gmail.com>

* Add multi-line var values test case and update comment test

Signed-off-by: x1unix <denis0051@gmail.com>

* Expand fixture tests to include multiline strings

* Update go versions to test against

* Switch to GOINSECURE for power8 CI task

* When tests fail, show source version of string (inc special chars)

* Update parser.go

Co-authored-by: Austin Sasko <austintyler0239@yahoo.com>

* Fix up bad merge

* Add a full fixture for comments for extra piece of mind

* Fix up some lint/staticcheck recommendations

* Test against go 1.19 too

Signed-off-by: x1unix <denis0051@gmail.com>
Co-authored-by: x1unix <denis0051@gmail.com>
Co-authored-by: Austin Sasko <austintyler0239@yahoo.com>
2023-01-27 13:14:16 +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 allow empty_var 2017-03-22 13:05:44 +00: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