Skip to content

Commit 855923c

Browse files
Add test to ensure that the typed queries are not including other types
1 parent 7b62d28 commit 855923c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// exact-check
2+
3+
const QUERY = 'macro:print';
4+
5+
const EXPECTED = {
6+
'others': [
7+
{ 'path': 'std', 'name': 'print' },
8+
{ 'path': 'std', 'name': 'eprint' },
9+
{ 'path': 'std', 'name': 'println' },
10+
{ 'path': 'std', 'name': 'eprintln' },
11+
],
12+
};

0 commit comments

Comments
 (0)