quote strings inside arrays and dictionaries

This commit is contained in:
Nathan Franke
2022-04-28 21:14:20 -05:00
parent 1b2992799b
commit 58fcad20ef
7 changed files with 37 additions and 16 deletions

View File

@@ -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)]