mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-10-29 05:40:27 -04:00 
			
		
		
		
	tests: whitespace is not allowed in number either
This commit is contained in:
		
							parent
							
								
									302bad96a0
								
							
						
					
					
						commit
						dedbf39ab5
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -298,6 +298,9 @@ PWTEST(json_float_check) | ||||||
| 		{ "0x0.0", 0 }, | 		{ "0x0.0", 0 }, | ||||||
| 		{ "E10", 0 }, | 		{ "E10", 0 }, | ||||||
| 		{ "e20", 0 }, | 		{ "e20", 0 }, | ||||||
|  | 		{ " 0.0", 0 }, | ||||||
|  | 		{ "0.0 ", 0 }, | ||||||
|  | 		{ " 0.0 ", 0 }, | ||||||
| 	}; | 	}; | ||||||
| 	unsigned i; | 	unsigned i; | ||||||
| 	float v; | 	float v; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Wim Taymans
						Wim Taymans