File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -621,7 +621,6 @@ describe('ngRepeat', function() {
621
621
'<div>' +
622
622
'<!-- ngRepeat: i in items -->' +
623
623
'<div ng-repeat="i in items" rr="">1|</div>' +
624
- '<!-- end ngRepeat: i in items -->' +
625
624
'<div ng-repeat="i in items" rr="">2|</div>' +
626
625
'<!-- end ngRepeat: i in items -->' +
627
626
'</div>'
@@ -653,7 +652,6 @@ describe('ngRepeat', function() {
653
652
'<div>' +
654
653
'<!-- ngRepeat: i in items -->' +
655
654
'<div ng-repeat="i in items" rr="">1|</div>' +
656
- '<!-- end ngRepeat: i in items -->' +
657
655
'<div ng-repeat="i in items" rr="">2|</div>' +
658
656
'<!-- end ngRepeat: i in items -->' +
659
657
'</div>'
@@ -759,9 +757,7 @@ describe('ngRepeat', function() {
759
757
760
758
// Note: COMMENT_NODE === 8
761
759
expect ( children [ 0 ] . nextSibling . nodeType ) . toBe ( 8 ) ;
762
- expect ( children [ 0 ] . nextSibling . nodeValue ) . toBe ( ' end ngRepeat: val in values ' ) ;
763
760
expect ( children [ 1 ] . nextSibling . nodeType ) . toBe ( 8 ) ;
764
- expect ( children [ 1 ] . nextSibling . nodeValue ) . toBe ( ' end ngRepeat: val in values ' ) ;
765
761
expect ( children [ 2 ] . nextSibling . nodeType ) . toBe ( 8 ) ;
766
762
expect ( children [ 2 ] . nextSibling . nodeValue ) . toBe ( ' end ngRepeat: val in values ' ) ;
767
763
}
You can’t perform that action at this time.
0 commit comments