File tree Expand file tree Collapse file tree 1 file changed +0
-68
lines changed
Expand file tree Collapse file tree 1 file changed +0
-68
lines changed Original file line number Diff line number Diff line change @@ -66,40 +66,6 @@ Identifier {
6666 | ^
6767` ;
6868
69- exports [` ('BindingPipe' -> 'NGPipeExpression') > parseBinding(" a | b : (c) ") 1` ] = `
70- NGPipeExpression {
71- " left" : " Identifier" ,
72- " right" : " Identifier" ,
73- " arguments" : [
74- " Identifier"
75- ],
76- " comments" : []
77- }
78- > 1 | a | b : (c)
79- | ^^^^^^^^^^^
80- --------------------------------------------------------------------------------
81- Identifier {
82- " name" : " a"
83- }
84- > 1 | a | b : (c)
85- | ^
86- --------------------------------------------------------------------------------
87- Identifier {
88- " name" : " b"
89- }
90- > 1 | a | b : (c)
91- | ^
92- --------------------------------------------------------------------------------
93- Identifier {
94- " name" : " c" ,
95- " extra" : {
96- " parenthesized" : true
97- }
98- }
99- > 1 | a | b : (c)
100- | ^
101- ` ;
102-
10369exports [` ('BindingPipe' -> 'NGPipeExpression') > parseBinding(" a | b : c ") 1` ] = `
10470NGPipeExpression {
10571 " left" : " Identifier" ,
@@ -197,40 +163,6 @@ Identifier {
197163 | ^
198164` ;
199165
200- exports [` ('BindingPipe' -> 'NGPipeExpression') > parseInterpolationExpression(" a | b : (c) ") 1` ] = `
201- NGPipeExpression {
202- " left" : " Identifier" ,
203- " right" : " Identifier" ,
204- " arguments" : [
205- " Identifier"
206- ],
207- " comments" : []
208- }
209- > 1 | a | b : (c)
210- | ^^^^^^^^^^^
211- --------------------------------------------------------------------------------
212- Identifier {
213- " name" : " a"
214- }
215- > 1 | a | b : (c)
216- | ^
217- --------------------------------------------------------------------------------
218- Identifier {
219- " name" : " b"
220- }
221- > 1 | a | b : (c)
222- | ^
223- --------------------------------------------------------------------------------
224- Identifier {
225- " name" : " c" ,
226- " extra" : {
227- " parenthesized" : true
228- }
229- }
230- > 1 | a | b : (c)
231- | ^
232- ` ;
233-
234166exports [` ('BindingPipe' -> 'NGPipeExpression') > parseInterpolationExpression(" a | b : c ") 1` ] = `
235167NGPipeExpression {
236168 " left" : " Identifier" ,
You can’t perform that action at this time.
0 commit comments