summaryrefslogtreecommitdiff
path: root/support/texlab/src/syntax/latex/snapshots/texlab__syntax__latex__parser__tests__verbatim_include_simple.snap
blob: 399e16d791b461b35f95c3fae4933a860212fb9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/syntax/latex/parser.rs
expression: "setup(r#\"\\verbatiminput{foo/bar.txt}\"#)"

---
ROOT@0..27
  PREAMBLE@0..27
    VERBATIM_INCLUDE@0..27
      VERBATIM_INCLUDE_NAME@0..14 "\\verbatiminput"
      CURLY_GROUP_WORD_LIST@14..27
        L_CURLY@14..15 "{"
        WORD@15..26 "foo/bar.txt"
        R_CURLY@26..27 "}"