aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlukeflo2025-10-12 21:51:21 +0200
committerlukeflo2025-10-12 21:51:21 +0200
commitf112c4e13009e5ddfe3cf5c4cbe7f29f832b8553 (patch)
tree3dea01a84f2d1453a97e52af4ff8b305eca21419 /tests
parent49d9a57bd15565116a51380d3552201b4a2de57b (diff)
downloadbibiman-f112c4e13009e5ddfe3cf5c4cbe7f29f832b8553.tar.gz
bibiman-f112c4e13009e5ddfe3cf5c4cbe7f29f832b8553.zip
solve double delimiters with empty fields
Diffstat (limited to 'tests')
-rw-r--r--tests/test-config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml
index 558d216..2c5ac96 100644
--- a/tests/test-config.toml
+++ b/tests/test-config.toml
@@ -61,5 +61,5 @@ custom_column = "series"
# year_color = "135"
[citekey_formatter]
-fields = [ "author;2;;-;_", "title;3;6;_;_", "year" ]
+fields = [ "author;2;;-;_", "title;3;6;_;_", "year", "publisher;;5;#;" ]
case = "lowercase"