Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a failing test for preprocess(<TITLE></TITLE>) #1007

Closed
wants to merge 1 commit into from
Closed

Add a failing test for preprocess(<TITLE></TITLE>) #1007

wants to merge 1 commit into from

Conversation

dcyriller
Copy link
Contributor

Parsing <TITLE>{{aVariable}} a title</TITLE> with @glimmer-vm/syntax fails with the following error:

SyntaxError: Unclosed element `TITLE`

The error is thrown on this line: https://github.com/glimmerjs/glimmer-vm/blob/v0.45.3/packages/@glimmer/syntax/lib/parser/handlebars-node-visitors.ts#L59

I get the same error for SCRIPT and STYLE. Is this something expected?

dcyriller added a commit to dcyriller/prettier that referenced this pull request Jan 8, 2020
dcyriller added a commit to dcyriller/prettier that referenced this pull request Jan 10, 2020
@dcyriller
Copy link
Contributor Author

Would be fixed by tildeio/simple-html-tokenizer#81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant