richedit: End of line sequence limited to 2 carriage returns.
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 27 Jan 2009 08:38:49 +0000 (03:38 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jan 2009 10:20:37 +0000 (11:20 +0100)
commit083273742750e800b9d86ddf5d5ebc5cd14a5d3b
tree9cfb5bc312dcc3934f89abc784797733558d4fdb
parent29ddbce2888b268efad21ac4b3d6e269000a7d9b
richedit: End of line sequence limited to 2 carriage returns.

riched32.dll does preserve the carriage returns and line feeds unlike
later versions of the richedit control, however the tests previously
missed the fact that a sequence of carriage returns followed by a line
feed (e.g. \r\r\r\n) can actually cause multiple paragraph breaks.
dlls/riched20/caret.c
dlls/riched32/tests/editor.c