summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@group__unmatched_brackets_with_group.txt.snap
blob: 3c45c0c14c12bc009d67df0b8bcd80d8082c75e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/group/unmatched_brackets_with_group.txt
---
ROOT@0..4
  PREAMBLE@0..4
    CURLY_GROUP@0..4
      L_CURLY@0..1 "{"
      ERROR@1..2
        R_BRACK@1..2 "]"
      MIXED_GROUP@2..3
        L_BRACK@2..3 "["
        MISSING@3..3 ""
      R_CURLY@3..4 "}"