summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@include__tikz_library_import_simple.txt.snap
blob: e44115196ae4d03c24e74a2e141ddef7944843b8 (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/tikz_library_import_simple.txt
---
ROOT@0..20
  PREAMBLE@0..20
    TIKZ_LIBRARY_IMPORT@0..20
      COMMAND_NAME@0..15 "\\usetikzlibrary"
      CURLY_GROUP_WORD_LIST@15..20
        L_CURLY@15..16 "{"
        KEY@16..19
          WORD@16..19 "foo"
        R_CURLY@19..20 "}"