summaryrefslogtreecommitdiff
path: root/support/texlab/tests/scenarios/hover/bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/scenarios/hover/bibtex')
-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
3 files changed, 15 insertions, 0 deletions
diff --git a/support/texlab/tests/scenarios/hover/bibtex/field/foo.bib b/support/texlab/tests/scenarios/hover/bibtex/field/foo.bib
new file mode 100644
index 0000000000..9d0a961b7a
--- /dev/null
+++ b/support/texlab/tests/scenarios/hover/bibtex/field/foo.bib
@@ -0,0 +1,4 @@
+@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
new file mode 100644
index 0000000000..434bb80185
--- /dev/null
+++ b/support/texlab/tests/scenarios/hover/bibtex/string_reference/foo.bib
@@ -0,0 +1,6 @@
+@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
new file mode 100644
index 0000000000..708bf7bbff
--- /dev/null
+++ b/support/texlab/tests/scenarios/hover/bibtex/type/foo.bib
@@ -0,0 +1,5 @@
+@article{foo,}
+
+@bar{bar,}
+
+@baz{baz,}