Skip to content

[BUG] Failed to parse the value when it is in a new line #14

Description

@nareshdevasani

Problem:

Failed to read the value from the given section and option. It gives empty.

Input:

[section]
option1 = value1
option2 = value2
option3 =
    value3

For the above example parser.Get("section", "option3") returns empty value.

Expected:

For the above example parser.Get("section", "option3") must return value3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions