mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
const EXPECTED = {
 | 
						|
    'query': 'si::pc',
 | 
						|
    'others': [
 | 
						|
        { 'path': 'exact_match::Si', 'name': 'pc' },
 | 
						|
        { 'path': 'exact_match::Psi', 'name': 'pc' },
 | 
						|
        { 'path': 'exact_match::Si', 'name': 'pa' },
 | 
						|
    ],
 | 
						|
};
 |