Add tests for search option.

This commit is contained in:
Tom Alexander
2023-10-06 18:56:11 -04:00
parent d126488891
commit 135ca133ea
9 changed files with 42 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ pub struct RegularLink<'s> {
pub link_type: LinkType<'s>,
pub path: &'s str,
pub raw_link: &'s str,
pub search_option: Option<&'s str>,
}
#[derive(Debug, PartialEq)]