Fabien Potencier
Fabien Potencier
Thank you @Spomky.
Closing in favor of #58259
Thank you @alexandre-daubois.
@rjd22 Any news?
Thank you @rjd22.
It looks like we've already worked on the same problem in #61381. Can you have a look and rebase this PR accordingly (maybe this PR is not needed anymore)?
> > Asserting that a file is XML is pretty weak as a check: one always expectes some structure in the XML. It'd be natural to me to allow passing...
The regex will never be perfect. So, two possibilities here: we stop using a regex and implement a small parser or we fix "most" problems but not all. In any...
Are we sure we want to use `empty()`? The `"0"` string is probably a valid non-empty value, right? At least, this is how we're dealing with empty values everywhere else...