Searched refs:OneTextComment (Results 1 – 1 of 1) sorted by relevance
169 auto OneTextComment = std::make_unique<CommentInfo>(); in TEST() local170 OneTextComment->Kind = "TextComment"; in TEST()171 OneTextComment->Text = "This is a text comment."; in TEST()172 OneParagraphComment->Children.push_back(std::move(OneTextComment)); in TEST()