mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	* Patch from Michael van Ham to fix object from array of const demo (bug ID 25935)
git-svn-id: trunk@27344 -
This commit is contained in:
		
							parent
							
								
									48a7259ec3
								
							
						
					
					
						commit
						07108c150b
					
				@ -89,7 +89,7 @@ begin
 | 
			
		||||
  EndTest('Array value from array of const',TJSONArray.Create([1,'a',2,'b']));
 | 
			
		||||
  EndTest('Empty Object value',TJSONObject.Create);
 | 
			
		||||
  // Name, Value, name, value
 | 
			
		||||
  EndTest('Object from array of const',TJSONArray.Create(['a',1,'b',True,'C',Nil]));
 | 
			
		||||
  EndTest('Object from array of const',TJSONObject.Create(['a',1,'b',True,'C',Nil]));
 | 
			
		||||
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user