summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@citation__citation_prenote_postnote.txt.snap
blob: 96c3996286a2de63328780ce661d29bd0e1d5880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/citation/citation_prenote_postnote.txt
---
ROOT@0..20
  PREAMBLE@0..20
    CITATION@0..20
      COMMAND_NAME@0..5 "\\cite"
      BRACK_GROUP@5..10
        L_BRACK@5..6 "["
        TEXT@6..9
          WORD@6..9 "foo"
        R_BRACK@9..10 "]"
      BRACK_GROUP@10..15
        L_BRACK@10..11 "["
        TEXT@11..14
          WORD@11..14 "bar"
        R_BRACK@14..15 "]"
      CURLY_GROUP_WORD_LIST@15..20
        L_CURLY@15..16 "{"
        KEY@16..19
          WORD@16..19 "baz"
        R_CURLY@19..20 "}"