Skip to content

Commit ddc560b

Browse files
committed
Update test output
1 parent 46ace27 commit ddc560b

File tree

8 files changed

+33
-1
lines changed

8 files changed

+33
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[gd_resource type="ImageTexture" format=3 uid="uid://ckgpe0aojnn85"]
2+
3+
[resource]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class_name Syntax
2+
3+
static var NoAssign
4+
5+
func _init() -> void:
6+
pass
7+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://ut25l0xbrdi4
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class_name TestMetadata
2+
3+
func _init() -> void:
4+
pass
5+
6+
func _func() -> void:
7+
TestPreload.INSTANCE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://d4fkwrlixvm4

test/godot_project/gdscript/out/_GeneratedFiles.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"test_TestStd_A.gd",
66
"test_TestStaticVar_OtherClass.gd",
77
"test_TestReflect_MyClass.gd",
8+
"test_TestMetadata_TestPreload.gd",
89
"test_TestEnum_MyGDEnum.gd",
910
"test_TestAbstractClass_MyObject.gd",
1011
"test_TestAbstractClass_MyChildOfAbstractClass2.gd",
@@ -60,6 +61,7 @@
6061
"TestSignals.gd",
6162
"TestReflect.gd",
6263
"TestNode.gd",
64+
"TestMetadata.gd",
6365
"TestMeta.gd",
6466
"TestMath.gd",
6567
"TestMap.gd",
@@ -71,6 +73,7 @@
7173
"TestAbstractClass.gd",
7274
"Template.gd",
7375
"SysTools.gd",
76+
"Syntax.gd",
7477
"StringTools.gd",
7578
"StringBuf.gd",
7679
"Reflect.gd",
@@ -79,7 +82,7 @@
7982
"Exception.gd",
8083
"EReg.gd"
8184
],
82-
"id": 33,
85+
"id": 42,
8386
"wasCached": false,
8487
"version": 1
8588
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class_name TestPreload
2+
3+
const INSTANCE = preload("res://TestImageTexture.tres");
4+
5+
func _init() -> void:
6+
pass
7+
8+
func _func() -> void:
9+
INSTANCE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://dnrl00dnuhs3u

0 commit comments

Comments
 (0)