summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@007.txt.snap
blob: bf0c832fe2752880f17b428c387cb496f49de15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
source: crates/parser/src/build_log.rs
expression: parse_build_log(&text)
input_file: crates/parser/src/test_data/build_log/007.txt
---
BuildLog {
    errors: [
        BuildError {
            relative_path: "/some/folder/a.tex",
            level: Error,
            message: "Undefined control sequence.",
            hint: Some(
                "\\lsdkfjlskdfj",
            ),
            line: Some(
                3,
            ),
        },
    ],
}