summaryrefslogtreecommitdiff
path: root/support/texlab/tests/lsp/text_document/snapshots/lsp__text_document__document_link__document_import.snap
blob: b27d0f7a32fb7a581fdc9a1dbc0f9f0075fe30d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
source: tests/lsp/text_document/document_link.rs
expression: "find_links(r#\"\n%! foo.tex\n\\import{.}{bar/baz}\n|\n\n%! bar/baz.tex\"#)"
---
[
  {
    "range": {
      "start": {
        "line": 0,
        "character": 11
      },
      "end": {
        "line": 0,
        "character": 18
      }
    },
    "target": "file:///bar/baz.tex"
  }
]