mirror of
https://github.com/nlohmann/json.git
synced 2026-02-13 00:52:17 +00:00
🔨 fixed number parsing
This commit is contained in:
@@ -216,6 +216,7 @@ TEST_CASE("regression tests")
|
||||
{
|
||||
json a = {1, 2, 3};
|
||||
json::reverse_iterator rit = ++a.rbegin();
|
||||
CHECK(*rit == json(2));
|
||||
}
|
||||
{
|
||||
json a = {1, 2, 3};
|
||||
|
||||
Reference in New Issue
Block a user