summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@label__label_definition_line_break.txt.snap
blob: 7f2ff377b802b487bdced2328a1d71d96e214d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/label/label_definition_line_break.txt
---
ROOT@0..19
  PREAMBLE@0..19
    LABEL_DEFINITION@0..13
      LABEL_DEFINITION_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"
        MISSING@13..13 ""
    TEXT@13..18
      WORD@13..18 "world"
    ERROR@18..19
      R_CURLY@18..19 "}"