Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Added multi-line parsing via double quotes & Fix: Pipelines #52

Merged
merged 37 commits into from
Jun 18, 2024

Conversation

VijoPlays
Copy link
Contributor

@VijoPlays VijoPlays commented May 31, 2024

  • Added multi-line parsing
  • Fixed current pipeline errors

@VijoPlays VijoPlays changed the title Added multi-line parsing via double quotes Feature: Added multi-line parsing via double quotes & Fix: Pipelines Jun 5, 2024
@bolorundurowb bolorundurowb merged commit 5154f27 into bolorundurowb:master Jun 18, 2024
3 checks passed

if(rawEnvRow.StartsWith("#")) continue;

if (rawEnvRow.Contains("=\""))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line will fail if the env is

DOUBLE_QUOTE_MULTI_LINE= "dou
bler"

I have merged the PR in but will have to introduce a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants