@@ -917,42 +917,42 @@ Feature: Search through the database
917
917
Given a WP install
918
918
919
919
When I run `SHELL_PIPE=0 wp db search example.com`
920
- Then STDOUT should contain:
920
+ Then STDOUT should strictly contain:
921
921
"""
922
922
[32;1mwp_options:option_value[0m
923
923
[33;1m1[0m:http://[43m[30mexample.com[0m
924
924
"""
925
925
926
926
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:
928
928
"""
929
929
[31mwp_options:option_value[0m
930
930
[32m1[0m:http://[34mexample.com[0m
931
931
"""
932
932
933
933
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:
935
935
"""
936
936
[31mwp_options:option_value[0m
937
937
[33;1m1[0m:http://[43m[30mexample.com[0m
938
938
"""
939
939
940
940
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:
942
942
"""
943
943
[32;1mwp_options:option_value[0m
944
944
[32m1[0m:http://[43m[30mexample.com[0m
945
945
"""
946
946
947
947
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:
949
949
"""
950
950
[32;1mwp_options:option_value[0m
951
951
[33;1m1[0m:http://[34mexample.com[0m
952
952
"""
953
953
954
954
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:
956
956
"""
957
957
[32;1mwp_options:option_value[0m
958
958
[33;1m1[0m:example.com
@@ -967,7 +967,7 @@ Feature: Search through the database
967
967
"""
968
968
example.com
969
969
"""
970
- And STDOUT should not contain:
970
+ And STDOUT should strictly not contain:
971
971
"""
972
972
973
973
"""
0 commit comments