fix empty heredoc templates

This commit is contained in:
mhoffm
2021-06-27 15:54:15 +02:00
parent 6c5f3eba28
commit fd450bb5f6
3 changed files with 53 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 0.3.0 - not yet released
fix:
* correct expression for identifiers
* allow empty template interpolations
* allow empty templates
## 0.2.0 - 2021-06-26
feature: