Searched refs:TwoTextComment (Results 1 – 1 of 1) sorted by relevance
192 auto TwoTextComment = std::make_unique<CommentInfo>(); in TEST() local193 TwoTextComment->Kind = "TextComment"; in TEST()194 TwoTextComment->Text = "This is a text comment."; in TEST()195 TwoParagraphComment->Children.push_back(std::move(TwoTextComment)); in TEST()