add some tags with escapes to the tests

This commit is contained in:
Sebastian Kuzminsky 2025-07-23 20:24:42 -06:00
parent b1dc6462cd
commit 1fe6a438b9
7 changed files with 10 additions and 0 deletions

View file

@ -674,6 +674,11 @@ mod tests {
done_time: None,
tags: Vec::<String>::from([
String::from("TAG2"),
String::from("bird/wing"),
String::from("bird/wing/feather"),
String::from("deer,antler"),
String::from("deer,antler,tassle"),
String::from("hop,scotch/shoe"),
String::from("i-am-also-a-tag"),
String::from("tag1"),
]),

View file

@ -128,6 +128,11 @@ mod tests {
done_time: None,
tags: Vec::<String>::from([
String::from("TAG2"),
String::from("bird/wing"),
String::from("bird/wing/feather"),
String::from("deer,antler"),
String::from("deer,antler,tassle"),
String::from("hop,scotch/shoe"),
String::from("i-am-also-a-tag"),
String::from("tag1"),
]),