aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlukeflo2025-10-14 10:11:52 +0200
committerlukeflo2025-10-14 10:14:34 +0200
commit18fa9b8bcb02aa5653b976cad7ec9c3123d4f372 (patch)
tree3ab6d26ddf966317407d597b07a0957885694351 /tests
parentc62b83e02359c24973344699116acc12b4a04108 (diff)
downloadbibiman-18fa9b8bcb02aa5653b976cad7ec9c3123d4f372.tar.gz
bibiman-18fa9b8bcb02aa5653b976cad7ec9c3123d4f372.zip
add dry-run example to citekeys doc
Diffstat (limited to 'tests')
-rw-r--r--tests/test-config.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml
index 8dd8014..704d8d8 100644
--- a/tests/test-config.toml
+++ b/tests/test-config.toml
@@ -61,7 +61,14 @@ custom_column = "series"
# year_color = "135"
[citekey_formatter]
-fields = ["shorthand;;;;+","entrytype;;;;:", "author;2;;-;_", "title;3;6;=;_", "year", "publisher;;5;#;" ]
+fields = [
+ "shorthand;;;;+",
+ "entrytype;;;;:",
+ "author;2;;-;_",
+ "title;3;6;=;_",
+ "year",
+ "publisher;;5;#;"
+]
# fields = [ # CamelCase test
# "author;2;;;",
# "title;5;5;;",