blob: 17f3dc25d7633bad6edb0be74be289fcfb58ec05 [file] [log] [blame] [edit]
// 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' },
],
};