summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@include__class_include_simple.txt.snap
blob: 670fa2b90272d54352ac2188fefadee4818d37ce (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/class_include_simple.txt
---
ROOT@0..23
  PREAMBLE@0..23
    CLASS_INCLUDE@0..23
      CLASS_INCLUDE_NAME@0..14 "\\documentclass"
      CURLY_GROUP_WORD_LIST@14..23
        L_CURLY@14..15 "{"
        KEY@15..22
          WORD@15..22 "article"
        R_CURLY@22..23 "}"