summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@label__label_definition_line_break.txt.snap
blob: 5eaed87fee4faddbdf6f119099ac38f5cb43acfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
source: crates/parser/src/latex.rs
expression: root
input_file: crates/parser/src/test_data/latex/label/label_definition_line_break.txt
---
ROOT@0..19
  PREAMBLE@0..19
    LABEL_DEFINITION@0..13
      COMMAND_NAME@0..6 "\\label"
      CURLY_GROUP_WORD@6..13
        L_CURLY@6..7 "{"
        KEY@7..13
          WORD@7..12 "hello"
          LINE_BREAK@12..13 "\n"
    TEXT@13..18
      WORD@13..18 "world"
    ERROR@18..19
      R_CURLY@18..19 "}"