tests: added completeblock test for case of end

git-svn-id: trunk@35000 -
This commit is contained in:
mattias 2012-01-28 18:06:41 +00:00
parent 525e2b6af4
commit cec16d5f5b

View File

@ -174,6 +174,13 @@ begin
+' finally'+LineEnding
+' end;'+LineEnding
+'end.');
CompleteBlock('begin'+LineEnding
+' case of|'+LineEnding
+'end.',
'begin'+LineEnding
+' case of|'+LineEnding
+' end;'+LineEnding
+'end.');
end;
initialization