Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Add support for compound LiquidOutput + String in HtmlElement.name #128

Closed
charlespwd opened this issue Dec 1, 2022 · 0 comments · Fixed by #135
Closed

Add support for compound LiquidOutput + String in HtmlElement.name #128

charlespwd opened this issue Dec 1, 2022 · 0 comments · Fixed by #135
Assignees
Labels
bug Something isn't working

Comments

@charlespwd
Copy link
Collaborator

Unformatted source

<{{header_type}}-header>

Expected output

<{{ header_type }}-header>

Actual output

<{{header_type}} -header>
@charlespwd charlespwd added the bug Something isn't working label Dec 1, 2022
charlespwd added a commit that referenced this issue Dec 6, 2022
e.g. `<h{{ header_number }}>` or `<{{ type }}-header>`

And, at the same time, fixes the error in compound attribute names where
the previous node was a string and not a node.

Fixes #128
Fixes #134
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant