summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_simple.txt.snap
blob: a6be2ec4969eec8c497c9a9ca1fd9009eda732d3 (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/class_include_simple.txt
---
ROOT@0..23
  PREAMBLE@0..23
    CLASS_INCLUDE@0..23
      COMMAND_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 "}"