Skip to content

Commit

Permalink
Misc. spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGrange committed May 10, 2022
1 parent d304b96 commit 4789aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Test/UJSFilterTests.pas
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ procedure TJSFilterTests.SetUp;
FJSFilter.CodeGenPostfix:='';
FJSFilter.Compiler := FJSCompiler;

FHtmlFilter := TdwsHtmlFilter.Create(nil);
FHtmlFilter := TdwsHtmlFilter.Create(nil);
FHtmlFilter.PatternOpen:='<?pas';
FHtmlFilter.PatternClose:='?>';
FHtmlFilter.SubFilter:=FJSFilter;
Expand All @@ -90,8 +90,8 @@ procedure TJSFilterTests.SetUp;

FMainCompiler.Config.Filter := FHtmlFilter;

FASMModule:=TdwsJSLibModule.Create(nil);
FASMModule.Script:=FJSCompiler;
FASMModule := TdwsJSLibModule.Create(nil);
FASMModule.Script := FJSCompiler;

if FChromium = nil then
FChromium := CreateTestChromium;
Expand Down

0 comments on commit 4789aee

Please sign in to comment.