rust/tests/rustdoc-js-std/alias-lev.js
2025-07-16 14:27:22 +02:00

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' },
],
};