mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
quote strings inside arrays and dictionaries
This commit is contained in:
@@ -21,14 +21,14 @@ hello/world
|
||||
RID(0)
|
||||
Node::get_name
|
||||
Node::[signal]property_list_changed
|
||||
{hello:123}
|
||||
[hello, 123]
|
||||
{"hello":123}
|
||||
["hello", 123]
|
||||
[255, 0, 1]
|
||||
[-1, 0, 1]
|
||||
[-1, 0, 1]
|
||||
[-1, 0, 1]
|
||||
[-1, 0, 1]
|
||||
[hello, world]
|
||||
["hello", "world"]
|
||||
[(1, 1), (0, 0)]
|
||||
[(1, 1, 1), (0, 0, 0)]
|
||||
[(1, 0, 0, 1), (0, 0, 1, 1), (0, 1, 0, 1)]
|
||||
|
||||
Reference in New Issue
Block a user