summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__bibtex__tests__parse@issue_945.txt.snap
blob: 11a2955b1c5709ed65ff97f1dd5c48704d055eab (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
26
27
---
source: crates/parser/src/bibtex.rs
expression: root
input_file: crates/parser/src/test_data/bibtex/issue_945.txt
---
ROOT@0..33
  ENTRY@0..33
    TYPE@0..8 "@article"
    L_DELIM@8..9 "{"
    NAME@9..13 "test"
    COMMA@13..14 ","
    WHITESPACE@14..15 " "
    FIELD@15..32
      NAME@15..21 "author"
      WHITESPACE@21..22 " "
      EQ@22..23 "="
      WHITESPACE@23..24 " "
      CURLY_GROUP@24..32
        L_CURLY@24..25 "{"
        ACCENT@25..31
          ACCENT_NAME@25..27 "\\\""
          L_CURLY@27..28 "{"
          COMMAND_NAME@28..30 "\\i"
          R_CURLY@30..31 "}"
        R_CURLY@31..32 "}"
    R_DELIM@32..33 "}"