mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			384 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			384 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | |
|     {
 | |
|         "description": "some languages do not distinguish between different types of numeric value",
 | |
|         "schema": {
 | |
|             "type": "integer"
 | |
|         },
 | |
|         "tests": [
 | |
|             {
 | |
|                 "description": "a float is not an integer even without fractional part",
 | |
|                 "data": 1.0,
 | |
|                 "valid": false
 | |
|             }
 | |
|         ]
 | |
|     }
 | |
| ]
 | 
