.* prev next .* " .unindent() ); } #[test] fn with_prev_and_next() { assert_regex_match!( ChildrenHtml { parent: inscription_id(1), parent_number: 0, children: vec![inscription_id(2), inscription_id(3)], next_page: Some(3), prev_page: Some(1), }, "

Inscription 0 Children

.* .* " .unindent() ); } }