mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
When parsing a string containing two JSON values using iterators, after parsing, iterator_input_adapter should have advanced to the first character of the second value. Add a unit test to check that this is true.