bug 144998: Empty lines under quotes are doubled. Patch by Shotaro Kamio <skamio@netscape.net>, Koike Kazuhiko <kazhik@mozilla.gr.jp>, Wolfgang Rosenauer <mozilla@rfosenauer.org>, and me. r=akkana sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@173967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -70,5 +70,31 @@ The observed of all observers, quite, quite down!
|
||||
|
||||
<p>
|
||||
Now we're outside all blockquotes.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Now let's test some more complicated quotes:<br>
|
||||
</p>
|
||||
|
||||
On 02/22/2003 06:29 AM, Koike Kazuhiko wrote:
|
||||
<br><blockquote type=cite>abc
|
||||
<br></blockquote>def
|
||||
<br>
|
||||
<br>
|
||||
|
||||
On 02/23/2003 06:49 AM, Blake Kaplan wrote:
|
||||
<br><blockquote type=cite>On 02/22/2003 06:29 AM, Koike Kazuhiko wrote:
|
||||
<br><blockquote type=cite>abc
|
||||
<br></blockquote>def
|
||||
<br></blockquote>ghi
|
||||
<br><br>
|
||||
|
||||
The alternate method of quoting:<br><br>
|
||||
|
||||
<pre wrap>On 02/22/2003 06:29 AM, Koike Kazuhiko wrote:
|
||||
</pre><blockquote type=cite><pre wrap>abc
|
||||
</pre></blockquote><pre wrap><!---->def
|
||||
|
||||
</pre></body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -15,9 +15,26 @@ quotations get wrapped:
|
||||
>
|
||||
>> /(The next line does not end with a *br* tag.)./
|
||||
>> Oh, what a rogue and peasant slave am I.
|
||||
>
|
||||
> /(Neither does the next line:)/
|
||||
> The observed of all observers, quite, quite down!
|
||||
|
||||
Now we're outside all blockquotes.
|
||||
|
||||
Now let's test some more complicated quotes:
|
||||
|
||||
On 02/22/2003 06:29 AM, Koike Kazuhiko wrote:
|
||||
> abc
|
||||
def
|
||||
|
||||
On 02/23/2003 06:49 AM, Blake Kaplan wrote:
|
||||
> On 02/22/2003 06:29 AM, Koike Kazuhiko wrote:
|
||||
>> abc
|
||||
> def
|
||||
ghi
|
||||
|
||||
The alternate method of quoting:
|
||||
|
||||
On 02/22/2003 06:29 AM, Koike Kazuhiko wrote:
|
||||
> abc
|
||||
def
|
||||
|
||||
|
||||
Reference in New Issue
Block a user