diff --git a/espanso-config/src/legacy/config.rs b/espanso-config/src/legacy/config.rs index b6553c3..782852f 100644 --- a/espanso-config/src/legacy/config.rs +++ b/espanso-config/src/legacy/config.rs @@ -193,7 +193,7 @@ pub struct LegacyConfig { pub config_caching_interval: i32, #[serde(default = "default_word_separators")] - pub word_separators: Vec, // TODO: add parsing test + pub word_separators: Vec, #[serde(default = "default_toggle_key")] pub toggle_key: KeyModifier,