work rust
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 29 Dec 2025 00:06:02 +0000 (16:06 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 29 Dec 2025 00:06:02 +0000 (16:06 -0800)
rust/pspp/src/output/pivot/look_xml.rs

index e7cf91ad38bda606807103963a7b770416f861d4..58378a46df4b95d471d675f77e7ae0bdbe3c075c 100644 (file)
@@ -752,8 +752,8 @@ mod tests {
             hide_empty: true,
             row_label_position: LabelPosition::Corner,
             heading_widths: enum_map! {
-                HeadingRegion::Rows => 36..=120,
-                HeadingRegion::Columns => 36..=72,
+                HeadingRegion::Rows => 48..=160,
+                HeadingRegion::Columns => 48..=96,
             },
             footnote_marker_type: FootnoteMarkerType::Alphabetic,
             footnote_marker_position: FootnoteMarkerPosition::Subscript,