Skip to content

Commit

Permalink
Add test case for #2225
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Sep 25, 2022
1 parent 73d9c04 commit e6e846c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ where

fn compile_pass() {
::yew::html! { <Generic<::std::string::String> /> };
::yew::html! { <Generic<(u8, bool)> /> };
::yew::html! { <Generic<::std::string::String> ></Generic<::std::string::String>> };

::yew::html! { <Generic<::std::vec::Vec<::std::string::String>> /> };
Expand Down

0 comments on commit e6e846c

Please sign in to comment.