mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// exact-check
 | 
						|
 | 
						|
const FILTER_CRATE = 'doc_alias_filter';
 | 
						|
 | 
						|
const EXPECTED = {
 | 
						|
    'query': '"true"',
 | 
						|
    'others': [
 | 
						|
        {
 | 
						|
            'path': 'doc_alias_filter',
 | 
						|
            'name': 'Foo',
 | 
						|
            'alias': 'true',
 | 
						|
            'href': '../doc_alias_filter/struct.Foo.html',
 | 
						|
            'is_alias': true
 | 
						|
        },
 | 
						|
    ],
 | 
						|
};
 |