File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1111 "exp" : " {:date}" ,
1212 "expErrors" : [
1313 {
14- "type" : " invalid-expression "
14+ "type" : " bad-operand "
1515 }
1616 ]
1717 },
2020 "exp" : " {|horse|}" ,
2121 "expErrors" : [
2222 {
23- "type" : " operand-mismatch "
23+ "type" : " bad-operand "
2424 }
2525 ]
2626 },
Original file line number Diff line number Diff line change 1111 "exp" : " {:datetime}" ,
1212 "expErrors" : [
1313 {
14- "type" : " invalid-expression "
14+ "type" : " bad-operand "
1515 }
1616 ]
1717 },
2626 ],
2727 "expErrors" : [
2828 {
29- "type" : " bad-input "
29+ "type" : " bad-operand "
3030 }
3131 ]
3232 },
3535 "exp" : " {|horse|}" ,
3636 "expErrors" : [
3737 {
38- "type" : " operand-mismatch "
38+ "type" : " bad-operand "
3939 }
4040 ]
4141 },
Original file line number Diff line number Diff line change 2222 "exp" : " hello {|foo|}" ,
2323 "expErrors" : [
2424 {
25- "type" : " operand-mismatch "
25+ "type" : " bad-operand "
2626 }
2727 ]
2828 },
3131 "exp" : " invalid number literal {|.1|}" ,
3232 "expErrors" : [
3333 {
34- "type" : " invalid-expression "
34+ "type" : " bad-operand "
3535 }
3636 ]
3737 },
4040 "exp" : " invalid number literal {|1.|}" ,
4141 "expErrors" : [
4242 {
43- "type" : " invalid-expression "
43+ "type" : " bad-operand "
4444 }
4545 ]
4646 },
4949 "exp" : " invalid number literal {|01|}" ,
5050 "expErrors" : [
5151 {
52- "type" : " invalid-expression "
52+ "type" : " bad-operand "
5353 }
5454 ]
5555 },
5858 "exp" : " invalid number literal {|+1|}" ,
5959 "expErrors" : [
6060 {
61- "type" : " invalid-expression "
61+ "type" : " bad-operand "
6262 }
6363 ]
6464 },
6767 "exp" : " invalid number literal {|0x1|}" ,
6868 "expErrors" : [
6969 {
70- "type" : " invalid-expression "
70+ "type" : " bad-operand "
7171 }
7272 ]
7373 },
7676 "exp" : " hello {:number}" ,
7777 "expErrors" : [
7878 {
79- "type" : " invalid-expression "
79+ "type" : " bad-operand "
8080 }
8181 ]
8282 },
139139 "exp" : " bar {$bar}" ,
140140 "expErrors" : [
141141 {
142- "type" : " invalid-expression "
142+ "type" : " bad-option "
143143 }
144144 ]
145145 },
154154 "exp" : " bar {$bar}" ,
155155 "expErrors" : [
156156 {
157- "type" : " bad-input "
157+ "type" : " bad-operand "
158158 }
159159 ]
160160 },
189189 "exp" : " bar {$foo}" ,
190190 "expErrors" : [
191191 {
192- "type" : " invalid-expression "
192+ "type" : " bad-option "
193193 }
194194 ]
195195 },
204204 "exp" : " bar {$foo}" ,
205205 "expErrors" : [
206206 {
207- "type" : " bad-input "
207+ "type" : " bad-operand "
208208 }
209209 ]
210210 },
Original file line number Diff line number Diff line change 1111 "exp" : " {:time}" ,
1212 "expErrors" : [
1313 {
14- "type" : " invalid-expression "
14+ "type" : " bad-operand "
1515 }
1616 ]
1717 },
2020 "exp" : " {|horse|}" ,
2121 "expErrors" : [
2222 {
23- "type" : " operand-mismatch "
23+ "type" : " bad-operand "
2424 }
2525 ]
2626 },
You can’t perform that action at this time.
0 commit comments