projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f20f5
)
work on debugging rules
pivot-titles-4
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 22 Jan 2023 21:40:10 +0000
(13:40 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 27 Jan 2023 19:50:31 +0000
(11:50 -0800)
tests/output/pivot-table-test.c
patch
|
blob
|
history
diff --git
a/tests/output/pivot-table-test.c
b/tests/output/pivot-table-test.c
index 67edc0481fa8d8d99c0df7fb563f794eb9b4a2e4..5eff6b2ef746c0761a8814627184fff9ed09fb13 100644
(file)
--- 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 <base>.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);
}