mirror of
https://github.com/nlohmann/json.git
synced 2026-04-25 09:19:26 +00: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>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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