summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@command_definition__command_definition_no_argc.txt.snap
blob: a10287b262f6b3c9f68e86707d39f039b6eb081f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/command_definition/command_definition_no_argc.txt
---
ROOT@0..22
  PREAMBLE@0..22
    COMMAND_DEFINITION@0..22
      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 "}"
      CURLY_GROUP@17..22
        L_CURLY@17..18 "{"
        TEXT@18..21
          WORD@18..21 "foo"
        R_CURLY@21..22 "}"