Support for cyrillic characters

This commit is contained in:
knsv
2014-12-01 21:10:09 +01:00
parent 1a7997cdef
commit 9537f60b01
5 changed files with 11 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ describe('when using main and ',function() {
div = document.createElement('div');
mermaid_config ={startOnLoad : false};
main = rewire('./main');
expect(main.version()).toBe('0.2.8');
expect(main.version()).toBe('0.2.9');
});
it('should not call start anything with an empty document', function () {