💬 replaced "backspace" with "backslash" #509
This commit is contained in:
parent
9b764ee5d6
commit
723c875604
2 changed files with 2 additions and 2 deletions
|
|
@ -11586,7 +11586,7 @@ class basic_json
|
|||
|
||||
// other characters after escape
|
||||
default:
|
||||
error_message = "invalid string: forbidden character after backspace";
|
||||
error_message = "invalid string: forbidden character after backslash";
|
||||
return token_type::parse_error;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue