Open mmore500 opened 11 months ago
emp::String
was built in String.hpp
based off of all of the functions in string_utils.hpp
. I moved many of the string_util tests over, but some didn't apply cleanly. I do want to go through the rest more to see if any of them should be added, but I don't think it's critical. They weren't removed because of lack of passing or anything like that; they're still active in the string_utils.cpp tests.
See i.e., https://github.com/devosoft/Empirical/blob/fbf27dc43326e252d62ca094285662826d0293b0/tests/tools/String.cpp#L346
We should check if these functions have been removed and, if not, if they are broken.