Skip to content

Commit 0ef2ca7

Browse files
committed
Unicode characters and terminals do not mix well
1 parent e56ff8c commit 0ef2ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/taglibSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var assert = require('assert'),
66
vows.describe('taglib bindings')
77
.addBatch({
88
'opening UTF-8 Path': {
9-
topic: Taglib.tagSync(__dirname + '/sample-with-ütf.mp3'),
9+
topic: Taglib.tagSync(__dirname + '/sample-with-ütf.mp3'),
1010
'should be a `Tag`': function(tag) {
1111
assert.equal(Taglib.Tag, tag.constructor);
1212
}

0 commit comments

Comments
 (0)