aboutsummaryrefslogtreecommitdiff
path: root/tests/test-config.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-10 14:57:53 +0200
committerlukeflo2025-10-10 14:57:53 +0200
commitc69b1789fabaf149916d160922d7026f2cbe33f1 (patch)
treeda75e91e446d02f96946fb59cfb70b549180c778 /tests/test-config.toml
parent4779dbc5fe3712bce31bbb5f1f43c28c4c839420 (diff)
downloadbibiman-c69b1789fabaf149916d160922d7026f2cbe33f1.tar.gz
bibiman-c69b1789fabaf149916d160922d7026f2cbe33f1.zip
implement const of ignored special chars for citekey formatting
* the list contains 33 special chars at the moment * it will only affect already existing special chars in biblatex fields * delimiter specified for citekey formatting are not affected * char count is also not affected, ignored chars are not counted
Diffstat (limited to 'tests/test-config.toml')
-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 b484b69..558d216 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;3;_;_", "year" ]
+fields = [ "author;2;;-;_", "title;3;6;_;_", "year" ]
case = "lowercase"