summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@include__latex_include_equality_sign.txt.snap
blob: abf7865a423355dbfe373546684394e5b53b7113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/include/latex_include_equality_sign.txt
---
ROOT@0..17
  PREAMBLE@0..17
    LATEX_INCLUDE@0..17
      LATEX_INCLUDE_NAME@0..8 "\\include"
      CURLY_GROUP_WORD_LIST@8..17
        L_CURLY@8..9 "{"
        KEY@9..16
          WORD@9..12 "foo"
          EQUALITY_SIGN@12..13 "="
          WORD@13..16 "bar"
        R_CURLY@16..17 "}"