use ;
/// Render a single frame to a flat string for snapshot-style assertions.
///
/// Creates a [`TestBackend`] of the given dimensions, draws one frame using
/// `render_fn`, then concatenates every cell symbol row-by-row with a newline
/// after each row.