mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 14:50:32 +02:00
SynEdit: testcase, fix memleak
git-svn-id: trunk@25256 -
This commit is contained in:
parent
0254875222
commit
591e6c3709
@ -246,6 +246,7 @@ begin
|
||||
TestIndex('AtEnd 4', 4, 0, True , 3);
|
||||
TestIndex('After 4', 4, 1, False, -1);
|
||||
TestIndex('After 4', 4, 1, True , 4);
|
||||
sl.Free;
|
||||
{%endregion}
|
||||
|
||||
{%region IndexOfFirstSectionAtVirtualIdx}
|
||||
|
Loading…
Reference in New Issue
Block a user