Skip to content

Defined Properties with "" value are not replaced #10

@ProfessorManhattan

Description

@ProfessorManhattan

With a template that looks like this:

Test {{ me_value }}

And a variables file that looks like this:

{
  "me_value": ""
}

The script outputs the following:

Test me_value

However, it should be:

Test  

Since the value is defined, it's just empty.

Oh and.. Thank you for creating this amazing tool!

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