diff --git a/package-lock.json b/package-lock.json index 5deca314c..25c3c3ef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jodit", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jodit", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "autobind-decorator": "^2.4.0" diff --git a/package.json b/package.json index 51ad1b079..528628fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jodit", - "version": "4.0.4", + "version": "4.0.5", "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", "main": "build/jodit.min.js", "types": "./types/index.d.ts", diff --git a/src/core/selection/selection.test.js b/src/core/selection/selection.test.js index e9c02827b..8f66b767d 100644 --- a/src/core/selection/selection.test.js +++ b/src/core/selection/selection.test.js @@ -723,7 +723,7 @@ describe('Selection Module Tests', function () { '' ], [ - '

|You must include the syntax highlighting library yourself, on your site:

\n
...
\n\n

After that, the library must be initialized

\n
Prism.highlightAll()|
', + '

|You must include the syntax highlighting library yourself, on your site:

\n
...
\n\n

After that, the library must be initialized

\n
Prism.highlightAll()|
', '

|You must include the syntax highlighting library yourself, on your site:

\n
...
\n\n

After that, the library must be initialized

\n
Prism.highlightAll()|
' ] ].forEach(([source, result], i) => {