mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-21 14:36:11 +01:00
Remove legacy exclusion from scenario tests for files with no errors (previously "detailed-" files).
This commit is contained in:
parent
f0bb4c639b
commit
56f379b0fc
26 changed files with 474 additions and 428 deletions
|
|
@ -1,19 +1,19 @@
|
|||
# Detailed Link Results
|
||||
|
||||
Text https://example.com/ text
|
||||
Text https://example.com/ text {MD034}
|
||||
|
||||
Text <https://example.com/brackets> text https://example.com/bare text
|
||||
Text <https://example.com/brackets> text https://example.com/bare text {MD034}
|
||||
|
||||
Text https://example.com/bare text <https://example.com/brackets> text
|
||||
Text https://example.com/bare text <https://example.com/brackets> text {MD034}
|
||||
|
||||
Text `code https://example.com/code code` text https://example.com/ text
|
||||
Text `code https://example.com/code code` text https://example.com/ text {MD034}
|
||||
|
||||
> Text <https://example.com/brackets> text https://example.com/bare text
|
||||
> Text <https://example.com/brackets> text https://example.com/bare text {MD034}
|
||||
|
||||
Text https://example.com/dir
|
||||
text https://example.com/file.txt
|
||||
Text https://example.com/dir {MD034}
|
||||
text https://example.com/file.txt {MD034}
|
||||
text <https://example.com/dir/dir>
|
||||
text https://example.com/dir/dir/file?query=param
|
||||
text https://example.com/dir/dir/file?query=param {MD034}
|
||||
|
||||
```text
|
||||
Code https://example.com/code?type=fence code
|
||||
|
|
@ -21,24 +21,24 @@ Code https://example.com/code?type=fence code
|
|||
|
||||
Code https://example.com/code?type=indent code
|
||||
|
||||
Text <https://example.com/same> more text https://example.com/same still more text <https://example.com/same> done
|
||||
Text <https://example.com/same> more text https://example.com/same still more text <https://example.com/same> done {MD034}
|
||||
|
||||
Text <https://example.com/same> more \* text https://example.com/same more \[ text <https://example.com/same> done
|
||||
Text <https://example.com/same> more \* text https://example.com/same more \[ text <https://example.com/same> done {MD034}
|
||||
|
||||
Text https://example.com/first more text https://example.com/second still more text https://example.com/third done
|
||||
Text https://example.com/first more text https://example.com/second still more text https://example.com/third done {MD034}
|
||||
|
||||
(Incorrect link syntax)[https://www.example.com/]
|
||||
(Incorrect link syntax)[https://www.example.com/] {MD011}
|
||||
|
||||
Text [link ](https://example.com/) text.
|
||||
Text [link ](https://example.com/) text. {MD039}
|
||||
|
||||
Text [ link](https://example.com/) text.
|
||||
Text [ link](https://example.com/) text. {MD039}
|
||||
|
||||
Text [ link ](https://example.com/) text.
|
||||
Text [ link ](https://example.com/) text. {MD039}
|
||||
|
||||
Text [link ][reference] text.
|
||||
Text [link ][reference] text. {MD039}
|
||||
|
||||
Text [ link][reference] text.
|
||||
Text [ link][reference] text. {MD039}
|
||||
|
||||
Text [ link ][reference] text.
|
||||
Text [ link ][reference] text. {MD039}
|
||||
|
||||
[reference]: https://example.com/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue