Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.42k stars 137 forks source link

Fix: Capitalize was not working properly #615

Closed michalpokusa closed 2 years ago

michalpokusa commented 2 years ago

Capitalization should format "EXAMPLE" to "Example", but in current version it formats it to "EXAMPLE" where bolded text is left without changes, but should be lowercase.

I simple added toLowerCase() where it should be and updated tests.