rust/tests/rustdoc-js-std/println-typo.js

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

13 lines
251 B
JavaScript
Raw Normal View History

// exact-check
const FILTER_CRATE = 'std';
const EXPECTED = {
2023-06-09 22:49:38 +08:00
'query': 'prinltn',
'others': [
{ 'path': 'std', 'name': 'println' },
{ 'path': 'std', 'name': 'print' },
{ 'path': 'std', 'name': 'eprintln' },
],
};