]> Sergey Matveev's repositories - public-inbox.git/commit
view: fix regression in standalone /^>$/ lines
authorEric Wong <e@80x24.org>
Fri, 18 Apr 2014 22:43:59 +0000 (22:43 +0000)
committerEric Wong <e@80x24.org>
Fri, 18 Apr 2014 22:46:32 +0000 (22:46 +0000)
commit24edcaa76e03ddfba58bf0074d89e693de6eddb4
tree0b2958f3db56627242a331235b219dc93ea73195
parentfefea3d7d2484ffbf433aec0dd80026aa7120e07
view: fix regression in standalone /^&gt;$/ lines

The lack of trailing whitespace in quote prefixes threw us
off and cause t/view to fail.

This failure was caused by
commit fefea3d7d2484ffbf433aec0dd80026aa7120e07
("ensure per-message short quotes do not get too long")
and not caught before pushing because I failed to run
"make", only "prove" (and not even "prove -l" :x).
lib/PublicInbox/View.pm