summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@001.txt.snap
blob: 39808505c1c316645eed9b1ff4fbaa2370bec42a (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
27
---
source: crates/parser/src/build_log.rs
expression: parse_build_log(&text)
input_file: crates/parser/src/test_data/build_log/001.txt
---
BuildLog {
    errors: [
        BuildError {
            relative_path: "./parent.tex",
            level: Warning,
            message: "Overfull \\hbox (200.00162pt too wide) in paragraph at lines 8--9",
            hint: None,
            line: Some(
                7,
            ),
        },
        BuildError {
            relative_path: "./parent.tex",
            level: Warning,
            message: "Overfull \\vbox (3.19998pt too high) detected at line 23",
            hint: None,
            line: Some(
                22,
            ),
        },
    ],
}