Skip to content

Commit 80a9243

Browse files
authored
Merge pull request #85 from wp-cli/refine-feature-files
Fix docstring indent issue in feature files
2 parents 85c71e3 + 7edc0ce commit 80a9243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/server.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Feature: Serve WordPress locally
88

99
When I run `curl -sS localhost:8181`
1010
Then STDOUT should contain:
11-
"""
12-
Just another WordPress site
13-
"""
11+
"""
12+
Just another WordPress site
13+
"""
1414

1515
When I run `curl -sS localhost:8181/license.txt > /tmp/license.txt`
1616
And I run `cmp /tmp/license.txt license.txt`

0 commit comments

Comments
 (0)