readme icon indicating copy to clipboard operation
readme copied to clipboard

Defined Properties with "" value are not replaced

Open ProfessorManhattan opened this issue 4 years ago • 0 comments

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!

ProfessorManhattan avatar Aug 04 '21 08:08 ProfessorManhattan