-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
partial template #198
Comments
Yes, it should be indeed. |
It's better :). However, when I have a file like this:
|
I rely on Symfony/string for the case validator. And looking at the tests it seems to be an expected behavior https://github.com/symfony/string/blob/7.0/Tests/AbstractAsciiTestCase.php#L1063-L1077 When looking on the net, there is some discussion about should it be So if you want to really follow the symfony standard, seems like |
However this file exists in Symfony: |
Indeed. I opened an issue on Symfony side symfony/symfony#54051 to know if
|
I'll close this @seb-jean, I consider:
|
Rule(s) related to or rule(s) missing
FileNameRule
Expected behavior
Sometimes we use partial templates. For example for the Symfony demo, there is the file https://github.com/symfony/demo/blob/main/templates/blog/_post.html.twig
I then tested and I got the error below:
Actual behavior
Do you think this behavior should be taken into account?
The text was updated successfully, but these errors were encountered: