JsonVariant: add tests for size()

This commit is contained in:
Benoit Blanchon
2022-04-27 15:00:27 +02:00
parent 1d103a1528
commit 5577d18377
2 changed files with 46 additions and 1 deletions

View File

@ -8,8 +8,8 @@ add_executable(JsonVariantTests
clear.cpp
compare.cpp
containsKey.cpp
copy.cpp
converters.cpp
copy.cpp
createNested.cpp
is.cpp
isnull.cpp
@ -20,6 +20,7 @@ add_executable(JsonVariantTests
overflow.cpp
remove.cpp
set.cpp
size.cpp
subscript.cpp
types.cpp
unbound.cpp