fix test case
This commit is contained in:
parent
4b9bd96ab1
commit
463c38df60
3 changed files with 11 additions and 6 deletions
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue