mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:46:12 +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;
|
||||
begin
|
||||
TestBinary('A comma B',TJSCommaExpression,'(a , b)',False);
|
||||
TestBinary('A comma B',TJSCommaExpression,'(a, b)',False);
|
||||
end;
|
||||
|
||||
Procedure TTestExpressionWriter.TestBinaryCommaCompact;
|
||||
|
Loading…
Reference in New Issue
Block a user