summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@004.txt.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@004.txt.snap')
-rw-r--r--support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@004.txt.snap31
1 files changed, 0 insertions, 31 deletions
diff --git a/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@004.txt.snap b/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@004.txt.snap
deleted file mode 100644
index c4f2ce5c72..0000000000
--- a/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@004.txt.snap
+++ /dev/null
@@ -1,31 +0,0 @@
----
-source: crates/parser/src/build_log.rs
-expression: parse_build_log(&text)
-input_file: crates/parser/src/test_data/build_log/004.txt
----
-BuildLog {
- errors: [
- BuildError {
- relative_path: "/TexLive/texmf-dist/tex/generic/babel/babel.sty",
- level: Error,
- message: "Package babel Error: Unknown option `foo'. Either you misspelled it or the language definition file foo.ldf was not found.",
- hint: Some(
- "\\ProcessOptions*",
- ),
- line: Some(
- 392,
- ),
- },
- BuildError {
- relative_path: "/TexLive/texmf-dist/tex/generic/babel/babel.sty",
- level: Error,
- message: "Package babel Error: You haven't specified a language option.",
- hint: Some(
- "ry to proceed from here, type x to quit.}",
- ),
- line: Some(
- 425,
- ),
- },
- ],
-}