Browse Source

fcl-js: fixed tests

git-svn-id: trunk@37591 -
Mattias Gaertner 7 years ago
parent
commit
d045d1888d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-js/tests/tcwriter.pp

+ 1 - 1
packages/fcl-js/tests/tcwriter.pp

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