File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 9
9
computed-inline ="{{computeInline(value,add, divide)}} "
10
10
computed-inline2 ="{{computeInline(value, add,divide)}} "
11
11
computedattribute$ ="{{computeInline(value, add,divide)}} "
12
+ neg-computed-inline ="{{!computeInline(value,add,divide)}} "
12
13
style$ ="{{boundStyle}} "
13
14
data-id$ ="{{dataSetId}} "
14
15
custom-event-value ="{{customEventValue::custom}} "
Original file line number Diff line number Diff line change 160
160
el . divide = 3 ;
161
161
assert . equal ( el . $ . boundChild . computedInline , 20 , 'computedInline not correct' ) ;
162
162
assert . equal ( el . $ . boundChild . computedInline2 , 20 , 'computedInline2 not correct' ) ;
163
+ assert . equal ( el . $ . boundChild . negComputedInline , false , 'negComputedInline not correct' ) ;
163
164
} ) ;
164
165
165
166
test ( 'annotated computed attribute' , function ( ) {
You can’t perform that action at this time.
0 commit comments