Skip to content

Commit 3fe7022

Browse files
committed
Add more error types
1 parent 22eef4a commit 3fe7022

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

test/test-suite/groups/parent-operator/errors.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,88 @@
1111
"bindings": {},
1212
"code": "S0217"
1313
},
14+
{
15+
"expr": "%()",
16+
"dataset": "library",
17+
"bindings": {},
18+
"code": "T1006"
19+
},
20+
{
21+
"expr": "%(1)",
22+
"dataset": "library",
23+
"bindings": {},
24+
"code": "T1006"
25+
},
26+
{
27+
"expr": "%%",
28+
"dataset": "library",
29+
"bindings": {},
30+
"code": "S0207"
31+
},
32+
{
33+
"expr": "(%)",
34+
"dataset": "library",
35+
"bindings": {},
36+
"code": "S0217"
37+
},
38+
{
39+
"expr": "(%%)",
40+
"dataset": "library",
41+
"bindings": {},
42+
"code": "S0211"
43+
},
44+
{
45+
"expr": "library.loans.%%",
46+
"dataset": "library",
47+
"bindings": {},
48+
"code": "S0207"
49+
},
50+
{
51+
"expr": "$.%",
52+
"dataset": "library",
53+
"bindings": {},
54+
"code": "S0217"
55+
},
56+
{
57+
"expr": "$$.%",
58+
"dataset": "library",
59+
"bindings": {},
60+
"code": "S0217"
61+
},
1462
{
1563
"expr": "library.loans.%.%.%",
1664
"dataset": "library",
1765
"bindings": {},
1866
"code": "S0217"
67+
},
68+
{
69+
"expr": "library.%%%",
70+
"dataset": "library",
71+
"bindings": {},
72+
"code": "S0217"
73+
},
74+
{
75+
"expr": "library.(%%%)",
76+
"dataset": "library",
77+
"bindings": {},
78+
"code": "T2001"
79+
},
80+
{
81+
"expr": "library.(%% %)",
82+
"dataset": "library",
83+
"bindings": {},
84+
"code": "T2001"
85+
},
86+
{
87+
"expr": "library.(% %%)",
88+
"dataset": "library",
89+
"bindings": {},
90+
"code": "T2001"
91+
},
92+
{
93+
"expr": "library.(% % %)",
94+
"dataset": "library",
95+
"bindings": {},
96+
"code": "T2001"
1997
}
2098
]

0 commit comments

Comments
 (0)