Jon Surrell
Jon Surrell
I see the following as part of related work in https://github.com/WordPress/wordpress-playground/issues/1398. > Replace the entire [WordPress PR previewer Blueprint](https://github.com/WordPress/wordpress-playground/blob/286e477e515df02afae691d5c8ac06fce3ef18e2/packages/playground/website/public/wordpress.html#L248) with a single artifact URL I would be very happy to...
As you noted, this is likely related to the way [Docker engine receives a tar archive](https://docs.docker.com/engine/api/v1.30/#operation/ImageBuild) and [Docker build from a tar uses it as the context](https://docs.docker.com/engine/reference/builder/#usage), it doesn't create...
It seems fine to me if we don't support case insensitive non-ascii token matching as long as we're clear about it.
> I already noted this in the function docblock … Let me know if you still think this is unclear. I think this is fine. I was searching for words...
The work here was landed as part of https://core.trac.wordpress.org/changeset/58320. This PR can be closed. Thanks @narenin!
There's an alternative approach in https://github.com/WordPress/wordpress-develop/pull/7602 leveraging the reusable phpunit tests.