Files
rust/tests/rustdoc-js-std/alias-lev.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
275 B
JavaScript
Raw Normal View History

2025-07-15 21:08:18 +02:00
// 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' },
],
};