@@ -152,8 +152,8 @@ Feature: Rules
152
152
test.md:3:42:Microsoft.Dashes:Remove the spaces around ' —'.
153
153
test.md:7:7:Microsoft.Dashes:Remove the spaces around ' —'.
154
154
test.md:8:7:Microsoft.Dashes:Remove the spaces around '— '.
155
- test.md:9:7:Microsoft.Dashes:Remove the spaces around ' —'.
156
- test.md:10:7:Microsoft.Dashes:Remove the spaces around ' —'.
155
+ test.md:9:7:Microsoft.Dashes:Remove the spaces around ' — '.
156
+ test.md:10:7:Microsoft.Dashes:Remove the spaces around ' — '.
157
157
"""
158
158
159
159
Scenario : Use of units
@@ -196,7 +196,7 @@ Feature: Rules
196
196
Then the output should contain exactly:
197
197
"""
198
198
test.md:3:10:Microsoft.Ellipses:In general, don't use an ellipsis.
199
- test.md:5:13 :Microsoft.Hyphens:' officially-' doesn't need a hyphen.
199
+ test.md:5:14 :Microsoft.Hyphens:'officially-maintained ' doesn't need a hyphen.
200
200
test.md:7:13:Microsoft.OxfordComma:Use the Oxford comma in 'blue, green and orange.'.
201
201
test.md:11:10:Microsoft.Quotes:Punctuation should be inside the quotes.
202
202
test.md:15:19:Microsoft.Semicolon:Try to simplify this sentence.
@@ -215,11 +215,12 @@ Feature: Rules
215
215
When I test "Headings"
216
216
Then the output should contain exactly:
217
217
"""
218
+ test.md:1:3:Microsoft.Headings:'Test: modern documentation management' should use sentence-style capitalization.
218
219
test.md:1:7:Microsoft.HeadingColons:Capitalize ': m'.
219
220
test.md:5:3:Microsoft.Headings:'This is a Heading' should use sentence-style capitalization.
220
221
test.md:7:13:Microsoft.HeadingPunctuation:Don't use end punctuation in headings.
222
+ test.md:9:3:Microsoft.Headings:'Accepting a JSON response' should use sentence-style capitalization.
221
223
test.md:9:15:Microsoft.HeadingAcronyms:Avoid using acronyms in a title or heading.
222
- test.md:15:3:Microsoft.Headings:'8. Do step eight' should use sentence-style capitalization.
223
224
"""
224
225
225
226
Scenario : Passive voice
0 commit comments