catala/tests/modules/bad
Louis Gesbert b78cd9c29a
Improve message formatting throughout
Ensuring messages don't print overlong lines still requires some manual work:
- if they don't contain any `Format` directives (`%` or `@`), use `"%a"
  Format.pp_print_text` to turn word-wrapping on.
- otherwise replace spaces with `@ ` to mark possible cutting points, as soon
  that it's possible the line will get over 80 chars (most often, this means
  starting before the first `%a`)
2024-04-12 17:07:36 +02:00
..
mod_bad_include.catala_en Improve message formatting throughout 2024-04-12 17:07:36 +02:00
mod_badname.catala_en Improve message formatting throughout 2024-04-12 17:07:36 +02:00