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:
parent
520462e98c
commit
c6ca09dc6f
30 changed files with 245 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
func foo(x):
|
||||
return x + 1
|
||||
|
||||
func test():
|
||||
print(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(0)))))))))))))))))))))))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue