mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Multi-target net5.0
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user