Page MenuHomePhabricator

Require valid comments to contain at least one non-whitespace character
ClosedPublic

Authored by epriestley on May 30 2019, 7:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 30, 12:22 PM
Unknown Object (File)
Sat, Jan 25, 5:10 AM
Unknown Object (File)
Sat, Jan 25, 5:10 AM
Unknown Object (File)
Sat, Jan 25, 5:10 AM
Unknown Object (File)
Sat, Jan 25, 5:10 AM
Unknown Object (File)
Thu, Jan 23, 4:46 AM
Unknown Object (File)
Tue, Jan 21, 12:57 PM
Unknown Object (File)
Fri, Jan 3, 7:07 PM
Subscribers
None

Details

Summary

See downstream https://phabricator.wikimedia.org/T88655. This is very marginal, but we currently allow comments consisting of only whitespace.

These are probably always mistakes, so treat them like completely empty comments.

(We intentionally do not trim leading or trailing whitespace from comments when posting them becuase leading spaces can be used to trigger codeblock formatting.)

Test Plan
  • Posted empty, nonempty, and whitespace-only comments.
  • Whitespace-only comments now have the same behavior as truly empty comments (e.g., do not actually generate a transaction).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable