mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
47cf9985eb
commit
d7ac5ba1c6
1 changed files with 3 additions and 0 deletions
|
|
@ -898,6 +898,9 @@ GDScriptTokenizer::Token GDScriptTokenizer::string() {
|
|||
_advance();
|
||||
_advance();
|
||||
break;
|
||||
} else {
|
||||
// Not a multiline string termination, add consumed quote.
|
||||
result += quote_char;
|
||||
}
|
||||
} else {
|
||||
// Ended single-line string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue