This repository was archived by the owner on Jul 19, 2025. It is now read-only.
support writing for json 5 compatible format #53
Annotations
2 errors
|
Serialization.Tests.JSONTests ► WriteArrayToJSON5:
tests/JSONTests.cs#L371
Failed test found in:
tests/TestResults/_fv-az1714-532_2025-04-25_16_13_02.trx
Error:
Assert.That(jsonSource, Is.EqualTo(expectedSource))
Expected string length 350 but was 368. Strings differ at index 1.
Expected: "{\n name: 'playerName',\n hp: 100,\n items: [\n {..."
But was: "{\r\n name: 'playerName',\r\n hp: 100,\r\n items: [\r\n ..."
------------^
|
|
build
Process completed with exit code 1.
|