some test changes

This commit is contained in:
Timerix22 2022-05-03 01:30:41 +03:00
parent 9ef7d53295
commit 878d0503f5
3 changed files with 10 additions and 4 deletions

View File

@ -53,7 +53,6 @@ public static class TestDtsodV24
}
}
}
Info.Log("y",dtsod.ToString());
Info.Log("g", "test completed");
}

View File

@ -14,3 +14,11 @@ $complex: {
};
list_of_lists: [ [ "sss" ] ];
blank_list: [];
qqq: [
{
},
{
q: 0.0f;
}
];

View File

@ -28,11 +28,10 @@ public static class Program
Console.Title="tester";
try
{
/*TestPInvoke.TestAll();
TestPInvoke.TestAll();
TestAutoarr.TestAll();
TestDtsodV23.TestAll();
TestDtsodV24.TestAll();*/
TestDtsodV24.TestLists();
TestDtsodV24.TestAll();
}
catch (Exception ex)
{ Info.Log("r", ex.ToString()); }