Feature: multiline values #3

Merged
nicd merged 4 commits from feature/multiline-values into trunk 2022-01-28 18:11:54 +00:00
Owner

This PR brings support for multiline values (either single or double quoted, with double quotes having escaping features).

Implements #1.

This PR brings support for multiline values (either single or double quoted, with double quotes having escaping features). Implements #1.
Author
Owner

@axelson is this what you had in mind?

@axelson is this what you had in mind?
axelson commented 2022-01-28 16:52:18 +00:00 (Migrated from gitlab.com)
Author
Owner

I think that having an example here would be helpful.

This will result in: `System.get_env("MULTILINE") == "This is a\nmultiline value."

I think that having an example here would be helpful. ```suggestion:-0+0 ``` This will result in: `System.get_env("MULTILINE") == "This is a\nmultiline value." ```
axelson commented 2022-01-28 16:53:19 +00:00 (Migrated from gitlab.com)
Author
Owner

Yeah that works how I was thinking that it would 👍

Yeah that works how I was thinking that it would :thumbsup:
Author
Owner

The code changes are awful though. :D And I forgot to document some stuff.

The code changes are awful though. :D And I forgot to document some stuff.
Author
Owner

added 3 commits

Compare with previous version

added 3 commits <ul><li>7d25bc6a - Add support for multiline values</li><li>e1d6a7bb - Bump ex_doc version</li><li>999e3190 - Bump version to 2.0.0</li></ul> [Compare with previous version](/Nicd/dotenv-parser/-/merge_requests/1/diffs?diff_id=320764235&start_sha=d299f9b11478b0153714027861539ee8c7a2dd77)
Author
Owner

Done.

Done.
Author
Owner

resolved all threads

resolved all threads
Author
Owner

mentioned in commit 735e1867f6

mentioned in commit 735e1867f69d94da8abb68ad283a766a7c2efa56
nicd merged commit 735e1867f6 into trunk 2022-01-28 18:11:54 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nicd/dotenv-parser#3
No description provided.