You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'In America I doubt it could sustain itself without descending into identity politics and ego.',
7
+
'You are deluding yourself if you think that identity politics and ego are purely American.',
8
+
'Posting a show that cost $5 and was for charity is pretty low and I thought better of BoingBoing. A clip or two would be great, but just pirating something like this is lame.',
9
+
'I paid the $5, only got to see the last 30 minutes of the event, and cant download it today, because when I log in, it asks for my credit card information. So the only way it looks like Ill get to watch it is through a pirated copy.',
10
+
'Thanks for posting it, Cory! What Ive seen of the debate was awesome, but from a technical and customer service standpoint, it was a catastrophe.',
11
+
'Bill OReillys total inability to shut up while anyone else is speaking makes me either wonder how he ever got his job, or think that you can be inordinately successful just by bullying.'
12
+
];
13
+
14
+
async.map(load,function(obj,callback){
15
+
sentiment(obj,callback);
16
+
},function(err,obj){
17
+
console.dir(err);
18
+
console.dir(obj);
19
+
20
+
test('unit',function(t){
21
+
t.equal(err,null,'error object should be null');
22
+
t.type(obj,'object','results should be an object');
23
+
t.equal(obj.length,6,'results should be of expected length');
0 commit comments