Searched refs:trim_text (Results 1 – 1 of 1) sorted by relevance
276 std::unique_ptr<xml::Text> trim_text = util::make_unique<xml::Text>(); in TEST() local277 trim_text->line_number = 25; in TEST()278 trim_text->column_number = 3; in TEST()279 trim_text->text = " \n "; in TEST()280 element.AppendChild(std::move(trim_text)); in TEST()