Skip to content

Commit 90ac6d8

Browse files
committed
Fix
1 parent ddd5abb commit 90ac6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transform.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe.each`
9797
${'TemplateLiteral'} | ${'TemplateLiteral'} | ${' ` a ${ b } \u0063 ` '} | ${true} | ${true} | ${true} | ${true}
9898
${'TemplateLiteral'} | ${'TemplateLiteral'} | ${' ( ` a ${ b } \u0063 ` ) '} | ${true} | ${true} | ${true} | ${true}
9999
${'TemplateLiteral'} | ${'TemplateLiteral'} | ${' ` \u0063 ` '} | ${true} | ${true} | ${true} | ${true}
100-
${'TemplateLiteral'} | ${'TemplateLiteral'} | ${' ` ` '} | ${true} | ${true} | ${true} | ${true}
100+
${'TemplateLiteral'} | ${'TemplateLiteral'} | ${' ( ( ` ` ) ) '} | ${true} | ${true} | ${true} | ${true}
101101
${'TemplateLiteral'} | ${'TemplateLiteral'} | ${' `` '} | ${true} | ${true} | ${true} | ${true}
102102
`('($expectedAngularType -> $expectedEstreeType)', (fields) => {
103103
for (const method of PARSE_METHODS) {

0 commit comments

Comments
 (0)