Skip to content

Commit

Permalink
Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfli committed Dec 13, 2011
1 parent c9a83b7 commit 68fa5b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cookies.txt
@@ -0,0 +1,2 @@
www.test.com FALSE / FALSE 1325692768 nameofme namemevalue
www.test.com TRUE / FALSE 1325692768 youlastvisit 1323097168
6 changes: 6 additions & 0 deletions test/test.js
@@ -0,0 +1,6 @@
var ctp = require('../index.js');

ctp.parse('cookies.txt',function(result){
console.log(result);
});

0 comments on commit 68fa5b1

Please sign in to comment.