blob: 1b4c7b40570203b2b4eecb55488615984a72505d (
plain)
1
2
3
4
5
6
7
8
9
10
|
const QUERY = 'macro:print';
const EXPECTED = {
'others': [
{ 'path': 'std', 'name': 'print' },
{ 'path': 'std', 'name': 'println' },
{ 'path': 'std', 'name': 'eprint' },
{ 'path': 'std', 'name': 'eprintln' },
],
};
|