cleanup after #234
This commit is contained in:
parent
6f0053a254
commit
76a5a776eb
4 changed files with 398 additions and 428 deletions
|
@ -12410,7 +12410,7 @@ TEST_CASE("regression tests")
|
|||
|
||||
SECTION("issue #233 - Can't use basic_json::iterator as a base iterator for std::move_iterator")
|
||||
{
|
||||
json source = {"a", "b", "c"};
|
||||
json source = {"a", "b", "c"};
|
||||
json expected = {"a", "b"};
|
||||
json dest;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue