summaryrefslogtreecommitdiff
path: root/tests/test_compare.expected
diff options
context:
space:
mode:
authordota17 <chenguopingdota@163.com>2020-03-30 17:32:06 +0800
committerdota17 <chenguopingdota@163.com>2020-03-31 19:12:45 +0800
commit38221774731c8ff95fe10fe37de8b198a5c71416 (patch)
treea30b4d6718e43d99d632efdbd67d9f7df302b34a /tests/test_compare.expected
parentd1650a582eb8d9357794c6ecc15282718d29fecb (diff)
downloadjson-c-38221774731c8ff95fe10fe37de8b198a5c71416.tar.gz
add test cases
Diffstat (limited to 'tests/test_compare.expected')
-rw-r--r--tests/test_compare.expected6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_compare.expected b/tests/test_compare.expected
index a08fab9..51366d9 100644
--- a/tests/test_compare.expected
+++ b/tests/test_compare.expected
@@ -22,3 +22,9 @@ Comparing different arrays is correct
Comparing different arrays (one empty) is correct
Comparing JSON object with different key order is correct
Comparing different objects is correct
+Comparing different objects is correct
+Comparing different objects is correct
+Comparing different objects is correct
+JSON integer and NULL comparison is correct
+JSON NULL and double comparison is correct
+JSON integer and double comparison is correct