mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			275 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			275 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // This test ensures that aliases are also allowed to be partially matched.
 | |
| 
 | |
| // ignore-order
 | |
| 
 | |
| const EXPECTED = {
 | |
|     // The full alias name is `getcwd`.
 | |
|     'query': 'getcw',
 | |
|     'others': [
 | |
|         { 'path': 'std::env', 'name': 'current_dir', 'alias': 'getcwd' },
 | |
|     ],
 | |
| };
 | 
