We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d4758e + 4f7439d commit c5986e6Copy full SHA for c5986e6
test/project/main.gd
@@ -14,7 +14,7 @@ func _ready():
14
assert_equal(custom_signal_emitted, ["Button", 42])
15
16
# To string.
17
- assert_equal(example.to_string(),'Example:[ GDExtension::Example <--> Instance ID:%s ]' % example.get_instance_id())
+ assert_equal(example.to_string(),'[ GDExtension::Example <--> Instance ID:%s ]' % example.get_instance_id())
18
# It appears there's a bug with instance ids :-(
19
#assert_equal($Example/ExampleMin.to_string(), 'ExampleMin:[Wrapped:%s]' % $Example/ExampleMin.get_instance_id())
20
0 commit comments