aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlukeflo2025-02-24 14:45:58 +0100
committerlukeflo2025-02-24 14:45:58 +0100
commit7cf08ef15b50b5f83fccbe65ea161f2e92c22cd0 (patch)
treed63798ee5166f985f1456e5bbc5aa4b6a358f8d9 /src
parentd8bb353580f8d26e1e3dc2422e421ce64aa85417 (diff)
downloadbibiman-7cf08ef15b50b5f83fccbe65ea161f2e92c22cd0.tar.gz
bibiman-7cf08ef15b50b5f83fccbe65ea161f2e92c22cd0.zip
new gif, update version to 0.11.0
Diffstat (limited to 'src')
-rw-r--r--src/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 91bd1e8..956b724 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -157,6 +157,8 @@ mod tests {
let default_config: BibiConfig = BibiConfig::default();
assert_eq!(config, default_config);
+ assert_eq!(config.general.bibfiles, None);
+ assert_eq!(config.general.editor, None);
Ok(())
});