rust/tests/rustdoc-js-std/macro-print.js

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

10 lines
255 B
JavaScript
Raw Normal View History

2018-01-07 23:20:25 +08:00
const EXPECTED = {
2023-06-09 22:49:38 +08:00
'query': 'macro:print',
2018-01-07 23:20:25 +08:00
'others': [
{ 'path': 'std', 'name': 'print' },
{ 'path': 'std', 'name': 'println' },
2022-12-17 04:19:38 +08:00
{ 'path': 'std', 'name': 'eprint' },
2018-01-07 23:20:25 +08:00
{ 'path': 'std', 'name': 'eprintln' },
],
};