Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Proposal: use Unicode elipsis in tests preview #511

Closed mikhail-dvorkin closed 9 months ago

mikhail-dvorkin commented 1 year ago

Considered a test with chessboard: 4 6 #.#.#. .#.#.# #.#.#. .#.#.#

It will be previewed as: 4 6 #.#.#. .#.#.# #.#.#. .#....

Which is confusing at the first sight. May I propose to change three dots "..." to single char: Unicode elipsis, "…" (U+2026). In most cases it will look strictly less confusing:

4 6 #.#.#. .#.#.# #.#.#. .#.…

MikeMirzayanov commented 9 months ago

Done