Closed on2 closed 4 years ago
I noticed whilst working on pull request #154 that if I use the following code that the-league-big.txt is drawn:
the-league-big.txt
$climate = new League\CLImate\CLImate; $climate->draw('the-league');
I would expect the-league.txt to be shown. Is this by design or a bug?
the-league.txt
This is a bug, it's fixed in 3.5.1 now and the filename matching is stricter
I noticed whilst working on pull request #154 that if I use the following code that
the-league-big.txt
is drawn:I would expect
the-league.txt
to be shown. Is this by design or a bug?