rjwignar / ctil

GNU General Public License v3.0
2 stars 2 forks source link

Add Unit Test for ctil::ends_with in test.cpp #13

Closed rjwignar closed 1 year ago

rjwignar commented 1 year ago

ctil::ends_with() is a helper method that checks if a string, value, ends with a suffix, ending. This method is used to check if file paths passed to ctil contains specific file extensions. A unit test has to be added to test.cpp that tests ctil::ends_with().

To do this:

kliu57 commented 1 year ago

I can work on this :)