@@ -917,42 +917,42 @@ Feature: Search through the database
917917 Given a WP install
918918
919919 When I run `SHELL_PIPE=0 wp db search example.com`
920- Then STDOUT should contain:
920+ Then STDOUT should strictly contain:
921921 """
922922 [32;1mwp_options:option_value[0m
923923 [33;1m1[0m:http://[43m[30mexample.com[0m
924924 """
925925
926926 When I run `SHELL_PIPE=0 wp db search example.com --table_column_color=%r --id_color=%g --match_color=%b`
927- Then STDOUT should contain:
927+ Then STDOUT should strictly contain:
928928 """
929929 [31mwp_options:option_value[0m
930930 [32m1[0m:http://[34mexample.com[0m
931931 """
932932
933933 When I run `SHELL_PIPE=0 wp db search example.com --table_column_color=%r`
934- Then STDOUT should contain:
934+ Then STDOUT should strictly contain:
935935 """
936936 [31mwp_options:option_value[0m
937937 [33;1m1[0m:http://[43m[30mexample.com[0m
938938 """
939939
940940 When I run `SHELL_PIPE=0 wp db search example.com --id_color=%g`
941- Then STDOUT should contain:
941+ Then STDOUT should strictly contain:
942942 """
943943 [32;1mwp_options:option_value[0m
944944 [32m1[0m:http://[43m[30mexample.com[0m
945945 """
946946
947947 When I run `SHELL_PIPE=0 wp db search example.com --match_color=%b`
948- Then STDOUT should contain:
948+ Then STDOUT should strictly contain:
949949 """
950950 [32;1mwp_options:option_value[0m
951951 [33;1m1[0m:http://[34mexample.com[0m
952952 """
953953
954954 When I run `SHELL_PIPE=0 wp db search example.com --before_context=0 --after_context=0`
955- Then STDOUT should contain:
955+ Then STDOUT should strictly contain:
956956 """
957957 [32;1mwp_options:option_value[0m
958958 [33;1m1[0m:example.com
@@ -967,7 +967,7 @@ Feature: Search through the database
967967 """
968968 example.com
969969 """
970- And STDOUT should not contain:
970+ And STDOUT should strictly not contain:
971971 """
972972
973973 """
0 commit comments