From 745892fbddea56040139108277e728b53fd8fc11 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 28 May 2020 03:03:21 +0000 Subject: CTAN sync 202005280303 --- .../texlab/tests/test_completion_latex_include.rs | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 support/texlab/tests/test_completion_latex_include.rs (limited to 'support/texlab/tests/test_completion_latex_include.rs') diff --git a/support/texlab/tests/test_completion_latex_include.rs b/support/texlab/tests/test_completion_latex_include.rs deleted file mode 100644 index b657804317..0000000000 --- a/support/texlab/tests/test_completion_latex_include.rs +++ /dev/null @@ -1,29 +0,0 @@ -pub mod support; - -use support::completion::*; - -const SCENARIO: &str = "latex/include"; - -#[tokio::test] -async fn include_root() { - let (_, items) = run_list(SCENARIO, "foo.tex", 2, 9).await; - verify::labels(&items, vec!["bar", "foo", "qux"]); -} - -#[tokio::test] -async fn input_root() { - let (_, items) = run_list(SCENARIO, "foo.tex", 3, 7).await; - verify::labels(&items, vec!["bar.tex", "foo.tex", "qux"]); -} - -#[tokio::test] -async fn input_subdirectory() { - let (_, items) = run_list(SCENARIO, "foo.tex", 4, 11).await; - verify::labels(&items, vec!["baz.tex"]); -} - -#[tokio::test] -async fn bibliography() { - let (_, items) = run_list(SCENARIO, "foo.tex", 5, 16).await; - verify::labels(&items, vec!["bibliography.bib", "qux"]); -} -- cgit v1.2.3