mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 09:20:03 +02:00
Support for cyrillic characters
This commit is contained in:
@@ -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 () {
|
||||
|
||||
|
Reference in New Issue
Block a user