Test that adding the same value twice doesn't increase the size of the object

This commit is contained in:
Benoit Blanchon
2014-09-27 14:43:19 +02:00
parent 166bdd6919
commit a2fc188526
10 changed files with 146 additions and 32 deletions

View File

@@ -66,6 +66,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="JsonBuffer.h" />
<ClInclude Include="JsonNode.h" />
<ClInclude Include="JsonObject.h" />
<ClInclude Include="JsonValue.h" />
<ClInclude Include="StaticJsonBuffer.h" />