You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user