summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__latex__tests__parse@block_comments.txt.snap
blob: 14c73e7da528f11db3a33369f6ee1349ed34f5c0 (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
---
source: src/parser/latex.rs
expression: root
input_file: src/parser/test_data/latex/block_comments.txt
---
ROOT@0..48
  PREAMBLE@0..48
    TEXT@0..4
      WORD@0..3 "Foo"
      LINE_BREAK@3..4 "\n"
    BLOCK_COMMENT@4..22
      BEGIN_BLOCK_COMMENT_NAME@4..12 "\\iffalse"
      VERBATIM@12..19 "\nTest1\n"
      END_BLOCK_COMMENT_NAME@19..22 "\\fi"
    LINE_BREAK@22..23 "\n"
    TEXT@23..27
      WORD@23..26 "Bar"
      LINE_BREAK@26..27 "\n"
    BLOCK_COMMENT@27..44
      BEGIN_BLOCK_COMMENT_NAME@27..35 "\\iffalse"
      VERBATIM@35..41 "\n\\fii\n"
      END_BLOCK_COMMENT_NAME@41..44 "\\fi"
    LINE_BREAK@44..45 "\n"
    TEXT@45..48
      WORD@45..48 "Baz"