From f112c4e13009e5ddfe3cf5c4cbe7f29f832b8553 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 12 Oct 2025 21:51:21 +0200 Subject: solve double delimiters with empty fields --- tests/test-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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" -- cgit v1.2.3