diff --git a/package.json b/package.json index a3856f0..fba5e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-plantuml", - "version": "1.1.2", + "version": "1.1.3", "description": "Eleventy (11ty) Plantuml markdown plugin", "main": "index.js", "repository": "git@github.com:awaragi/eleventy-plugin-plantuml.git", diff --git a/test/eleventy-plugin-plantuml.test.js b/test/eleventy-plugin-plantuml.test.js index 519fa45..5113427 100644 --- a/test/eleventy-plugin-plantuml.test.js +++ b/test/eleventy-plugin-plantuml.test.js @@ -8,7 +8,7 @@ Bob -> Alice : hello eleventyPluginPlantuml.defaultOptions ); expect(img).toBe( - 'Plantuml Diagram' + 'Plantuml Diagram' ); }); @@ -30,7 +30,7 @@ plugin -> MDH: img src="dataurl" eleventyPluginPlantuml.defaultOptions ); expect(img).toBe( - 'Plantuml Diagram' + 'Plantuml Diagram' ); }); @@ -44,7 +44,7 @@ Bob -> Alice : hello }) ); expect(img).toBe( - 'BobBobAliceAlicehello' + 'BobBobAliceAlicehello' ); }); @@ -68,7 +68,7 @@ plugin -> MDH: img src="dataurl" }) ); expect(img).toBe( - 'Makrdown HighlighterMakrdown Highlightereleventy-plugin-plantumteleventy-plugin-plantumtPlantuml ServerPlantuml Serverhighlightcompress urlGET /png/{url}image/pngbase64img src="dataurl"' + 'Makrdown HighlighterMakrdown Highlightereleventy-plugin-plantumteleventy-plugin-plantumtPlantuml ServerPlantuml Serverhighlightcompress urlGET /png/{url}image/pngbase64img src="dataurl"' ); });