Missed UTF-8 encoding.
This commit is contained in:
+15
-15
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user