Skip to content

What's Not Covered

Gavin Fielder edited this page May 28, 2020 · 5 revisions

Feel free to contribute tests for these bonuses:

  • Size modifiers t, z, j, and q.
  • %n
  • ' (thousands separator flag)
  • $ for dynamic precision. ($ for argument selection is covered under argnum_)

What's not covered very well

  • * (There are some tests, but not many combinations with other flags)
  • %g, %e, %a (some tests exist in the moul block, but they are not rigorously tested with flag combinations like the other tests)