File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -62,18 +62,18 @@ Feature: Rules
6262 test.md:35:8:Microsoft.ComplexWords:Consider using 'carry out' or 'do' instead of 'accomplish'.
6363 """
6464
65- Scenario : Backend vs. Back-end
66- When I test "Backend"
67- Then the output should contain exactly:
68- """
69- test.md:3:7:Microsoft.Backend:Use 'back-end' instead of 'back end'.
70- test.md:9:20:Microsoft.Backend:Use 'back end' instead of 'back-end'.
71- test.md:11:5:Microsoft.Backend:Use 'back-end' instead of 'back end'.
72- test.md:13:5:Microsoft.Backend:Use 'back end' instead of 'back-end'.
73- test.md:15:24:Microsoft.Backend:Use 'back-end' instead of 'back end'.
74- test.md:15:50:Microsoft.Backend:Use 'back-end' instead of 'back end'.
75- test.md:19:17:Microsoft.Backend:Use 'back-end' instead of 'back end'.
76- """
65+ # Scenario: Backend vs. Back-end
66+ # When I test "Backend"
67+ # Then the output should contain exactly:
68+ # """
69+ # test.md:3:7:Microsoft.Backend:Use 'back-end' instead of 'back end'.
70+ # test.md:9:20:Microsoft.Backend:Use 'back end' instead of 'back-end'.
71+ # test.md:11:5:Microsoft.Backend:Use 'back-end' instead of 'back end'.
72+ # test.md:13:5:Microsoft.Backend:Use 'back end' instead of 'back-end'.
73+ # test.md:15:24:Microsoft.Backend:Use 'back-end' instead of 'back end'.
74+ # test.md:15:50:Microsoft.Backend:Use 'back-end' instead of 'back end'.
75+ # test.md:19:17:Microsoft.Backend:Use 'back-end' instead of 'back end'.
76+ # """
7777
7878 Scenario : Use of contractions
7979 When I test "Contractions"
You can’t perform that action at this time.
0 commit comments