mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-15 13:05:36 +02:00
class for Ip and Mac
This commit is contained in:
@@ -110,4 +110,6 @@ TEST_CASE("Many characters in a row"){
|
||||
char str[] = "someeequitellll::ongstring";
|
||||
sls::removeChar(str, 'l');
|
||||
REQUIRE(std::string(str) == "someeequite::ongstring");
|
||||
}
|
||||
}
|
||||
|
||||
// TEST_CASE("concat things not being strings")
|
||||
Reference in New Issue
Block a user