@@ -3,7 +3,6 @@ All list-items in this document should be linted as **invalid**.
3
3
- [ foo] ( https://foo.com ) - an invalid description.
4
4
- [ foo] ( https://foo.com ) - invalid description.
5
5
- [ foo] ( https://foo.com ) - invalid dash separator.
6
- - [ foo] ( https://foo.com ) - ` invalid description. `
7
6
- [ foo] ( ) - Invalid url.
8
7
- [ foo] ( test ) - Invalid url.
9
8
- [ ] ( https://foo.com ) - Invalid link text.
@@ -15,3 +14,57 @@ All list-items in this document should be linted as **invalid**.
15
14
16
15
- [ sparkly] ( https://github.com/sindresorhus/sparkly ) - Generate sparklines ▁▂▃▅▂▇
17
16
- [ cat-ascii-faces] ( https://github.com/melaniecebula/cat-ascii-faces ) - ₍˄·͈༝·͈˄₎◞ ̑̑ෆ⃛ (=ↀωↀ=)✧ (^・o・^)ノ”
17
+
18
+ Test description's ending punctuation.
19
+ - [ foo] ( https://foo.com ) - Missing ending punctuation
20
+
21
+ - [ foo] ( https://foo.com ) - ``
22
+ - [ foo] ( https://foo.com ) - ` invalid quote: too noisy `
23
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even with a period. `
24
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even with an exclamation mark! `
25
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even with a question mark? `
26
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even with an ellipsis… `
27
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even ending with a period ` .
28
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even ending with an exclamation mark ` !
29
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even ending with a question mark ` ?
30
+ - [ foo] ( https://foo.com ) - ` still invalid quote, even ending with an ellipsis ` …
31
+
32
+ - [ foo] ( https://foo.com ) - ` still invalid quote, ending with too much punctuations ` …...?
33
+ - [ foo] ( https://foo.com ) - ` still invalid quote, ending with too much punctuations...!? ` …...?
34
+
35
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end.".
36
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end."!
37
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end."?
38
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end."…
39
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end!".
40
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end!"!
41
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end!"?
42
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end!"…
43
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end?".
44
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end?"!
45
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end?"?
46
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end?"…
47
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end…".
48
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end…"!
49
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end…"?
50
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation "end…"…
51
+
52
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end.”.
53
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end.”!
54
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end.”?
55
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end.”…
56
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end!”.
57
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end!”!
58
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end!”?
59
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end!”…
60
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end?”.
61
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end?”!
62
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end?”?
63
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end?”…
64
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end…”.
65
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end…”!
66
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end…”?
67
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end…”…
68
+
69
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end…”??!
70
+ - [ foo] ( https://foo.com ) - Quote-inducing double punctuation “end?…...”…...?
0 commit comments