Skip to content

Commit

Permalink
Merge branch 'replaceWith-return'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 21, 2012
2 parents 00204ba + 945ad55 commit d4ec528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emptycollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sink('Empty-collection safety', function (test, ok) {
, after: { str: 'html', args: ['<a/>'], expect: isSameContainer }
, insertBefore: { str: 'html', args: ['<a/>'], expect: isSameContainer }
, insertAfter: { str: 'html', args: ['<a/>'], expect: isSameContainer }
, replaceWith: { str: 'html', args: ['<a/>'], expect: isSameContainer }
, replaceWith: { str: 'html', args: ['<a/>'], expect: isEmptyContainer }
, css: [ { str: 'prop', args: ['color'], expect: isNull } // not sure about this one, depending on the browser you might get "" for an empty property on a real element and undefined for an unknown property on a real element
, { str: 'prop, val', args: ['color', 'red'], expect: isSameContainer }
, { str: '{prop: val}', args: [{color: 'red'}], expect: isSameContainer }
Expand Down

0 comments on commit d4ec528

Please sign in to comment.