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 #814 remove / character in the list of allowed character (matheo)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
remove / character in the list of allowed character
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets |
| License | MIT
By allowing the / character in #806, we introduce a bug. You can't now use the self-closing syntax because it enters in conflict with the component name.
```php
<twig:foo/>
```
The Lexer thinks now that the name is `foo/`
I just remove the / from the allowing list, tell me if you think we should go a bit further.
Commits
-------
cb79adf remove / character in the list of allowed character
0 commit comments