@@ -907,6 +907,10 @@ mod matrix {
907907 . ok ( "strlen_test::expected_1_4::input_2___buzz__" )
908908 . ok ( "strlen_test::expected_2_2_3_2::input_1___ciao__" )
909909 . ok ( "strlen_test::expected_2_2_3_2::input_2___buzz__" )
910+ . ok ( "doc_comment_strlen_test::expected_1_len_four::input_1_greet_ciao" )
911+ . ok ( "doc_comment_strlen_test::expected_1_len_four::input_2_greet_buzz" )
912+ . ok ( "doc_comment_strlen_test::expected_2_len_four_alt::input_1_greet_ciao" )
913+ . ok ( "doc_comment_strlen_test::expected_2_len_four_alt::input_2_greet_buzz" )
910914 . assert ( output) ;
911915 }
912916
@@ -998,6 +1002,18 @@ mod matrix {
9981002 . ok ( "second::expected_1_4::input_2___buzz__" )
9991003 . ok ( "second::expected_2_2_3_2::input_1___ciao__" )
10001004 . ok ( "second::expected_2_2_3_2::input_2___buzz__" )
1005+ . ok ( "doc_comment_both::expected_1_len_four::input_1_greet_ciao" )
1006+ . ok ( "doc_comment_both::expected_1_len_four::input_2_greet_buzz" )
1007+ . ok ( "doc_comment_both::expected_2_len_four_alt::input_1_greet_ciao" )
1008+ . ok ( "doc_comment_both::expected_2_len_four_alt::input_2_greet_buzz" )
1009+ . ok ( "doc_comment_first::input_1_greet_ciao::expected_1_len_four" )
1010+ . ok ( "doc_comment_first::input_2_greet_buzz::expected_1_len_four" )
1011+ . ok ( "doc_comment_first::input_1_greet_ciao::expected_2_len_four_alt" )
1012+ . ok ( "doc_comment_first::input_2_greet_buzz::expected_2_len_four_alt" )
1013+ . ok ( "doc_comment_second::expected_1_len_four::input_1_greet_ciao" )
1014+ . ok ( "doc_comment_second::expected_1_len_four::input_2_greet_buzz" )
1015+ . ok ( "doc_comment_second::expected_2_len_four_alt::input_1_greet_ciao" )
1016+ . ok ( "doc_comment_second::expected_2_len_four_alt::input_2_greet_buzz" )
10011017 . assert ( output) ;
10021018 }
10031019}
@@ -1303,7 +1319,6 @@ fn should_works_with_smol_async_runtime() {
13031319 . assert ( output) ;
13041320}
13051321
1306-
13071322mod async_timeout_feature {
13081323 use super :: * ;
13091324
0 commit comments