Skip to content

The default value after expansion is an empty String #48

@haroon-sheikh

Description

@haroon-sheikh

Problem:

When the property=${foo} set in the file is expanded, the returned value is an empty String.

Is there a particular reason why we have this approach?

Personally, it would be much easier to debug if it was just returned as is when not found.

Expected:
properties.Get("property") = "${foo}"

Actual:
properties.Get("property") = ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions