summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@command_definition__command_definition_no_impl.txt.snap
blob: ae9b54e0c8128999976b1bf48ec3408c2e808356 (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/command_definition/command_definition_no_impl.txt
---
ROOT@0..17
  PREAMBLE@0..17
    COMMAND_DEFINITION@0..17
      COMMAND_DEFINITION_NAME@0..11 "\\newcommand"
      CURLY_GROUP_COMMAND@11..17
        L_CURLY@11..12 "{"
        GENERIC_COMMAND_NAME@12..16 "\\foo"
        R_CURLY@16..17 "}"
      MISSING@17..17 ""