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());
|
CHECK(n2 == json());
|
||||||
|
|
||||||
json::iterator it = n1.begin();
|
json::iterator it = n1.begin();
|
||||||
++it;
|
--it;
|
||||||
CHECK(it == n1.end());
|
|
||||||
|
|
||||||
json::const_iterator cit = n1.cbegin();
|
json::const_iterator cit = n1.cbegin();
|
||||||
++cit;
|
--cit;
|
||||||
CHECK(cit == n1.cend());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue