Better comment

This commit is contained in:
Matt Bierner 2022-03-30 15:29:03 -07:00
parent 88e3d49156
commit 8a4f35d96a
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -262,7 +262,7 @@ suite('markdown: find all references', () => {
doc,
new InMemoryDocument(otherUri, joinLines(
`# header`, // Definition should not be included since we triggered on a file link
`[text](#header)`, // Definition should not be included since we triggered on a file link
`[text](#header)`, // Ref should not be included since it is to own file
)),
]));