This website requires JavaScript.
Explore
Docs
Wiki
Blog
main-05e18d3dec
Register
Sign In
tinqs
/
engine
Watch
5
Star
0
Fork
0
You've already forked engine
Code
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Issues
Files
4e06ce7840be00403f28fcd4bb031780cbaffe86
engine
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
/
missing_colon.gd
T
4 lines
60 B
GDScript
Raw
Normal View
History
Unescape
Escape
Add runner for GDScript testing
2021-04-07 10:12:51 -03:00
func
test
(
)
:
Add dozens of new integration tests to the GDScript test suite
2021-04-19 20:50:52 +02:00
if
true
# Missing colon here.
print
(
"
true
"
)
Reference in New Issue
Copy Permalink