Skip to content

Commit 40fe9c6

Browse files
committed
Update snapshots
1 parent df811d1 commit 40fe9c6

File tree

1 file changed

+0
-68
lines changed

1 file changed

+0
-68
lines changed

tests/__snapshots__/transform.test.ts.snap

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff 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-
10369
exports[`('BindingPipe' -> 'NGPipeExpression') > parseBinding(" a | b : c ") 1`] = `
10470
NGPipeExpression {
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-
234166
exports[`('BindingPipe' -> 'NGPipeExpression') > parseInterpolationExpression(" a | b : c ") 1`] = `
235167
NGPipeExpression {
236168
"left": "Identifier",

0 commit comments

Comments
 (0)