summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@005.txt.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@005.txt.snap')
-rw-r--r--support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@005.txt.snap30
1 files changed, 0 insertions, 30 deletions
diff --git a/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@005.txt.snap b/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@005.txt.snap
deleted file mode 100644
index dafd6a4506..0000000000
--- a/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@005.txt.snap
+++ /dev/null
@@ -1,30 +0,0 @@
----
-source: crates/parser/src/build_log.rs
-expression: parse_build_log(&text)
-input_file: crates/parser/src/test_data/build_log/005.txt
----
-BuildLog {
- errors: [
- BuildError {
- relative_path: "./parent.tex",
- level: Warning,
- message: "Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. Loading 'csquotes' recommended.",
- hint: None,
- line: None,
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Warning,
- message: "LaTeX Warning: There were undefined references.",
- hint: None,
- line: None,
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Warning,
- message: "Package biblatex Warning: Please (re)run Biber on the file: parent and rerun LaTeX afterwards.",
- hint: None,
- line: None,
- },
- ],
-}