diff options
| author | lukeflo | 2025-08-24 22:54:37 +0200 |
|---|---|---|
| committer | lukeflo | 2025-08-24 22:54:37 +0200 |
| commit | a981147809dae4a94ed0fb4da8195f477c4cd1d5 (patch) | |
| tree | 9df472c6bf74752e1ed1a455743697a67abde6d0 | |
| parent | f090e1310cd6c74919273491d75b4b6c52e3dffc (diff) | |
| download | bibiman-a981147809dae4a94ed0fb4da8195f477c4cd1d5.tar.gz bibiman-a981147809dae4a94ed0fb4da8195f477c4cd1d5.zip | |
fix config test func
| -rw-r--r-- | src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index e3798e4..00a35b7 100644 --- a/src/config.rs +++ b/src/config.rs @@ -362,6 +362,7 @@ mod tests { note_symbol = "N" file_symbol = "F" link_symbol = "L" + custom_column = "pubtype" [colors] main_text_color = "250" |
