summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@label__label_reference_range_error.txt.snap
blob: a4b25eeb09691f661fedc3e7ae2cddd3a0a6f9b8 (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_reference_range_error.txt
---
ROOT@0..19
  PREAMBLE@0..19
    LABEL_REFERENCE_RANGE@0..19
      COMMAND_NAME@0..10 "\\crefrange"
      CURLY_GROUP_WORD@10..14
        L_CURLY@10..11 "{"
        KEY@11..14
          WORD@11..14 "foo"
      CURLY_GROUP_WORD@14..19
        L_CURLY@14..15 "{"
        KEY@15..18
          WORD@15..18 "bar"
        R_CURLY@18..19 "}"