projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20381b7
)
work on debugging rules
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>
Sat, 28 Jan 2023 18:19:30 +0000
(10:19 -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..e610ee25b4835f7df60bfb469777c3dc8f513980 100644
(file)
--- a/
tests/output/pivot-table-test.c
+++ b/
tests/output/pivot-table-test.c
@@
-127,7
+127,6
@@
configure_drivers (int width, int length UNUSED, int min_break)
string_map_insert (&options, "box", box);
register_driver (&options, "-");
-
/* Render to <base>.pdf. */
string_map_insert (&options, "top-margin", "0");
string_map_insert (&options, "bottom-margin", "0");
@@
-148,7
+147,6
@@
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);
-
string_map_destroy (&options);
}