Skip to content

Commit 31285c8

Browse files
committed
adjust regex
1 parent dc3296a commit 31285c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/steps.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Feature: Make sure "Given", "When", "Then" steps work as expected
6161
Scenario: Special variables
6262

6363
When I run `echo {INVOKE_WP_CLI_WITH_PHP_ARGS-} cli info`
64-
Then STDOUT should match /wp cli info/
64+
Then STDOUT should match /(wp|wp\.bat) cli info/
6565
And STDERR should be empty
6666

6767
When I run `echo {WP_VERSION-latest}`

0 commit comments

Comments
 (0)