Skip to content

Commit

Permalink
investigate TT3 overridden block/scoping issue
Browse files Browse the repository at this point in the history
more minimal example - remove unneeded code .

Note: to reproduce run "perl bin/tt-render.pl"
  • Loading branch information
shlomif committed Aug 20, 2024
1 parent 90541ec commit ebf02fb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions fc-solve/site/wml/bin/tt-render.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@

use FreecellSolver::Site::TTRender ();

my $printable;
my @filenames;

my $obj = FreecellSolver::Site::TTRender->new( {} );

if ( !@filenames )
{
@filenames = ("js-fc-solve/text/gui-tests.xhtml");
}
$obj->proc( shift @filenames );
$obj->proc("js-fc-solve/text/gui-tests.xhtml");

0 comments on commit ebf02fb

Please sign in to comment.