1
0
mirror of synced 2026-05-22 14:43:19 +00:00

Missed UTF-8 encoding.

This commit is contained in:
Lee Treveil
2010-11-09 17:51:43 +00:00
parent 698b7ca2c5
commit 692cb5994d
+15 -15
View File
@@ -1,4 +1,4 @@
var id4 = require('../lib/id4'),
var id4 = require('../lib/id4'),
testCase = require('nodeunit').testCase;
module.exports = testCase({
@@ -28,29 +28,29 @@ module.exports = testCase({
'stik': function(test){
this.executor('stik', 256, test);
},
'©alb': function(test){
this.executor('©alb', 'Voodoo People', test);
'©alb': function(test){
this.executor('©alb', 'Voodoo People', test);
},
'©ART': function(test){
this.executor('©ART', 'The Prodigy', test);
'©ART': function(test){
this.executor('©ART', 'The Prodigy', test);
},
'aART': function(test){
this.executor('aART', 'Pendulum', test);
},
'©cmt': function(test){
this.executor('©cmt', '(Pendulum Remix)', test);
'©cmt': function(test){
this.executor('©cmt', '(Pendulum Remix)', test);
},
'©wrt': function(test){
this.executor('©wrt', 'Liam Howlett', test);
'©wrt': function(test){
this.executor('©wrt', 'Liam Howlett', test);
},
'©nam': function(test){
this.executor('©nam', 'Voodoo People (Pendulum Remix)', test);
'©nam': function(test){
this.executor('©nam', 'Voodoo People (Pendulum Remix)', test);
},
'©too': function(test){
this.executor('©too', 'Lavf52.36.0', test);
'©too': function(test){
this.executor('©too', 'Lavf52.36.0', test);
},
'©day': function(test){
this.executor('©day', 2005, test);
'©day': function(test){
this.executor('©day', 2005, test);
},
'covr': function(test){
test.expect(2);