File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import {visit, SKIP} from 'unist-util-visit'
9
9
import { pointStart , pointEnd } from 'unist-util-position'
10
10
11
11
const source = 'retext-repeated-words'
12
+ const url = 'https://github.com/retextjs/retext-repeated-words#readme'
12
13
13
14
// List of words that can legally occur twice.
14
15
const list = new Set ( [
@@ -65,7 +66,8 @@ export default function retextRepeatedWords() {
65
66
actual : toString (
66
67
parent . children . slice ( previous . index , index + 1 )
67
68
) ,
68
- expected : [ value ]
69
+ expected : [ value ] ,
70
+ url
69
71
}
70
72
)
71
73
}
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ test('retextRepeatedWords()', (t) => {
26
26
} ,
27
27
fatal : false ,
28
28
actual : 'it it' ,
29
- expected : [ 'it' ]
29
+ expected : [ 'it' ] ,
30
+ url : 'https://github.com/retextjs/retext-repeated-words#readme'
30
31
}
31
32
] ,
32
33
'should emit messages'
You can’t perform that action at this time.
0 commit comments