You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #824 [TwigComponent] Html syntax bug test case + fix (weaverryan)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[TwigComponent] Html syntax bug test case + fix
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | Fix#805
| License | MIT
Not a fix, just a test case for the bug described in #805. It's *probably* easy to fix.
This fails to add the correct `content` block inside of `twig:foo`:
```
<twig:foo>
<twig:bar>bar content</twig:bar>
</twig:foo>
```
But if you add *any* non-whitespace character before `<twig:bar>` - e.g. `foo <twig:bar>` - then it WILL add the block correctly. So, just some small thing not looking for an embedded component as valid "content" that should open that content block.
Commits
-------
c3854cc [TwigComponent] Html syntax bug test case + fix
0 commit comments