summaryrefslogtreecommitdiff
path: root/support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap')
-rw-r--r--support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap8
1 files changed, 5 insertions, 3 deletions
diff --git a/support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap b/support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap
index d2024a8cd3..22d2ca86e5 100644
--- a/support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap
+++ b/support/texlab/src/parser/snapshots/texlab__parser__build_log__tests__parse@003.txt.snap
@@ -8,14 +8,16 @@ BuildLog {
BuildError {
relative_path: "./parent.tex",
level: Warning,
- message: "Citation `foo' on page 1 undefined on input line 6.",
+ message: "LaTeX Warning: Citation `foo' on page 1 undefined on input line 6.",
hint: None,
- line: None,
+ line: Some(
+ 5,
+ ),
},
BuildError {
relative_path: "./parent.tex",
level: Warning,
- message: "There were undefined references.",
+ message: "LaTeX Warning: There were undefined references.",
hint: None,
line: None,
},