]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-js-std/println-typo.js
New upstream version 1.72.1+dfsg1
[rustc.git] / tests / rustdoc-js-std / println-typo.js
CommitLineData
353b0b11
FG
1// exact-check
2
353b0b11
FG
3const FILTER_CRATE = 'std';
4
5const EXPECTED = {
fe692bf9 6 'query': 'prinltn',
353b0b11
FG
7 'others': [
8 { 'path': 'std', 'name': 'println' },
9 { 'path': 'std', 'name': 'print' },
10 { 'path': 'std', 'name': 'eprintln' },
11 ],
12};