mirror of
https://github.com/nlohmann/json.git
synced 2026-06-23 20:54:17 +00:00
another test case
This commit is contained in:
+2
-4
@@ -939,12 +939,10 @@ TEST_CASE("null")
|
||||
CHECK(n2 == json());
|
||||
|
||||
json::iterator it = n1.begin();
|
||||
++it;
|
||||
CHECK(it == n1.end());
|
||||
--it;
|
||||
|
||||
json::const_iterator cit = n1.cbegin();
|
||||
++cit;
|
||||
CHECK(cit == n1.cend());
|
||||
--cit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user