mirror of
https://github.com/godotengine/godot.git
synced 2025-04-07 00:44:24 +08:00
parent
47cf9985eb
commit
d7ac5ba1c6
@ -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…
x
Reference in New Issue
Block a user