@@ -958,23 +958,23 @@ Feature: Do global search/replace
958958 And STDERR should be empty
959959
960960 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:
962962 """
963963 [34;1mwp_options.option_value:
964964 """
965- And STDOUT should contain:
965+ And STDOUT should strictly contain:
966966 """
967967 [31;1m< [0mJust another [31;1mWordPress[0m site
968968 [32;1m> [0mJust another [32;1mWP[0m site
969969 """
970970 And STDERR should be empty
971971
972972 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:
974974 """
975975 [34mwp_options.option_value:
976976 """
977- And STDOUT should contain:
977+ And STDOUT should strictly contain:
978978 """
979979 [31m< [0mJust another [31mWordPress[0m site
980980 [32m> [0mJust another [32mWP[0m site
@@ -986,11 +986,11 @@ Feature: Do global search/replace
986986 """
987987 wp_options.option_value
988988 """
989- And the replace.log file should contain:
989+ And the replace.log file should strictly contain:
990990 """
991991 [34mwp_options.option_value:
992992 """
993- And the replace.log file should contain:
993+ And the replace.log file should strictly contain:
994994 """
995995 [31m< [0mJust another [31mWordPress[0m site
996996 [32m> [0mJust another [32mWP[0m site
0 commit comments