mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Improve null and object printing to avoid confusion with arrays
- Use different syntax for object printing to avoid confusion with arrays. - Print null as `<null>` to avoid confusion with a string `"null"`. - Display `<empty>` in editor resource pickers to avoid confusion with array-based properties.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
GDTEST_OK
|
||||
123456789101112131415161718192212223242526272829303132333435363738394041424344454647falsetruenull
|
||||
123456789101112131415161718192212223242526272829303132333435363738394041424344454647falsetrue<null>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
GDTEST_OK
|
||||
null
|
||||
<null>
|
||||
true
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user