mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Update MD037/no-space-in-emphasis to provide same range as fixInfo for consistency with other "no-space-in-" rules.
This commit is contained in:
parent
371a35f62f
commit
2c97373fb5
4 changed files with 373 additions and 370 deletions
|
|
@ -405,7 +405,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => {
|
|||
"ruleInformation": `${homepage}/blob/v${version}/doc/md037.md`,
|
||||
"errorDetail": null,
|
||||
"errorContext": "* e",
|
||||
"errorRange": [ 6, 3 ],
|
||||
"errorRange": [ 7, 1 ],
|
||||
"fixInfo": {
|
||||
"editColumn": 7,
|
||||
"deleteCount": 1
|
||||
|
|
@ -418,7 +418,7 @@ test("resultFormattingV3", (t) => new Promise((resolve) => {
|
|||
"ruleInformation": `${homepage}/blob/v${version}/doc/md037.md`,
|
||||
"errorDetail": null,
|
||||
"errorContext": "s *",
|
||||
"errorRange": [ 15, 3 ],
|
||||
"errorRange": [ 16, 1 ],
|
||||
"fixInfo": {
|
||||
"editColumn": 16,
|
||||
"deleteCount": 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue