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