]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0666: assert_equal() doesn't show multibyte string correctly v9.1.0666
authorzeertzjq <zeertzjq@outlook.com>
Fri, 9 Aug 2024 17:52:10 +0000 (19:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 9 Aug 2024 17:52:10 +0000 (19:52 +0200)
commit9c4b2462bb498f44044616f7309d111d12170369
treedcb90e07a9d0b3516065a44f6873b1b02e41a523
parent0cc5dce5780d39fe621f6146d4fb862318918125
patch 9.1.0666: assert_equal() doesn't show multibyte string correctly

Problem:  assert_equal() doesn't show multibyte string correctly
Solution: Properly advance over a multibyte char.
          (zeertzjq)

closes: #15456

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_assert.vim
src/testing.c
src/version.c