Shopify / prettier-plugin-liquid

Prettier Liquid/HTML plugin
https://npm.im/@shopify/prettier-plugin-liquid
MIT License
93 stars 15 forks source link

Attempting to close HtmlElement 'form' before undefined 'undefined' was closed #138

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

Describe the bug Improperly reporting missing parent (e.g. root)

Unformatted source

</form>

Expected output

LiquidHtmlParsingError: Attempting to close HtmlElement 'form' before it was opened.

Actual output

LiquidHtmlParsingError: Attempting to close HtmlElement 'form' before undefined 'undefined' was closed