Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Nov 4, 2024
1 parent e6eec99 commit 13f7f75
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions testdata/features/comments.feature
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
Feature: Comments

Scenario: MDX
When I test comments for ".mdx"
Then the output should contain exactly:
"""
test.mdx:15:19:vale.Redundancy:'ACT test' is redundant
test.mdx:19:19:vale.Redundancy:'ACT test' is redundant
test.mdx:25:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.mdx:77:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.mdx:87:16:demo.Raw:Link "[must not use `.html`](../index.html)" must use the .md file extension.
"""
Scenario: Markdown
When I test comments for ".md"
Then the output should contain exactly:
"""
test.md:15:19:vale.Redundancy:'ACT test' is redundant
test.md:19:19:vale.Redundancy:'ACT test' is redundant
test.md:25:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:77:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:87:16:demo.Raw:Link "[must not use `.html`](../index.html)" must use the .md file extension.
test.md:91:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:93:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:103:19:vale.Redundancy:'ACT test' is redundant
test.md:109:19:vale.Redundancy:'ACT test' is redundant
test.md:109:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:111:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:115:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:117:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:127:19:vale.Redundancy:'ACT test' is redundant
test.md:133:19:vale.Redundancy:'ACT test' is redundant
test.md:133:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:135:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:139:19:vale.Redundancy:'ACT test' is redundant
test.md:145:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:147:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:151:19:vale.Redundancy:'ACT test' is redundant
test.md:151:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:153:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
"""
Scenario: MDX
When I test comments for ".mdx"
Then the output should contain exactly:
"""
test.mdx:15:19:vale.Redundancy:'ACT test' is redundant
test.mdx:19:19:vale.Redundancy:'ACT test' is redundant
test.mdx:25:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.mdx:77:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.mdx:87:16:demo.Raw:Link "[must not use `.html`](../index.html)" must use the .md file extension.
"""

Scenario: Markdown
When I test comments for ".md"
Then the output should contain exactly:
"""
test.md:15:19:vale.Redundancy:'ACT test' is redundant
test.md:19:19:vale.Redundancy:'ACT test' is redundant
test.md:25:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:77:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:87:16:demo.Raw:Link "[must not use `.html`](../index.html)" must use the .md file extension.
test.md:91:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:93:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:103:19:vale.Redundancy:'ACT test' is redundant
test.md:109:19:vale.Redundancy:'ACT test' is redundant
test.md:109:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:111:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:115:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:117:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:127:19:vale.Redundancy:'ACT test' is redundant
test.md:133:19:vale.Redundancy:'ACT test' is redundant
test.md:133:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:135:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:139:19:vale.Redundancy:'ACT test' is redundant
test.md:145:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:147:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.md:151:19:vale.Redundancy:'ACT test' is redundant
test.md:151:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.md:153:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
"""

Scenario: reStructuredText
When I test comments for ".rst"
Then the output should contain exactly:
"""
test.rst:15:19:vale.Redundancy:'ACT test' is redundant
test.rst:19:19:vale.Redundancy:'ACT test' is redundant
test.rst:25:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:41:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:43:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:53:19:vale.Redundancy:'ACT test' is redundant
test.rst:59:19:vale.Redundancy:'ACT test' is redundant
test.rst:59:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:61:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:65:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:67:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:77:19:vale.Redundancy:'ACT test' is redundant
test.rst:83:19:vale.Redundancy:'ACT test' is redundant
test.rst:83:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:85:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:89:19:vale.Redundancy:'ACT test' is redundant
test.rst:95:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:97:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:101:19:vale.Redundancy:'ACT test' is redundant
test.rst:101:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:103:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
"""
Scenario: reStructuredText
When I test comments for ".rst"
Then the output should contain exactly:
"""
test.rst:15:19:vale.Redundancy:'ACT test' is redundant
test.rst:19:19:vale.Redundancy:'ACT test' is redundant
test.rst:25:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:41:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:43:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:53:19:vale.Redundancy:'ACT test' is redundant
test.rst:59:19:vale.Redundancy:'ACT test' is redundant
test.rst:59:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:61:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:65:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:67:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:77:19:vale.Redundancy:'ACT test' is redundant
test.rst:83:19:vale.Redundancy:'ACT test' is redundant
test.rst:83:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:85:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:89:19:vale.Redundancy:'ACT test' is redundant
test.rst:95:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:97:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
test.rst:101:19:vale.Redundancy:'ACT test' is redundant
test.rst:101:48:demo.Ending-Preposition:Don't end a sentence with 'for.'
test.rst:103:20:demo.Ending-Preposition:Don't end a sentence with 'of.'
"""

Scenario: AsciiDoc
When I test comments for ".adoc"
Expand Down

0 comments on commit 13f7f75

Please sign in to comment.