thephpleague / climate

PHP's best friend for the terminal.
http://climate.thephpleague.com
MIT License
1.87k stars 126 forks source link

Draw art filenames #155

Closed on2 closed 4 years ago

on2 commented 5 years ago

I noticed whilst working on pull request #154 that if I use the following code that the-league-big.txt is drawn:

$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?

duncan3dc commented 4 years ago

This is a bug, it's fixed in 3.5.1 now and the filename matching is stricter