From 536920ead93a59f9d363373a5d713da75fd6e116 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 10 Apr 2025 20:56:33 -0700 Subject: [PATCH] Actually let's use the new rendering, it's better. --- rust/pspp/src/output/pivot/test.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/pspp/src/output/pivot/test.rs b/rust/pspp/src/output/pivot/test.rs index c0667f1049..115d6daf52 100644 --- a/rust/pspp/src/output/pivot/test.rs +++ b/rust/pspp/src/output/pivot/test.rs @@ -702,17 +702,17 @@ Dimension Borders 1 a │ a │ a │ ag1 │ │ ag1 │ │ ag1 d c a1│a2 a3│a1│a2 a3│a1│a2 a3 -dg1 d1 c1 0│ 1 2│ 3│ 4 5│ 6│ 7 8 +dg1 d1 c1 0│ 1 2│ 3│ 4 5│ 6│ 7 8 ╶─────────┼─────┼──┼─────┼──┼───── cg1 c2 9│10 11│12│13 14│15│16 17 c3 18│19 20│21│22 23│24│25 26 ╶────────────┼─────┼──┼─────┼──┼───── - d2 c1 27│28 29│30│31 32│33│34 35 + d2 c1 27│28 29│30│31 32│33│34 35 ╶─────────┼─────┼──┼─────┼──┼───── cg1 c2 36│37 38│39│40 41│42│43 44 c3 45│46 47│48│49 50│51│52 53 ────────────────┼─────┼──┼─────┼──┼───── -d3 c1 54│55 56│57│58 59│60│61 62 + d3 c1 54│55 56│57│58 59│60│61 62 ╶─────────┼─────┼──┼─────┼──┼───── cg1 c2 63│64 65│66│67 68│69│70 71 c3 72│73 74│75│76 77│78│79 80 -- 2.30.2