summaryrefslogtreecommitdiff
path: root/support/texlab/tests/scenarios/hover
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/scenarios/hover')
-rw-r--r--support/texlab/tests/scenarios/hover/bibtex/field/foo.bib4
-rw-r--r--support/texlab/tests/scenarios/hover/bibtex/string_reference/foo.bib6
-rw-r--r--support/texlab/tests/scenarios/hover/bibtex/type/foo.bib5
-rw-r--r--support/texlab/tests/scenarios/hover/latex/citation/foo.bib5
-rw-r--r--support/texlab/tests/scenarios/hover/latex/citation/foo.tex4
-rw-r--r--support/texlab/tests/scenarios/hover/latex/component/foo.tex4
-rw-r--r--support/texlab/tests/scenarios/hover/latex/label/section.tex5
7 files changed, 0 insertions, 33 deletions
diff --git a/support/texlab/tests/scenarios/hover/bibtex/field/foo.bib b/support/texlab/tests/scenarios/hover/bibtex/field/foo.bib
deleted file mode 100644
index 9d0a961b7a..0000000000
--- a/support/texlab/tests/scenarios/hover/bibtex/field/foo.bib
+++ /dev/null
@@ -1,4 +0,0 @@
-@article{foo,
- author = {Foo Bar},
- bar = {Baz Qux},
-} \ No newline at end of file
diff --git a/support/texlab/tests/scenarios/hover/bibtex/string_reference/foo.bib b/support/texlab/tests/scenarios/hover/bibtex/string_reference/foo.bib
deleted file mode 100644
index 434bb80185..0000000000
--- a/support/texlab/tests/scenarios/hover/bibtex/string_reference/foo.bib
+++ /dev/null
@@ -1,6 +0,0 @@
-@string{foo = "foo {bar} baz"}
-
-@article{bar,
- author = foo # bar,
- title = "Qux",
-}
diff --git a/support/texlab/tests/scenarios/hover/bibtex/type/foo.bib b/support/texlab/tests/scenarios/hover/bibtex/type/foo.bib
deleted file mode 100644
index 708bf7bbff..0000000000
--- a/support/texlab/tests/scenarios/hover/bibtex/type/foo.bib
+++ /dev/null
@@ -1,5 +0,0 @@
-@article{foo,}
-
-@bar{bar,}
-
-@baz{baz,}
diff --git a/support/texlab/tests/scenarios/hover/latex/citation/foo.bib b/support/texlab/tests/scenarios/hover/latex/citation/foo.bib
deleted file mode 100644
index ce704dcff8..0000000000
--- a/support/texlab/tests/scenarios/hover/latex/citation/foo.bib
+++ /dev/null
@@ -1,5 +0,0 @@
-@article{foo, author = {Foo Bar}, title = {Baz Qux}, year = {2019}}
-
-@article{bar, author = {Baz Qux}, title = {Foo Bar}, year = {2019}}
-
-@article{baz,}
diff --git a/support/texlab/tests/scenarios/hover/latex/citation/foo.tex b/support/texlab/tests/scenarios/hover/latex/citation/foo.tex
deleted file mode 100644
index 7ec4a6cdf2..0000000000
--- a/support/texlab/tests/scenarios/hover/latex/citation/foo.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\bibliography{foo}
-
-\cite{foo}
-\cite{baz}
diff --git a/support/texlab/tests/scenarios/hover/latex/component/foo.tex b/support/texlab/tests/scenarios/hover/latex/component/foo.tex
deleted file mode 100644
index c111318484..0000000000
--- a/support/texlab/tests/scenarios/hover/latex/component/foo.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-\documentclass{article}
-\usepackage{amsmath}
-\documentclass{foo}
-\usepackage{foo}
diff --git a/support/texlab/tests/scenarios/hover/latex/label/section.tex b/support/texlab/tests/scenarios/hover/latex/label/section.tex
deleted file mode 100644
index 75a5d120b5..0000000000
--- a/support/texlab/tests/scenarios/hover/latex/label/section.tex
+++ /dev/null
@@ -1,5 +0,0 @@
-\documentclass{article}
-\begin{document}
-\section{Foo}
-\label{sec:foo}
-\end{document}