We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbea3b8 + 6a32671 commit 229c00eCopy full SHA for 229c00e
features/db-search.feature
@@ -708,6 +708,13 @@ Feature: Search through the database
708
"""
709
Then the return code should be 1
710
711
+ When I try `wp db search 'unfindable' --regex --regex-delimiter='1'`
712
+ Then STDERR should be:
713
+ """
714
+ Error: The regex '1unfindable1' fails.
715
716
+ Then the return code should be 1
717
+
718
When I run `wp db search '[0-9é]+?https:' --regex --regex-flags=u --before_context=0 --after_context=0`
719
Then STDOUT should contain:
720
0 commit comments