From f4f43b2ce64d624140ff55655f11a22dec2635d2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 22 Jan 2023 13:40:10 -0800 Subject: [PATCH] work on debugging rules --- tests/output/pivot-table-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/output/pivot-table-test.c b/tests/output/pivot-table-test.c index 67edc0481f..5eff6b2ef7 100644 --- a/tests/output/pivot-table-test.c +++ b/tests/output/pivot-table-test.c @@ -127,7 +127,7 @@ configure_drivers (int width, int length UNUSED, int min_break) string_map_insert (&options, "box", box); register_driver (&options, "-"); - +#if 0 /* Render to .pdf. */ string_map_insert (&options, "top-margin", "0"); string_map_insert (&options, "bottom-margin", "0"); @@ -148,7 +148,7 @@ configure_drivers (int width, int length UNUSED, int min_break) register_driver (&options, "%s.spv", output_base); register_driver (&options, "%s.html", output_base); register_driver (&options, "%s.tex", output_base); - +#endif string_map_destroy (&options); } -- 2.30.2