Files
mercury/tests/general
Zoltan Somogyi d769b04a96 Base string.format_table{,_max} on common code.
library/string.m:
    Even though format_table_max is a minor tweak on format_table,
    its implementation used to be completely separate. Act on an old XXX
    and make format_table use the same primitive ops as format_table_max.

    Document the operation of format_table a bit better.

    Change the way that format_table_max handles column-width limits,
    by accepting overlong column contents *without* starting a new line.
    Document the new semantics.

    Use predmode decls when possible.

tests/general/string_test.{m,exp}:
    Add a test of format_table_max, which previously did not have one.
2023-05-22 19:23:37 +10:00
..
2014-12-03 18:20:36 +11:00
2021-07-25 23:26:17 +10:00
2020-04-30 16:00:58 +10:00
2020-10-27 11:10:11 +11:00
2013-10-20 17:49:57 +11:00
2019-07-04 23:02:10 +02:00
2021-07-25 23:26:17 +10:00
2021-09-29 22:50:39 +10:00