Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2

This commit is contained in:
Rémi Verschelde 2021-09-21 14:13:24 +02:00 committed by GitHub
commit 82c12060b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 245 additions and 2 deletions

View file

@ -0,0 +1,2 @@
func test():
print(Color.html_is_valid("00ffff"))

View file

@ -0,0 +1,2 @@
GDTEST_OK
true