mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
fcl-js: fixed tests
git-svn-id: trunk@37591 -
This commit is contained in:
parent
7fa9d267e3
commit
d045d1888d
@ -593,7 +593,7 @@ end;
|
|||||||
|
|
||||||
Procedure TTestExpressionWriter.TestBinaryComma;
|
Procedure TTestExpressionWriter.TestBinaryComma;
|
||||||
begin
|
begin
|
||||||
TestBinary('A comma B',TJSCommaExpression,'(a , b)',False);
|
TestBinary('A comma B',TJSCommaExpression,'(a, b)',False);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TTestExpressionWriter.TestBinaryCommaCompact;
|
Procedure TTestExpressionWriter.TestBinaryCommaCompact;
|
||||||
|
Loading…
Reference in New Issue
Block a user