Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 5e14d49

Browse files
author
vagrant
committed
Change filename for unicode_symbols
1 parent 5f69887 commit 5e14d49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/unicode-loading.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Handling unicode paths, filenames, and data', function(){
3232
console.log('skipping due to lack of csv plugin');
3333
return done();
3434
}
35-
var filepath = './test/data/ünicode_symbols.xml';
35+
var filepath = './test/data/unicode_symbols.xml';
3636
assert.ok(existsSync(filepath));
3737
var svg = './test/data/dir-区县级行政区划/你好-ellipses.svg';
3838
assert.ok(existsSync(svg));
@@ -168,4 +168,4 @@ describe('Handling unicode paths, filenames, and data', function(){
168168
done();
169169
});
170170

171-
});
171+
});

0 commit comments

Comments
 (0)