@@ -958,23 +958,23 @@ Feature: Do global search/replace
958
958
And STDERR should be empty
959
959
960
960
When I run `SHELL_PIPE=0 wp search-replace WordPress WP --dry-run --log`
961
- Then STDOUT should contain:
961
+ Then STDOUT should strictly contain:
962
962
"""
963
963
[34;1mwp_options.option_value:
964
964
"""
965
- And STDOUT should contain:
965
+ And STDOUT should strictly contain:
966
966
"""
967
967
[31;1m< [0mJust another [31;1mWordPress[0m site
968
968
[32;1m> [0mJust another [32;1mWP[0m site
969
969
"""
970
970
And STDERR should be empty
971
971
972
972
When I run `SHELL_PIPE=0 WP_CLI_SEARCH_REPLACE_LOG_COLORS='%b,%r,%g' wp search-replace WordPress WP --dry-run --log`
973
- Then STDOUT should contain:
973
+ Then STDOUT should strictly contain:
974
974
"""
975
975
[34mwp_options.option_value:
976
976
"""
977
- And STDOUT should contain:
977
+ And STDOUT should strictly contain:
978
978
"""
979
979
[31m< [0mJust another [31mWordPress[0m site
980
980
[32m> [0mJust another [32mWP[0m site
@@ -986,11 +986,11 @@ Feature: Do global search/replace
986
986
"""
987
987
wp_options.option_value
988
988
"""
989
- And the replace.log file should contain:
989
+ And the replace.log file should strictly contain:
990
990
"""
991
991
[34mwp_options.option_value:
992
992
"""
993
- And the replace.log file should contain:
993
+ And the replace.log file should strictly contain:
994
994
"""
995
995
[31m< [0mJust another [31mWordPress[0m site
996
996
[32m> [0mJust another [32mWP[0m site
0 commit comments