richedit: Added test for correct behaviour for calling EditWordBreakProc.
commit00fd6b62d3ca794b8e2dac7357a4fa95febb1e08
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 23 Oct 2008 05:07:11 +0000 (23 01:07 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Oct 2008 13:30:06 +0000 (23 15:30 +0200)
treeb374841667028a8ed3f639a68e963c44b1b88138
parente7d951320acb7cb395b4bc2b71acf5b3b2a71c8a
richedit: Added test for correct behaviour for calling EditWordBreakProc.

EditWordBreakProc documented the third parameter as being the number
of unicode characters in the string for richedit 2.0 and up.  It turns
out that it should actually be the number of bytes in the string.
dlls/riched20/tests/editor.c