mirror of
https://github.com/nlohmann/json.git
synced 2025-07-09 11:01:47 +03:00
fix test case
This commit is contained in:
@ -2443,10 +2443,10 @@ class basic_json
|
||||
return ":";
|
||||
case (token_type::value_separator):
|
||||
return ",";
|
||||
case (token_type::parse_error):
|
||||
return "<parse error>";
|
||||
case (token_type::end_of_input):
|
||||
return "<end of input>";
|
||||
default:
|
||||
return "<parse error>";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user