File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ describe.each`
3333 ${ 'Binary' } | ${ 'LogicalExpression' } | ${ ' ( ( ( ( a ) ) && ( ( b ) ) ) ) ' } | ${ true } | ${ true } | ${ true } | ${ true }
3434 ${ 'Binary' } | ${ 'LogicalExpression' } | ${ ' ( ( ( ( a ) ) || ( ( b ) ) ) ) ' } | ${ true } | ${ true } | ${ true } | ${ true }
3535 ${ 'Binary' } | ${ 'LogicalExpression' } | ${ ' ( ( ( ( a ) ) ?? ( ( b ) ) ) ) ' } | ${ true } | ${ true } | ${ true } | ${ true }
36+ ${ 'Binary' } | ${ 'AssignmentExpression' } | ${ ' ( ( a . b = ( ( 1 ) ) ) ) ' } | ${ true } | ${ false } | ${ false } | ${ false }
3637 ${ 'Binary' } | ${ 'AssignmentExpression' } | ${ ' ( ( a = ( ( 1 ) ) ) ) ' } | ${ true } | ${ false } | ${ false } | ${ false }
3738 ${ 'Binary' } | ${ 'AssignmentExpression' } | ${ ' a [ b ] = 1 ' } | ${ true } | ${ true } | ${ true } | ${ true }
3839 ${ 'Binary' } | ${ 'AssignmentExpression' } | ${ ' ( ( a ??= ( ( 1 ) ) ) ) ' } | ${ true } | ${ false } | ${ false } | ${ false }
You can’t perform that action at this time.
0 commit comments