summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@include__bibtex_include_simple.txt.snap
blob: 0a8f9cd3f6488490f226557e8a1e379086f838ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/include/bibtex_include_simple.txt
---
ROOT@0..22
  PREAMBLE@0..22
    BIBTEX_INCLUDE@0..22
      BIBTEX_INCLUDE_NAME@0..13 "\\bibliography"
      CURLY_GROUP_WORD_LIST@13..22
        L_CURLY@13..14 "{"
        KEY@14..21
          WORD@14..21 "foo/bar"
        R_CURLY@21..22 "}"