another test case
This commit is contained in:
parent
f8d263a811
commit
47e3a3ed24
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue