|
@@ -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;
|