summaryrefslogtreecommitdiff
path: root/support/texlab/tests/scenarios/completion/bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/scenarios/completion/bibtex')
-rw-r--r--support/texlab/tests/scenarios/completion/bibtex/command/foo.bib7
-rw-r--r--support/texlab/tests/scenarios/completion/bibtex/field/foo.bib6
-rw-r--r--support/texlab/tests/scenarios/completion/bibtex/type/foo.bib3
-rw-r--r--support/texlab/tests/scenarios/completion/bibtex/word/foo.bib8
4 files changed, 24 insertions, 0 deletions
diff --git a/support/texlab/tests/scenarios/completion/bibtex/command/foo.bib b/support/texlab/tests/scenarios/completion/bibtex/command/foo.bib
new file mode 100644
index 0000000000..918669ba68
--- /dev/null
+++ b/support/texlab/tests/scenarios/completion/bibtex/command/foo.bib
@@ -0,0 +1,7 @@
+@article{foo,
+ author = {\LaT
+}
+
+@article{foo,
+ author = {\LaT}
+}
diff --git a/support/texlab/tests/scenarios/completion/bibtex/field/foo.bib b/support/texlab/tests/scenarios/completion/bibtex/field/foo.bib
new file mode 100644
index 0000000000..6a24acd646
--- /dev/null
+++ b/support/texlab/tests/scenarios/completion/bibtex/field/foo.bib
@@ -0,0 +1,6 @@
+@article{foo,
+ titl
+
+@article{foo,
+ title = {}
+} \ No newline at end of file
diff --git a/support/texlab/tests/scenarios/completion/bibtex/type/foo.bib b/support/texlab/tests/scenarios/completion/bibtex/type/foo.bib
new file mode 100644
index 0000000000..2c645612b9
--- /dev/null
+++ b/support/texlab/tests/scenarios/completion/bibtex/type/foo.bib
@@ -0,0 +1,3 @@
+@
+@art
+@article
diff --git a/support/texlab/tests/scenarios/completion/bibtex/word/foo.bib b/support/texlab/tests/scenarios/completion/bibtex/word/foo.bib
new file mode 100644
index 0000000000..b2b9e862db
--- /dev/null
+++ b/support/texlab/tests/scenarios/completion/bibtex/word/foo.bib
@@ -0,0 +1,8 @@
+
+@article{foo,
+ author = {},
+}
+
+@comment{foo,
+ author = {},
+}