add some tags with escapes to the tests
This commit is contained in:
parent
b1dc6462cd
commit
1fe6a438b9
7 changed files with 10 additions and 0 deletions
|
|
@ -674,6 +674,11 @@ mod tests {
|
||||||
done_time: None,
|
done_time: None,
|
||||||
tags: Vec::<String>::from([
|
tags: Vec::<String>::from([
|
||||||
String::from("TAG2"),
|
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("i-am-also-a-tag"),
|
||||||
String::from("tag1"),
|
String::from("tag1"),
|
||||||
]),
|
]),
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,11 @@ mod tests {
|
||||||
done_time: None,
|
done_time: None,
|
||||||
tags: Vec::<String>::from([
|
tags: Vec::<String>::from([
|
||||||
String::from("TAG2"),
|
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("i-am-also-a-tag"),
|
||||||
String::from("tag1"),
|
String::from("tag1"),
|
||||||
]),
|
]),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue