diff --git a/DTLib.Dtsod/Dependencies/kerep.so b/DTLib.Dtsod/Dependencies/kerep.so index 7e1e97a..656d2a8 100644 Binary files a/DTLib.Dtsod/Dependencies/kerep.so and b/DTLib.Dtsod/Dependencies/kerep.so differ diff --git a/DTLib.Tests/DtsodV24/TestDtsodV24.cs b/DTLib.Tests/DtsodV24/TestDtsodV24.cs index 8ec9e32..a4fcf90 100644 --- a/DTLib.Tests/DtsodV24/TestDtsodV24.cs +++ b/DTLib.Tests/DtsodV24/TestDtsodV24.cs @@ -68,6 +68,7 @@ public static class TestDtsodV24 LogOperationTime( "V23 to V24 conversion", 32, ()=> text = DtsodConverter.ConvertVersion(new DtsodV23(_text), DtsodVersion.V24).ToString() ); + File.WriteAllText($"DtsodV24{Путь.Разд}messages.dtsod",text); LogOperationTime("V24 deserialization", 64, () => dtsod = new DtsodV24(text)); LogOperationTime("V24 serialization", 64, () => text = dtsod.ToString()); Info.Log("g", "test completed"); diff --git a/DTLib.Tests/DtsodV24/complexes.dtsod b/DTLib.Tests/DtsodV24/complexes.dtsod index 2a7874d..8c37f99 100644 --- a/DTLib.Tests/DtsodV24/complexes.dtsod +++ b/DTLib.Tests/DtsodV24/complexes.dtsod @@ -2,8 +2,9 @@ message: { type: "sent"; time: "15.12.2021 20:51:24 +03:00"; - author_id: 293798876950036480; + author_id: -293798876950036480; channel_id: 913088838761603212; - message_id: 920734809096077353; + message_id: 920734809096077353u; text: "_$\"\\\\'''\n\ta ыыы000;2;=:%d;```"; + den: -0.99f; }; \ No newline at end of file diff --git a/DTLib.Tests/DtsodV24/lists.dtsod b/DTLib.Tests/DtsodV24/lists.dtsod index af74486..921034e 100644 --- a/DTLib.Tests/DtsodV24/lists.dtsod +++ b/DTLib.Tests/DtsodV24/lists.dtsod @@ -1,5 +1,5 @@ uints: [10,20,30,0,0 ]; -floats: [8.2,5.225,-0.9993]; +floats: [8.2f,5.225f,-0.9993f]; strings: ["aaa","bbb","ccc"]; things: ["aaa",true,-122]; $complex: {