From 878d0503f59f21dd09a55cda4a64aac20cc08f81 Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Tue, 3 May 2022 01:30:41 +0300 Subject: [PATCH] some test changes --- DTLib.Tests/DtsodV24/TestDtsodV24.cs | 1 - DTLib.Tests/DtsodV24/lists.dtsod | 8 ++++++++ DTLib.Tests/Program.cs | 5 ++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/DTLib.Tests/DtsodV24/TestDtsodV24.cs b/DTLib.Tests/DtsodV24/TestDtsodV24.cs index 497214b..97fd545 100644 --- a/DTLib.Tests/DtsodV24/TestDtsodV24.cs +++ b/DTLib.Tests/DtsodV24/TestDtsodV24.cs @@ -53,7 +53,6 @@ public static class TestDtsodV24 } } } - Info.Log("y",dtsod.ToString()); Info.Log("g", "test completed"); } diff --git a/DTLib.Tests/DtsodV24/lists.dtsod b/DTLib.Tests/DtsodV24/lists.dtsod index c43f109..6e8b05c 100644 --- a/DTLib.Tests/DtsodV24/lists.dtsod +++ b/DTLib.Tests/DtsodV24/lists.dtsod @@ -14,3 +14,11 @@ $complex: { }; list_of_lists: [ [ "sss" ] ]; blank_list: []; +qqq: [ + { + + }, + { + q: 0.0f; + } +]; \ No newline at end of file diff --git a/DTLib.Tests/Program.cs b/DTLib.Tests/Program.cs index f699649..aedf62c 100644 --- a/DTLib.Tests/Program.cs +++ b/DTLib.Tests/Program.cs @@ -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()); }