mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			366 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			366 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-check
 | |
| 
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'Demon Lord',
 | |
|         'others': [
 | |
|             {
 | |
|                 'path': 'doc_alias_whitespace',
 | |
|                 'name': 'Struct',
 | |
|                 'alias': 'Demon Lord',
 | |
|                 'href': '../doc_alias_whitespace/struct.Struct.html',
 | |
|                 'is_alias': true
 | |
|             },
 | |
|         ],
 | |
|     },
 | |
| ];
 | 
