virtualx-engine/modules/gdscript/tests/scripts/parser/errors/brace_syntax.gd
Hugo Locurcio c6ca09dc6f
Add more integration tests to the GDScript test suite
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
2021-09-15 19:57:39 +02:00

3 lines
40 B
GDScript

func test() {
print("Hello world!");
}