Bug fix -> String with one char + Directory and File on linux
Former-commit-id: 7f9b6c44197c3cc67145eb0a2d421a2e1de45a84
This commit is contained in:
@@ -82,6 +82,21 @@ SCENARIO("String", "[CORE][STRING]")
|
||||
}
|
||||
}
|
||||
|
||||
GIVEN("One character string")
|
||||
{
|
||||
Nz::String characterString;
|
||||
|
||||
WHEN("We set the string to one character")
|
||||
{
|
||||
characterString.Set('/');
|
||||
|
||||
THEN("The string must contain it")
|
||||
{
|
||||
REQUIRE(characterString == '/');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO
|
||||
GIVEN("One unicode string")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user