mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Fix of broken tests
This commit is contained in:
6
dist/www/javascripts/lib/mermaid.js
vendored
6
dist/www/javascripts/lib/mermaid.js
vendored
@@ -38069,6 +38069,10 @@ exports.encodeEntities = function(text){
|
||||
|
||||
});
|
||||
|
||||
//txt = txt.replace(/fa:fa[\w\-]+/g,function(s,t,u){
|
||||
// return 'fa:¢';
|
||||
//});
|
||||
|
||||
return txt;
|
||||
};
|
||||
|
||||
@@ -38085,6 +38089,8 @@ exports.decodeEntities = function(text){
|
||||
return ';';
|
||||
});
|
||||
|
||||
|
||||
|
||||
return txt;
|
||||
};
|
||||
/**
|
||||
|
Reference in New Issue
Block a user