summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@006.txt.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@006.txt.snap')
-rw-r--r--support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@006.txt.snap69
1 files changed, 0 insertions, 69 deletions
diff --git a/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@006.txt.snap b/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@006.txt.snap
deleted file mode 100644
index ca9318c68d..0000000000
--- a/support/texlab/crates/parser/src/snapshots/parser__build_log__tests__parse@006.txt.snap
+++ /dev/null
@@ -1,69 +0,0 @@
----
-source: crates/parser/src/build_log.rs
-expression: parse_build_log(&text)
-input_file: crates/parser/src/test_data/build_log/006.txt
----
-BuildLog {
- errors: [
- BuildError {
- relative_path: "./parent.tex",
- level: Error,
- message: "Undefined control sequence.",
- hint: Some(
- "\\foo",
- ),
- line: Some(
- 6,
- ),
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Error,
- message: "Missing $ inserted.",
- hint: Some(
- "\\bar",
- ),
- line: Some(
- 7,
- ),
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Error,
- message: "Undefined control sequence.",
- hint: Some(
- "\\baz",
- ),
- line: Some(
- 8,
- ),
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Error,
- message: "Missing { inserted.",
- hint: None,
- line: Some(
- 9,
- ),
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Error,
- message: "Missing $ inserted.",
- hint: None,
- line: Some(
- 9,
- ),
- },
- BuildError {
- relative_path: "./parent.tex",
- level: Error,
- message: "Missing } inserted.",
- hint: None,
- line: Some(
- 9,
- ),
- },
- ],
-}