summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__svg_include_simple.txt.snap
blob: f776f9c2bcd658209781a13df2b1e8112106ba83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/parser/src/latex.rs
expression: root
input_file: crates/parser/src/test_data/latex/include/svg_include_simple.txt
---
ROOT@0..24
  PREAMBLE@0..24
    SVG_INCLUDE@0..24
      COMMAND_NAME@0..11 "\\includesvg"
      CURLY_GROUP_WORD_LIST@11..24
        L_CURLY@11..12 "{"
        KEY@12..23
          WORD@12..23 "foo/bar.svg"
        R_CURLY@23..24 "}"