We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot version: 3.2.3
OS/device including version: Win 7
Issue description: I'm getting these errors in the Output:
modules/gdscript/gdscript_tokenizer.cpp:1129 - Condition "tk_rb[ofs].type != TK_IDENTIFIER" is true. Returned: StringName()
Steps to reproduce:
""" Hello World """
(
Doesn't happen if in the middle of the string, only if at the end.
Edit: Also does it if you add the ( before a ? or !
Minimal reproduction project: n/a
The text was updated successfully, but these errors were encountered:
Duplicate of #35994.
Sorry, something went wrong.
No branches or pull requests
Godot version:
3.2.3
OS/device including version:
Win 7
Issue description:
I'm getting these errors in the Output:
Steps to reproduce:
(
Doesn't happen if in the middle of the string, only if at the end.
Edit: Also does it if you add the
(
before a ? or !Minimal reproduction project:
n/a
The text was updated successfully, but these errors were encountered: