summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@citation__citation_redundant_comma.txt.snap
blob: 2a8acd117326a1fd95ee4b6c66752319b7dfb706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/citation/citation_redundant_comma.txt
---
ROOT@0..12
  PREAMBLE@0..12
    CITATION@0..12
      CITATION_NAME@0..5 "\\cite"
      CURLY_GROUP_WORD_LIST@5..12
        L_CURLY@5..6 "{"
        COMMA@6..7 ","
        KEY@7..10
          WORD@7..10 "foo"
        COMMA@10..11 ","
        R_CURLY@11..12 "}"