Skip to content

Commit

Permalink
not a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jan 27, 2011
1 parent 0016877 commit 67fb34f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ test('not existing', 1, function () {
test('decode', 1, function () {
document.cookie = encodeURIComponent(' c') + '=' + encodeURIComponent(' v');
equals($.cookie(' c'), ' v', 'should decode key and value');

// TODO test with ';' use encodeURI?
});

test('raw: true', 1, function () {
Expand Down

0 comments on commit 67fb34f

Please sign in to comment.