summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@hello_world.txt.snap
blob: 27bca69893db0e0cd044a6f5e403a3e1fe8b3c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
source: crates/parser/src/latex.rs
expression: root
input_file: crates/parser/src/test_data/latex/hello_world.txt
---
ROOT@0..12
  PREAMBLE@0..12
    TEXT@0..12
      WORD@0..5 "Hello"
      WHITESPACE@5..6 " "
      WORD@6..12 "World!"