as input, prettier-plugin-go-template@0.0.12-beta-1 outputs:
<span><span>{{ define whatever }}
</span>
{{ end }}
</span>
adding additional <span> tags
It doesn't error and return the original text like the invalid test case does, I think it should probably do so, since I don't see a way to reasonably format it
with
as input,
prettier-plugin-go-template@0.0.12-beta-1
outputs:adding additional
<span>
tagsIt doesn't error and return the original text like the
invalid
test case does, I think it should probably do so, since I don't see a way to reasonably format it