This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
291d3aaabe
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
str_preserves_case.out
5 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Correct null and boolean values being capitalised by the str command
2021-08-25 06:37:40 +00:00
GDTEST_OK
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.
2022-07-24 22:15:20 +00:00
<null>
Correct null and boolean values being capitalised by the str command
2021-08-25 06:37:40 +00:00
true
false
Reference in New Issue
Copy Permalink