mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-05 14:10:13 +03:00
* Add snapshot tests for formatter * Add test runner to CI --------- Co-authored-by: David Kincaid <daelonsuzuka@gmail.com>
18 lines
158 B
GDScript
18 lines
158 B
GDScript
func test():
|
|
if true:
|
|
pass
|
|
else:
|
|
pass
|
|
|
|
func test():
|
|
if true:
|
|
pass
|
|
else:
|
|
pass
|
|
|
|
func test():
|
|
if true:
|
|
pass
|
|
else:
|
|
pass
|