mirror of https://github.com/ppy/SDL3-CS.git
Add missing test
It was present in `TestReadOnlySpan` but not for strings.
This commit is contained in:
parent
aab02bf6f9
commit
2f459c7a84
|
|
@ -19,6 +19,7 @@ namespace SDL3.Tests
|
|||
[TestCase(null, -1)]
|
||||
[TestCase("", 1)]
|
||||
[TestCase("\0", 1)]
|
||||
[TestCase("test", 5)]
|
||||
[TestCase("test\0", 5)]
|
||||
[TestCase("test\0test", 10)]
|
||||
[TestCase("test\0test\0", 10)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue