PascalScript: tests

git-svn-id: trunk@39490 -
This commit is contained in:
martin 2012-12-09 15:31:54 +00:00
parent 0cc92c4269
commit 5b1bd9549c

View File

@ -249,7 +249,7 @@ end;
procedure TCompilerTestSimple.checkArrayProperties;
begin
CompileRun('var r: TStringList; begin r := TStringList.Create; r.Values[''test''] := ''data''; ResultS(r.text); r.Free;end.');
CheckEquals('test=data'#13#10, LastResult);
CheckEquals('test=data'+LineEnding, LastResult);
end;
procedure TCompilerTestSimple.VarDecl;