Multi-target net5.0
This commit is contained in:
parent
6d7ac90088
commit
3e8e4a6319
7 changed files with 214 additions and 194 deletions
|
|
@ -62,7 +62,7 @@ namespace Raylib_cs.Tests
|
|||
int count = 0;
|
||||
string input = "aàáâãäāăąȧXǎȁȃeèéêẽëē";
|
||||
int[] codepoints1 = Raylib.LoadCodepoints(input, ref count);
|
||||
|
||||
|
||||
for (int i = 0; i < input.Length; i++)
|
||||
{
|
||||
Assert.Equal(input[i], codepoints1[i]);
|
||||
|
|
@ -81,7 +81,7 @@ namespace Raylib_cs.Tests
|
|||
public void TextCodepointsToUTF8()
|
||||
{
|
||||
string input = "aàáâãäāăąȧXǎȁȃeèéêẽëē";
|
||||
|
||||
|
||||
int count = 0;
|
||||
int[] codepoints1 = Raylib.LoadCodepoints(input, ref count);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue