summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap
blob: 22d2ca86e5e367855e1e8c08b6ac79b141b857c9 (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
---
source: src/parser/build_log.rs
expression: parse_build_log(&text)
input_file: src/parser/test_data/build_log/003.txt
---
BuildLog {
    errors: [
        BuildError {
            relative_path: "./parent.tex",
            level: Warning,
            message: "LaTeX Warning: Citation `foo' on page 1 undefined on input line 6.",
            hint: None,
            line: Some(
                5,
            ),
        },
        BuildError {
            relative_path: "./parent.tex",
            level: Warning,
            message: "LaTeX Warning: There were undefined references.",
            hint: None,
            line: None,
        },
    ],
}