Add more integration tests to the GDScript test suite
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
func test():
|
||||
# Error here.
|
||||
print(2 << 4.4)
|
||||
print(2 >> 4.4)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
Invalid operands to operator <<, int and float.
|
||||
Invalid operands to operator >>, int and float.
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
func test():
|
||||
print(Color.html_is_valid("00ffff"))
|
||||
@@ -0,0 +1,2 @@
|
||||
GDTEST_OK
|
||||
true
|
||||
Reference in New Issue
Block a user