mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 6afbf0bd5a
			
		
	
	
		6afbf0bd5a
		
			
		
	
	
	
	
		
			
			- Add leading and trailing spaces within dictionaries, as the `{}`
  characters are hard to distinguish from `[]` on some fonts.
  This is especially helpful with empty arrays and dictionaries.
		
	
			
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| GDTEST_OK
 | |
| world
 | |
| zero point zero
 | |
| zero
 | |
| zero point zero
 | |
| null
 | |
| false
 | |
| empty array
 | |
| zero Vector2i
 | |
| { 22: { 4: ["nesting", "arrays"] } }
 | |
| { 4: ["nesting", "arrays"] }
 | |
| ["nesting", "arrays"]
 | |
| nesting
 | |
| arrays
 |