]> git.lizzy.rs Git - dragonfireclient.git/commit
Improve testSerializeJsonString unit tests
authorsfan5 <sfan5@live.de>
Sun, 1 May 2022 11:43:29 +0000 (13:43 +0200)
committersfan5 <sfan5@live.de>
Sat, 21 May 2022 15:46:10 +0000 (17:46 +0200)
commit70dc23f996683a59dd85db74e8f15e49c4f7b9fd
tree33a320c9d009303d841f266609c3947bf5ea7465
parent4e9e230e34912d08ec0f0fc01d14ef80654c7cac
Improve testSerializeJsonString unit tests

this also removes the requirement that / is escaped, there is
no reason for doing so.
src/unittest/test.h
src/unittest/test_serialization.cpp
src/util/serialize.cpp