Searched refs:ExpectedTextComment (Results 1 – 1 of 1) sorted by relevance
216 auto ExpectedTextComment = std::make_unique<CommentInfo>(); in TEST() local217 ExpectedTextComment->Kind = "TextComment"; in TEST()218 ExpectedTextComment->Text = "This is a text comment."; in TEST()219 ExpectedParagraphComment->Children.push_back(std::move(ExpectedTextComment)); in TEST()