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 failing test for #37 #38

Closed
wants to merge 3 commits into from
Closed

Add failing test for #37 #38

wants to merge 3 commits into from

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Nov 9, 2023

#37

i'm not confident that this is even valid

@gitKrystan
Copy link
Contributor

This might be a better example:

const ListItem = <template><li>My Item</li></template> // no semi

<template>
  <ul>
    <ListItem />
    <ListItem />
    <ListItem />
  </ul>
</template>

@NullVoxPopuli
Copy link
Contributor Author

This might be a better example:

Looks like this parses successfully

@NullVoxPopuli NullVoxPopuli deleted the issues/37 branch December 12, 2023 17:06
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.

2 participants