summaryrefslogtreecommitdiff
path: root/support/texlab/src/syntax/latex/snapshots/texlab__syntax__latex__parser__tests__color_set_definition_error1.snap
blob: 42095ff97435ed2c391d2dad1db34d3e0853b3d5 (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
28
29
---
source: src/syntax/latex/parser.rs
expression: "setup(r#\"\\definecolorset[ty]{rgb,HTML}{foo}{bar}\"#)"

---
ROOT@0..39
  PREAMBLE@0..39
    COLOR_SET_DEFINITION@0..39
      COLOR_SET_DEFINITION_NAME@0..15 "\\definecolorset"
      BRACK_GROUP_WORD@15..19
        L_BRACK@15..16 "["
        WORD@16..18 "ty"
        R_BRACK@18..19 "]"
      CURLY_GROUP_WORD_LIST@19..29
        L_CURLY@19..20 "{"
        WORD@20..23 "rgb"
        COMMA@23..24 ","
        WORD@24..28 "HTML"
        R_CURLY@28..29 "}"
      CURLY_GROUP_WORD@29..34
        L_CURLY@29..30 "{"
        WORD@30..33 "foo"
        R_CURLY@33..34 "}"
      CURLY_GROUP_WORD@34..39
        L_CURLY@34..35 "{"
        WORD@35..38 "bar"
        R_CURLY@38..39 "}"
      MISSING@39..39 ""