mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-config-transformer.git
synced 2026-07-27 13:07:13 +08:00
Replace \. with [\s\S] in the unrolled-loop escape subpattern so a literal backslash immediately followed by a newline inside a quoted string is matched by the quoted-string branch rather than falling through to the general fallback. Add test cases for backslash-newline in a quoted string and for variable resolution after such a string. |
||
|---|---|---|
| .. | ||
| block-data.txt | ||
| raw-data-extra.txt | ||
| raw-data.txt | ||
| string-data.txt | ||
| wp-config-concat.php | ||
| wp-config-empty.php | ||
| wp-config-example.php | ||
| wp-config-not-writable.php | ||