mirror of https://github.com/ppy/SDL3-CS.git
Cover all cases of "creating" `Utf8String`s
This commit is contained in:
parent
2f459c7a84
commit
6f8564fb9d
|
|
@ -14,6 +14,7 @@ namespace SDL3.Tests
|
||||||
{
|
{
|
||||||
checkNull(null);
|
checkNull(null);
|
||||||
checkNull(default);
|
checkNull(default);
|
||||||
|
checkNull(new Utf8String()); // don't do this in actual code
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase(null, -1)]
|
[TestCase(null, -1)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue