Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
zstewar1 committed Dec 19, 2021
1 parent ca0e876 commit ec19270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew/src/html/conversion.rs
Expand Up @@ -98,5 +98,6 @@ mod test {
let _: Option<String> = "foo".into_prop_value();
let _: AttrValue = "foo".into_prop_value();
let _: Option<AttrValue> = "foo".into_prop_value();
let _: Option<AttrValue> = Rc::<str>::from("foo").into_prop_value();
}
}

0 comments on commit ec19270

Please sign in to comment.