Add a test to check for issues with deeply nested objects, which can cause problems due to stack recursion.

This commit is contained in:
Eric Hawicz
2026-05-03 12:16:56 -04:00
parent 52ddfb35f1
commit 5320cf9753
5 changed files with 89 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ set(ALL_TEST_NAMES
test_charcase
test_compare
test_deep_copy
test_deep_nesting
test_double_serializer
test_float
test_int_add