diff --git a/.gitignore b/.gitignore index 1c9775de..f834ff6a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ test/regression-diffs test/cli/output coverage .DS_Store +.vscode *.log diff --git a/test/plugins/_index.test.js b/test/plugins/_index.test.js index 2c57686b..42fd1776 100644 --- a/test/plugins/_index.test.js +++ b/test/plugins/_index.test.js @@ -5,7 +5,7 @@ import { fileURLToPath } from 'url'; import { optimize } from '../../lib/svgo.js'; const regEOL = new RegExp(EOL, 'g'); -const regFilename = /^(.*)\.(\d+)\.svg$/; +const regFilename = /^(.*)\.(\d+)\.svg\.txt$/; const __dirname = PATH.dirname(fileURLToPath(import.meta.url)); describe('plugins tests', function () { diff --git a/test/plugins/addAttributesToSVGElement.01.svg b/test/plugins/addAttributesToSVGElement.01.svg.txt similarity index 100% rename from test/plugins/addAttributesToSVGElement.01.svg rename to test/plugins/addAttributesToSVGElement.01.svg.txt diff --git a/test/plugins/addAttributesToSVGElement.02.svg b/test/plugins/addAttributesToSVGElement.02.svg.txt similarity index 100% rename from test/plugins/addAttributesToSVGElement.02.svg rename to test/plugins/addAttributesToSVGElement.02.svg.txt diff --git a/test/plugins/addAttributesToSVGElement.03.svg b/test/plugins/addAttributesToSVGElement.03.svg.txt similarity index 100% rename from test/plugins/addAttributesToSVGElement.03.svg rename to test/plugins/addAttributesToSVGElement.03.svg.txt diff --git a/test/plugins/addAttributesToSVGElement.04.svg b/test/plugins/addAttributesToSVGElement.04.svg.txt similarity index 100% rename from test/plugins/addAttributesToSVGElement.04.svg rename to test/plugins/addAttributesToSVGElement.04.svg.txt diff --git a/test/plugins/addClassesToSVGElement.01.svg b/test/plugins/addClassesToSVGElement.01.svg.txt similarity index 100% rename from test/plugins/addClassesToSVGElement.01.svg rename to test/plugins/addClassesToSVGElement.01.svg.txt diff --git a/test/plugins/addClassesToSVGElement.02.svg b/test/plugins/addClassesToSVGElement.02.svg.txt similarity index 100% rename from test/plugins/addClassesToSVGElement.02.svg rename to test/plugins/addClassesToSVGElement.02.svg.txt diff --git a/test/plugins/addClassesToSVGElement.03.svg b/test/plugins/addClassesToSVGElement.03.svg.txt similarity index 100% rename from test/plugins/addClassesToSVGElement.03.svg rename to test/plugins/addClassesToSVGElement.03.svg.txt diff --git a/test/plugins/cleanupAttrs.01.svg b/test/plugins/cleanupAttrs.01.svg.txt similarity index 100% rename from test/plugins/cleanupAttrs.01.svg rename to test/plugins/cleanupAttrs.01.svg.txt diff --git a/test/plugins/cleanupAttrs.02.svg b/test/plugins/cleanupAttrs.02.svg.txt similarity index 100% rename from test/plugins/cleanupAttrs.02.svg rename to test/plugins/cleanupAttrs.02.svg.txt diff --git a/test/plugins/cleanupEnableBackground.01.svg b/test/plugins/cleanupEnableBackground.01.svg.txt similarity index 100% rename from test/plugins/cleanupEnableBackground.01.svg rename to test/plugins/cleanupEnableBackground.01.svg.txt diff --git a/test/plugins/cleanupEnableBackground.02.svg b/test/plugins/cleanupEnableBackground.02.svg.txt similarity index 100% rename from test/plugins/cleanupEnableBackground.02.svg rename to test/plugins/cleanupEnableBackground.02.svg.txt diff --git a/test/plugins/cleanupEnableBackground.03.svg b/test/plugins/cleanupEnableBackground.03.svg.txt similarity index 100% rename from test/plugins/cleanupEnableBackground.03.svg rename to test/plugins/cleanupEnableBackground.03.svg.txt diff --git a/test/plugins/cleanupEnableBackground.04.svg b/test/plugins/cleanupEnableBackground.04.svg.txt similarity index 100% rename from test/plugins/cleanupEnableBackground.04.svg rename to test/plugins/cleanupEnableBackground.04.svg.txt diff --git a/test/plugins/cleanupEnableBackground.05.svg b/test/plugins/cleanupEnableBackground.05.svg.txt similarity index 100% rename from test/plugins/cleanupEnableBackground.05.svg rename to test/plugins/cleanupEnableBackground.05.svg.txt diff --git a/test/plugins/cleanupIds.01.svg b/test/plugins/cleanupIds.01.svg.txt similarity index 100% rename from test/plugins/cleanupIds.01.svg rename to test/plugins/cleanupIds.01.svg.txt diff --git a/test/plugins/cleanupIds.02.svg b/test/plugins/cleanupIds.02.svg.txt similarity index 100% rename from test/plugins/cleanupIds.02.svg rename to test/plugins/cleanupIds.02.svg.txt diff --git a/test/plugins/cleanupIds.03.svg b/test/plugins/cleanupIds.03.svg.txt similarity index 100% rename from test/plugins/cleanupIds.03.svg rename to test/plugins/cleanupIds.03.svg.txt diff --git a/test/plugins/cleanupIds.04.svg b/test/plugins/cleanupIds.04.svg.txt similarity index 100% rename from test/plugins/cleanupIds.04.svg rename to test/plugins/cleanupIds.04.svg.txt diff --git a/test/plugins/cleanupIds.05.svg b/test/plugins/cleanupIds.05.svg.txt similarity index 100% rename from test/plugins/cleanupIds.05.svg rename to test/plugins/cleanupIds.05.svg.txt diff --git a/test/plugins/cleanupIds.06.svg b/test/plugins/cleanupIds.06.svg.txt similarity index 100% rename from test/plugins/cleanupIds.06.svg rename to test/plugins/cleanupIds.06.svg.txt diff --git a/test/plugins/cleanupIds.07.svg b/test/plugins/cleanupIds.07.svg.txt similarity index 100% rename from test/plugins/cleanupIds.07.svg rename to test/plugins/cleanupIds.07.svg.txt diff --git a/test/plugins/cleanupIds.08.svg b/test/plugins/cleanupIds.08.svg.txt similarity index 100% rename from test/plugins/cleanupIds.08.svg rename to test/plugins/cleanupIds.08.svg.txt diff --git a/test/plugins/cleanupIds.09.svg b/test/plugins/cleanupIds.09.svg.txt similarity index 100% rename from test/plugins/cleanupIds.09.svg rename to test/plugins/cleanupIds.09.svg.txt diff --git a/test/plugins/cleanupIds.10.svg b/test/plugins/cleanupIds.10.svg.txt similarity index 100% rename from test/plugins/cleanupIds.10.svg rename to test/plugins/cleanupIds.10.svg.txt diff --git a/test/plugins/cleanupIds.11.svg b/test/plugins/cleanupIds.11.svg.txt similarity index 100% rename from test/plugins/cleanupIds.11.svg rename to test/plugins/cleanupIds.11.svg.txt diff --git a/test/plugins/cleanupIds.12.svg b/test/plugins/cleanupIds.12.svg.txt similarity index 100% rename from test/plugins/cleanupIds.12.svg rename to test/plugins/cleanupIds.12.svg.txt diff --git a/test/plugins/cleanupIds.13.svg b/test/plugins/cleanupIds.13.svg.txt similarity index 100% rename from test/plugins/cleanupIds.13.svg rename to test/plugins/cleanupIds.13.svg.txt diff --git a/test/plugins/cleanupIds.14.svg b/test/plugins/cleanupIds.14.svg.txt similarity index 100% rename from test/plugins/cleanupIds.14.svg rename to test/plugins/cleanupIds.14.svg.txt diff --git a/test/plugins/cleanupIds.15.svg b/test/plugins/cleanupIds.15.svg.txt similarity index 100% rename from test/plugins/cleanupIds.15.svg rename to test/plugins/cleanupIds.15.svg.txt diff --git a/test/plugins/cleanupIds.16.svg b/test/plugins/cleanupIds.16.svg.txt similarity index 100% rename from test/plugins/cleanupIds.16.svg rename to test/plugins/cleanupIds.16.svg.txt diff --git a/test/plugins/cleanupIds.17.svg b/test/plugins/cleanupIds.17.svg.txt similarity index 100% rename from test/plugins/cleanupIds.17.svg rename to test/plugins/cleanupIds.17.svg.txt diff --git a/test/plugins/cleanupIds.18.svg b/test/plugins/cleanupIds.18.svg.txt similarity index 100% rename from test/plugins/cleanupIds.18.svg rename to test/plugins/cleanupIds.18.svg.txt diff --git a/test/plugins/cleanupIds.19.svg b/test/plugins/cleanupIds.19.svg.txt similarity index 100% rename from test/plugins/cleanupIds.19.svg rename to test/plugins/cleanupIds.19.svg.txt diff --git a/test/plugins/cleanupIds.20.svg b/test/plugins/cleanupIds.20.svg.txt similarity index 100% rename from test/plugins/cleanupIds.20.svg rename to test/plugins/cleanupIds.20.svg.txt diff --git a/test/plugins/cleanupIds.21.svg b/test/plugins/cleanupIds.21.svg.txt similarity index 100% rename from test/plugins/cleanupIds.21.svg rename to test/plugins/cleanupIds.21.svg.txt diff --git a/test/plugins/cleanupIds.22.svg b/test/plugins/cleanupIds.22.svg.txt similarity index 100% rename from test/plugins/cleanupIds.22.svg rename to test/plugins/cleanupIds.22.svg.txt diff --git a/test/plugins/cleanupIds.23.svg b/test/plugins/cleanupIds.23.svg.txt similarity index 100% rename from test/plugins/cleanupIds.23.svg rename to test/plugins/cleanupIds.23.svg.txt diff --git a/test/plugins/cleanupIds.24.svg b/test/plugins/cleanupIds.24.svg.txt similarity index 100% rename from test/plugins/cleanupIds.24.svg rename to test/plugins/cleanupIds.24.svg.txt diff --git a/test/plugins/cleanupIds.25.svg b/test/plugins/cleanupIds.25.svg.txt similarity index 100% rename from test/plugins/cleanupIds.25.svg rename to test/plugins/cleanupIds.25.svg.txt diff --git a/test/plugins/cleanupListOfValues.01.svg b/test/plugins/cleanupListOfValues.01.svg.txt similarity index 100% rename from test/plugins/cleanupListOfValues.01.svg rename to test/plugins/cleanupListOfValues.01.svg.txt diff --git a/test/plugins/cleanupListOfValues.02.svg b/test/plugins/cleanupListOfValues.02.svg.txt similarity index 100% rename from test/plugins/cleanupListOfValues.02.svg rename to test/plugins/cleanupListOfValues.02.svg.txt diff --git a/test/plugins/cleanupListOfValues.03.svg b/test/plugins/cleanupListOfValues.03.svg.txt similarity index 100% rename from test/plugins/cleanupListOfValues.03.svg rename to test/plugins/cleanupListOfValues.03.svg.txt diff --git a/test/plugins/cleanupNumericValues.01.svg b/test/plugins/cleanupNumericValues.01.svg.txt similarity index 100% rename from test/plugins/cleanupNumericValues.01.svg rename to test/plugins/cleanupNumericValues.01.svg.txt diff --git a/test/plugins/cleanupNumericValues.02.svg b/test/plugins/cleanupNumericValues.02.svg.txt similarity index 100% rename from test/plugins/cleanupNumericValues.02.svg rename to test/plugins/cleanupNumericValues.02.svg.txt diff --git a/test/plugins/collapseGroups.01.svg b/test/plugins/collapseGroups.01.svg.txt similarity index 100% rename from test/plugins/collapseGroups.01.svg rename to test/plugins/collapseGroups.01.svg.txt diff --git a/test/plugins/collapseGroups.02.svg b/test/plugins/collapseGroups.02.svg.txt similarity index 100% rename from test/plugins/collapseGroups.02.svg rename to test/plugins/collapseGroups.02.svg.txt diff --git a/test/plugins/collapseGroups.06.svg b/test/plugins/collapseGroups.06.svg.txt similarity index 100% rename from test/plugins/collapseGroups.06.svg rename to test/plugins/collapseGroups.06.svg.txt diff --git a/test/plugins/collapseGroups.07.svg b/test/plugins/collapseGroups.07.svg.txt similarity index 100% rename from test/plugins/collapseGroups.07.svg rename to test/plugins/collapseGroups.07.svg.txt diff --git a/test/plugins/collapseGroups.08.svg b/test/plugins/collapseGroups.08.svg.txt similarity index 100% rename from test/plugins/collapseGroups.08.svg rename to test/plugins/collapseGroups.08.svg.txt diff --git a/test/plugins/collapseGroups.09.svg b/test/plugins/collapseGroups.09.svg.txt similarity index 100% rename from test/plugins/collapseGroups.09.svg rename to test/plugins/collapseGroups.09.svg.txt diff --git a/test/plugins/collapseGroups.11.svg b/test/plugins/collapseGroups.11.svg.txt similarity index 100% rename from test/plugins/collapseGroups.11.svg rename to test/plugins/collapseGroups.11.svg.txt diff --git a/test/plugins/collapseGroups.12.svg b/test/plugins/collapseGroups.12.svg.txt similarity index 100% rename from test/plugins/collapseGroups.12.svg rename to test/plugins/collapseGroups.12.svg.txt diff --git a/test/plugins/collapseGroups.13.svg b/test/plugins/collapseGroups.13.svg.txt similarity index 100% rename from test/plugins/collapseGroups.13.svg rename to test/plugins/collapseGroups.13.svg.txt diff --git a/test/plugins/collapseGroups.14.svg b/test/plugins/collapseGroups.14.svg.txt similarity index 100% rename from test/plugins/collapseGroups.14.svg rename to test/plugins/collapseGroups.14.svg.txt diff --git a/test/plugins/collapseGroups.15.svg b/test/plugins/collapseGroups.15.svg.txt similarity index 100% rename from test/plugins/collapseGroups.15.svg rename to test/plugins/collapseGroups.15.svg.txt diff --git a/test/plugins/collapseGroups.16.svg b/test/plugins/collapseGroups.16.svg.txt similarity index 100% rename from test/plugins/collapseGroups.16.svg rename to test/plugins/collapseGroups.16.svg.txt diff --git a/test/plugins/convertColors.01.svg b/test/plugins/convertColors.01.svg.txt similarity index 100% rename from test/plugins/convertColors.01.svg rename to test/plugins/convertColors.01.svg.txt diff --git a/test/plugins/convertColors.02.svg b/test/plugins/convertColors.02.svg.txt similarity index 100% rename from test/plugins/convertColors.02.svg rename to test/plugins/convertColors.02.svg.txt diff --git a/test/plugins/convertColors.03.svg b/test/plugins/convertColors.03.svg.txt similarity index 100% rename from test/plugins/convertColors.03.svg rename to test/plugins/convertColors.03.svg.txt diff --git a/test/plugins/convertColors.04.svg b/test/plugins/convertColors.04.svg.txt similarity index 100% rename from test/plugins/convertColors.04.svg rename to test/plugins/convertColors.04.svg.txt diff --git a/test/plugins/convertEllipseToCircle.01.svg b/test/plugins/convertEllipseToCircle.01.svg.txt similarity index 100% rename from test/plugins/convertEllipseToCircle.01.svg rename to test/plugins/convertEllipseToCircle.01.svg.txt diff --git a/test/plugins/convertOneStopGradients.01.svg b/test/plugins/convertOneStopGradients.01.svg.txt similarity index 100% rename from test/plugins/convertOneStopGradients.01.svg rename to test/plugins/convertOneStopGradients.01.svg.txt diff --git a/test/plugins/convertOneStopGradients.02.svg b/test/plugins/convertOneStopGradients.02.svg.txt similarity index 100% rename from test/plugins/convertOneStopGradients.02.svg rename to test/plugins/convertOneStopGradients.02.svg.txt diff --git a/test/plugins/convertOneStopGradients.03.svg b/test/plugins/convertOneStopGradients.03.svg.txt similarity index 100% rename from test/plugins/convertOneStopGradients.03.svg rename to test/plugins/convertOneStopGradients.03.svg.txt diff --git a/test/plugins/convertPathData.01.svg b/test/plugins/convertPathData.01.svg.txt similarity index 100% rename from test/plugins/convertPathData.01.svg rename to test/plugins/convertPathData.01.svg.txt diff --git a/test/plugins/convertPathData.02.svg b/test/plugins/convertPathData.02.svg.txt similarity index 100% rename from test/plugins/convertPathData.02.svg rename to test/plugins/convertPathData.02.svg.txt diff --git a/test/plugins/convertPathData.03.svg b/test/plugins/convertPathData.03.svg.txt similarity index 100% rename from test/plugins/convertPathData.03.svg rename to test/plugins/convertPathData.03.svg.txt diff --git a/test/plugins/convertPathData.04.svg b/test/plugins/convertPathData.04.svg.txt similarity index 100% rename from test/plugins/convertPathData.04.svg rename to test/plugins/convertPathData.04.svg.txt diff --git a/test/plugins/convertPathData.05.svg b/test/plugins/convertPathData.05.svg.txt similarity index 100% rename from test/plugins/convertPathData.05.svg rename to test/plugins/convertPathData.05.svg.txt diff --git a/test/plugins/convertPathData.06.svg b/test/plugins/convertPathData.06.svg.txt similarity index 100% rename from test/plugins/convertPathData.06.svg rename to test/plugins/convertPathData.06.svg.txt diff --git a/test/plugins/convertPathData.07.svg b/test/plugins/convertPathData.07.svg.txt similarity index 100% rename from test/plugins/convertPathData.07.svg rename to test/plugins/convertPathData.07.svg.txt diff --git a/test/plugins/convertPathData.08.svg b/test/plugins/convertPathData.08.svg.txt similarity index 100% rename from test/plugins/convertPathData.08.svg rename to test/plugins/convertPathData.08.svg.txt diff --git a/test/plugins/convertPathData.09.svg b/test/plugins/convertPathData.09.svg.txt similarity index 100% rename from test/plugins/convertPathData.09.svg rename to test/plugins/convertPathData.09.svg.txt diff --git a/test/plugins/convertPathData.10.svg b/test/plugins/convertPathData.10.svg.txt similarity index 100% rename from test/plugins/convertPathData.10.svg rename to test/plugins/convertPathData.10.svg.txt diff --git a/test/plugins/convertPathData.11.svg b/test/plugins/convertPathData.11.svg.txt similarity index 100% rename from test/plugins/convertPathData.11.svg rename to test/plugins/convertPathData.11.svg.txt diff --git a/test/plugins/convertPathData.12.svg b/test/plugins/convertPathData.12.svg.txt similarity index 100% rename from test/plugins/convertPathData.12.svg rename to test/plugins/convertPathData.12.svg.txt diff --git a/test/plugins/convertPathData.13.svg b/test/plugins/convertPathData.13.svg.txt similarity index 100% rename from test/plugins/convertPathData.13.svg rename to test/plugins/convertPathData.13.svg.txt diff --git a/test/plugins/convertPathData.14.svg b/test/plugins/convertPathData.14.svg.txt similarity index 100% rename from test/plugins/convertPathData.14.svg rename to test/plugins/convertPathData.14.svg.txt diff --git a/test/plugins/convertPathData.15.svg b/test/plugins/convertPathData.15.svg.txt similarity index 100% rename from test/plugins/convertPathData.15.svg rename to test/plugins/convertPathData.15.svg.txt diff --git a/test/plugins/convertPathData.16.svg b/test/plugins/convertPathData.16.svg.txt similarity index 100% rename from test/plugins/convertPathData.16.svg rename to test/plugins/convertPathData.16.svg.txt diff --git a/test/plugins/convertPathData.17.svg b/test/plugins/convertPathData.17.svg.txt similarity index 100% rename from test/plugins/convertPathData.17.svg rename to test/plugins/convertPathData.17.svg.txt diff --git a/test/plugins/convertPathData.18.svg b/test/plugins/convertPathData.18.svg.txt similarity index 100% rename from test/plugins/convertPathData.18.svg rename to test/plugins/convertPathData.18.svg.txt diff --git a/test/plugins/convertPathData.19.svg b/test/plugins/convertPathData.19.svg.txt similarity index 100% rename from test/plugins/convertPathData.19.svg rename to test/plugins/convertPathData.19.svg.txt diff --git a/test/plugins/convertPathData.20.svg b/test/plugins/convertPathData.20.svg.txt similarity index 100% rename from test/plugins/convertPathData.20.svg rename to test/plugins/convertPathData.20.svg.txt diff --git a/test/plugins/convertPathData.21.svg b/test/plugins/convertPathData.21.svg.txt similarity index 100% rename from test/plugins/convertPathData.21.svg rename to test/plugins/convertPathData.21.svg.txt diff --git a/test/plugins/convertPathData.22.svg b/test/plugins/convertPathData.22.svg.txt similarity index 100% rename from test/plugins/convertPathData.22.svg rename to test/plugins/convertPathData.22.svg.txt diff --git a/test/plugins/convertPathData.23.svg b/test/plugins/convertPathData.23.svg.txt similarity index 100% rename from test/plugins/convertPathData.23.svg rename to test/plugins/convertPathData.23.svg.txt diff --git a/test/plugins/convertPathData.24.svg b/test/plugins/convertPathData.24.svg.txt similarity index 100% rename from test/plugins/convertPathData.24.svg rename to test/plugins/convertPathData.24.svg.txt diff --git a/test/plugins/convertPathData.25.svg b/test/plugins/convertPathData.25.svg.txt similarity index 100% rename from test/plugins/convertPathData.25.svg rename to test/plugins/convertPathData.25.svg.txt diff --git a/test/plugins/convertPathData.26.svg b/test/plugins/convertPathData.26.svg.txt similarity index 100% rename from test/plugins/convertPathData.26.svg rename to test/plugins/convertPathData.26.svg.txt diff --git a/test/plugins/convertPathData.27.svg b/test/plugins/convertPathData.27.svg.txt similarity index 100% rename from test/plugins/convertPathData.27.svg rename to test/plugins/convertPathData.27.svg.txt diff --git a/test/plugins/convertPathData.28.svg b/test/plugins/convertPathData.28.svg.txt similarity index 100% rename from test/plugins/convertPathData.28.svg rename to test/plugins/convertPathData.28.svg.txt diff --git a/test/plugins/convertPathData.29.svg b/test/plugins/convertPathData.29.svg.txt similarity index 100% rename from test/plugins/convertPathData.29.svg rename to test/plugins/convertPathData.29.svg.txt diff --git a/test/plugins/convertPathData.30.svg b/test/plugins/convertPathData.30.svg.txt similarity index 100% rename from test/plugins/convertPathData.30.svg rename to test/plugins/convertPathData.30.svg.txt diff --git a/test/plugins/convertPathData.31.svg b/test/plugins/convertPathData.31.svg.txt similarity index 100% rename from test/plugins/convertPathData.31.svg rename to test/plugins/convertPathData.31.svg.txt diff --git a/test/plugins/convertPathData.32.svg b/test/plugins/convertPathData.32.svg.txt similarity index 100% rename from test/plugins/convertPathData.32.svg rename to test/plugins/convertPathData.32.svg.txt diff --git a/test/plugins/convertPathData.33.svg b/test/plugins/convertPathData.33.svg.txt similarity index 100% rename from test/plugins/convertPathData.33.svg rename to test/plugins/convertPathData.33.svg.txt diff --git a/test/plugins/convertPathData.34.svg b/test/plugins/convertPathData.34.svg.txt similarity index 100% rename from test/plugins/convertPathData.34.svg rename to test/plugins/convertPathData.34.svg.txt diff --git a/test/plugins/convertPathData.35.svg b/test/plugins/convertPathData.35.svg.txt similarity index 100% rename from test/plugins/convertPathData.35.svg rename to test/plugins/convertPathData.35.svg.txt diff --git a/test/plugins/convertShapeToPath.01.svg b/test/plugins/convertShapeToPath.01.svg.txt similarity index 100% rename from test/plugins/convertShapeToPath.01.svg rename to test/plugins/convertShapeToPath.01.svg.txt diff --git a/test/plugins/convertShapeToPath.02.svg b/test/plugins/convertShapeToPath.02.svg.txt similarity index 100% rename from test/plugins/convertShapeToPath.02.svg rename to test/plugins/convertShapeToPath.02.svg.txt diff --git a/test/plugins/convertShapeToPath.03.svg b/test/plugins/convertShapeToPath.03.svg.txt similarity index 100% rename from test/plugins/convertShapeToPath.03.svg rename to test/plugins/convertShapeToPath.03.svg.txt diff --git a/test/plugins/convertShapeToPath.04.svg b/test/plugins/convertShapeToPath.04.svg.txt similarity index 100% rename from test/plugins/convertShapeToPath.04.svg rename to test/plugins/convertShapeToPath.04.svg.txt diff --git a/test/plugins/convertShapeToPath.05.svg b/test/plugins/convertShapeToPath.05.svg.txt similarity index 100% rename from test/plugins/convertShapeToPath.05.svg rename to test/plugins/convertShapeToPath.05.svg.txt diff --git a/test/plugins/convertStyleToAttrs.01.svg b/test/plugins/convertStyleToAttrs.01.svg.txt similarity index 100% rename from test/plugins/convertStyleToAttrs.01.svg rename to test/plugins/convertStyleToAttrs.01.svg.txt diff --git a/test/plugins/convertStyleToAttrs.02.svg b/test/plugins/convertStyleToAttrs.02.svg.txt similarity index 100% rename from test/plugins/convertStyleToAttrs.02.svg rename to test/plugins/convertStyleToAttrs.02.svg.txt diff --git a/test/plugins/convertStyleToAttrs.03.svg b/test/plugins/convertStyleToAttrs.03.svg.txt similarity index 100% rename from test/plugins/convertStyleToAttrs.03.svg rename to test/plugins/convertStyleToAttrs.03.svg.txt diff --git a/test/plugins/convertStyleToAttrs.04.svg b/test/plugins/convertStyleToAttrs.04.svg.txt similarity index 100% rename from test/plugins/convertStyleToAttrs.04.svg rename to test/plugins/convertStyleToAttrs.04.svg.txt diff --git a/test/plugins/convertStyleToAttrs.05.svg b/test/plugins/convertStyleToAttrs.05.svg.txt similarity index 100% rename from test/plugins/convertStyleToAttrs.05.svg rename to test/plugins/convertStyleToAttrs.05.svg.txt diff --git a/test/plugins/convertTransform.01.svg b/test/plugins/convertTransform.01.svg.txt similarity index 100% rename from test/plugins/convertTransform.01.svg rename to test/plugins/convertTransform.01.svg.txt diff --git a/test/plugins/convertTransform.02.svg b/test/plugins/convertTransform.02.svg.txt similarity index 100% rename from test/plugins/convertTransform.02.svg rename to test/plugins/convertTransform.02.svg.txt diff --git a/test/plugins/convertTransform.03.svg b/test/plugins/convertTransform.03.svg.txt similarity index 100% rename from test/plugins/convertTransform.03.svg rename to test/plugins/convertTransform.03.svg.txt diff --git a/test/plugins/convertTransform.04.svg b/test/plugins/convertTransform.04.svg.txt similarity index 100% rename from test/plugins/convertTransform.04.svg rename to test/plugins/convertTransform.04.svg.txt diff --git a/test/plugins/convertTransform.05.svg b/test/plugins/convertTransform.05.svg.txt similarity index 100% rename from test/plugins/convertTransform.05.svg rename to test/plugins/convertTransform.05.svg.txt diff --git a/test/plugins/inlineStyles.01.svg b/test/plugins/inlineStyles.01.svg.txt similarity index 100% rename from test/plugins/inlineStyles.01.svg rename to test/plugins/inlineStyles.01.svg.txt diff --git a/test/plugins/inlineStyles.02.svg b/test/plugins/inlineStyles.02.svg.txt similarity index 100% rename from test/plugins/inlineStyles.02.svg rename to test/plugins/inlineStyles.02.svg.txt diff --git a/test/plugins/inlineStyles.03.svg b/test/plugins/inlineStyles.03.svg.txt similarity index 100% rename from test/plugins/inlineStyles.03.svg rename to test/plugins/inlineStyles.03.svg.txt diff --git a/test/plugins/inlineStyles.04.svg b/test/plugins/inlineStyles.04.svg.txt similarity index 100% rename from test/plugins/inlineStyles.04.svg rename to test/plugins/inlineStyles.04.svg.txt diff --git a/test/plugins/inlineStyles.05.svg b/test/plugins/inlineStyles.05.svg.txt similarity index 100% rename from test/plugins/inlineStyles.05.svg rename to test/plugins/inlineStyles.05.svg.txt diff --git a/test/plugins/inlineStyles.06.svg b/test/plugins/inlineStyles.06.svg.txt similarity index 100% rename from test/plugins/inlineStyles.06.svg rename to test/plugins/inlineStyles.06.svg.txt diff --git a/test/plugins/inlineStyles.07.svg b/test/plugins/inlineStyles.07.svg.txt similarity index 100% rename from test/plugins/inlineStyles.07.svg rename to test/plugins/inlineStyles.07.svg.txt diff --git a/test/plugins/inlineStyles.08.svg b/test/plugins/inlineStyles.08.svg.txt similarity index 100% rename from test/plugins/inlineStyles.08.svg rename to test/plugins/inlineStyles.08.svg.txt diff --git a/test/plugins/inlineStyles.09.svg b/test/plugins/inlineStyles.09.svg.txt similarity index 100% rename from test/plugins/inlineStyles.09.svg rename to test/plugins/inlineStyles.09.svg.txt diff --git a/test/plugins/inlineStyles.10.svg b/test/plugins/inlineStyles.10.svg.txt similarity index 100% rename from test/plugins/inlineStyles.10.svg rename to test/plugins/inlineStyles.10.svg.txt diff --git a/test/plugins/inlineStyles.11.svg b/test/plugins/inlineStyles.11.svg.txt similarity index 100% rename from test/plugins/inlineStyles.11.svg rename to test/plugins/inlineStyles.11.svg.txt diff --git a/test/plugins/inlineStyles.12.svg b/test/plugins/inlineStyles.12.svg.txt similarity index 100% rename from test/plugins/inlineStyles.12.svg rename to test/plugins/inlineStyles.12.svg.txt diff --git a/test/plugins/inlineStyles.13.svg b/test/plugins/inlineStyles.13.svg.txt similarity index 100% rename from test/plugins/inlineStyles.13.svg rename to test/plugins/inlineStyles.13.svg.txt diff --git a/test/plugins/inlineStyles.14.svg b/test/plugins/inlineStyles.14.svg.txt similarity index 100% rename from test/plugins/inlineStyles.14.svg rename to test/plugins/inlineStyles.14.svg.txt diff --git a/test/plugins/inlineStyles.15.svg b/test/plugins/inlineStyles.15.svg.txt similarity index 100% rename from test/plugins/inlineStyles.15.svg rename to test/plugins/inlineStyles.15.svg.txt diff --git a/test/plugins/inlineStyles.16.svg b/test/plugins/inlineStyles.16.svg.txt similarity index 100% rename from test/plugins/inlineStyles.16.svg rename to test/plugins/inlineStyles.16.svg.txt diff --git a/test/plugins/inlineStyles.17.svg b/test/plugins/inlineStyles.17.svg.txt similarity index 100% rename from test/plugins/inlineStyles.17.svg rename to test/plugins/inlineStyles.17.svg.txt diff --git a/test/plugins/inlineStyles.18.svg b/test/plugins/inlineStyles.18.svg.txt similarity index 100% rename from test/plugins/inlineStyles.18.svg rename to test/plugins/inlineStyles.18.svg.txt diff --git a/test/plugins/inlineStyles.19.svg b/test/plugins/inlineStyles.19.svg.txt similarity index 100% rename from test/plugins/inlineStyles.19.svg rename to test/plugins/inlineStyles.19.svg.txt diff --git a/test/plugins/inlineStyles.20.svg b/test/plugins/inlineStyles.20.svg.txt similarity index 100% rename from test/plugins/inlineStyles.20.svg rename to test/plugins/inlineStyles.20.svg.txt diff --git a/test/plugins/inlineStyles.21.svg b/test/plugins/inlineStyles.21.svg.txt similarity index 100% rename from test/plugins/inlineStyles.21.svg rename to test/plugins/inlineStyles.21.svg.txt diff --git a/test/plugins/inlineStyles.22.svg b/test/plugins/inlineStyles.22.svg.txt similarity index 100% rename from test/plugins/inlineStyles.22.svg rename to test/plugins/inlineStyles.22.svg.txt diff --git a/test/plugins/inlineStyles.23.svg b/test/plugins/inlineStyles.23.svg.txt similarity index 100% rename from test/plugins/inlineStyles.23.svg rename to test/plugins/inlineStyles.23.svg.txt diff --git a/test/plugins/inlineStyles.24.svg b/test/plugins/inlineStyles.24.svg.txt similarity index 100% rename from test/plugins/inlineStyles.24.svg rename to test/plugins/inlineStyles.24.svg.txt diff --git a/test/plugins/inlineStyles.25.svg b/test/plugins/inlineStyles.25.svg.txt similarity index 100% rename from test/plugins/inlineStyles.25.svg rename to test/plugins/inlineStyles.25.svg.txt diff --git a/test/plugins/inlineStyles.26.svg b/test/plugins/inlineStyles.26.svg.txt similarity index 100% rename from test/plugins/inlineStyles.26.svg rename to test/plugins/inlineStyles.26.svg.txt diff --git a/test/plugins/inlineStyles.27.svg b/test/plugins/inlineStyles.27.svg.txt similarity index 100% rename from test/plugins/inlineStyles.27.svg rename to test/plugins/inlineStyles.27.svg.txt diff --git a/test/plugins/inlineStyles.28.svg b/test/plugins/inlineStyles.28.svg.txt similarity index 100% rename from test/plugins/inlineStyles.28.svg rename to test/plugins/inlineStyles.28.svg.txt diff --git a/test/plugins/mergePaths.01.svg b/test/plugins/mergePaths.01.svg.txt similarity index 100% rename from test/plugins/mergePaths.01.svg rename to test/plugins/mergePaths.01.svg.txt diff --git a/test/plugins/mergePaths.02.svg b/test/plugins/mergePaths.02.svg.txt similarity index 100% rename from test/plugins/mergePaths.02.svg rename to test/plugins/mergePaths.02.svg.txt diff --git a/test/plugins/mergePaths.03.svg b/test/plugins/mergePaths.03.svg.txt similarity index 100% rename from test/plugins/mergePaths.03.svg rename to test/plugins/mergePaths.03.svg.txt diff --git a/test/plugins/mergePaths.04.svg b/test/plugins/mergePaths.04.svg.txt similarity index 100% rename from test/plugins/mergePaths.04.svg rename to test/plugins/mergePaths.04.svg.txt diff --git a/test/plugins/mergePaths.05.svg b/test/plugins/mergePaths.05.svg.txt similarity index 100% rename from test/plugins/mergePaths.05.svg rename to test/plugins/mergePaths.05.svg.txt diff --git a/test/plugins/mergePaths.06.svg b/test/plugins/mergePaths.06.svg.txt similarity index 100% rename from test/plugins/mergePaths.06.svg rename to test/plugins/mergePaths.06.svg.txt diff --git a/test/plugins/mergePaths.07.svg b/test/plugins/mergePaths.07.svg.txt similarity index 100% rename from test/plugins/mergePaths.07.svg rename to test/plugins/mergePaths.07.svg.txt diff --git a/test/plugins/mergeStyles.01.svg b/test/plugins/mergeStyles.01.svg.txt similarity index 100% rename from test/plugins/mergeStyles.01.svg rename to test/plugins/mergeStyles.01.svg.txt diff --git a/test/plugins/mergeStyles.02.svg b/test/plugins/mergeStyles.02.svg.txt similarity index 100% rename from test/plugins/mergeStyles.02.svg rename to test/plugins/mergeStyles.02.svg.txt diff --git a/test/plugins/mergeStyles.03.svg b/test/plugins/mergeStyles.03.svg.txt similarity index 100% rename from test/plugins/mergeStyles.03.svg rename to test/plugins/mergeStyles.03.svg.txt diff --git a/test/plugins/mergeStyles.04.svg b/test/plugins/mergeStyles.04.svg.txt similarity index 100% rename from test/plugins/mergeStyles.04.svg rename to test/plugins/mergeStyles.04.svg.txt diff --git a/test/plugins/mergeStyles.05.svg b/test/plugins/mergeStyles.05.svg.txt similarity index 100% rename from test/plugins/mergeStyles.05.svg rename to test/plugins/mergeStyles.05.svg.txt diff --git a/test/plugins/mergeStyles.06.svg b/test/plugins/mergeStyles.06.svg.txt similarity index 100% rename from test/plugins/mergeStyles.06.svg rename to test/plugins/mergeStyles.06.svg.txt diff --git a/test/plugins/mergeStyles.07.svg b/test/plugins/mergeStyles.07.svg.txt similarity index 100% rename from test/plugins/mergeStyles.07.svg rename to test/plugins/mergeStyles.07.svg.txt diff --git a/test/plugins/mergeStyles.08.svg b/test/plugins/mergeStyles.08.svg.txt similarity index 100% rename from test/plugins/mergeStyles.08.svg rename to test/plugins/mergeStyles.08.svg.txt diff --git a/test/plugins/mergeStyles.09.svg b/test/plugins/mergeStyles.09.svg.txt similarity index 100% rename from test/plugins/mergeStyles.09.svg rename to test/plugins/mergeStyles.09.svg.txt diff --git a/test/plugins/mergeStyles.10.svg b/test/plugins/mergeStyles.10.svg.txt similarity index 100% rename from test/plugins/mergeStyles.10.svg rename to test/plugins/mergeStyles.10.svg.txt diff --git a/test/plugins/mergeStyles.11.svg b/test/plugins/mergeStyles.11.svg.txt similarity index 100% rename from test/plugins/mergeStyles.11.svg rename to test/plugins/mergeStyles.11.svg.txt diff --git a/test/plugins/mergeStyles.12.svg b/test/plugins/mergeStyles.12.svg.txt similarity index 100% rename from test/plugins/mergeStyles.12.svg rename to test/plugins/mergeStyles.12.svg.txt diff --git a/test/plugins/minifyStyles.01.svg b/test/plugins/minifyStyles.01.svg.txt similarity index 100% rename from test/plugins/minifyStyles.01.svg rename to test/plugins/minifyStyles.01.svg.txt diff --git a/test/plugins/minifyStyles.02.svg b/test/plugins/minifyStyles.02.svg.txt similarity index 100% rename from test/plugins/minifyStyles.02.svg rename to test/plugins/minifyStyles.02.svg.txt diff --git a/test/plugins/minifyStyles.03.svg b/test/plugins/minifyStyles.03.svg.txt similarity index 100% rename from test/plugins/minifyStyles.03.svg rename to test/plugins/minifyStyles.03.svg.txt diff --git a/test/plugins/minifyStyles.04.svg b/test/plugins/minifyStyles.04.svg.txt similarity index 100% rename from test/plugins/minifyStyles.04.svg rename to test/plugins/minifyStyles.04.svg.txt diff --git a/test/plugins/minifyStyles.05.svg b/test/plugins/minifyStyles.05.svg.txt similarity index 100% rename from test/plugins/minifyStyles.05.svg rename to test/plugins/minifyStyles.05.svg.txt diff --git a/test/plugins/minifyStyles.06.svg b/test/plugins/minifyStyles.06.svg.txt similarity index 100% rename from test/plugins/minifyStyles.06.svg rename to test/plugins/minifyStyles.06.svg.txt diff --git a/test/plugins/minifyStyles.07.svg b/test/plugins/minifyStyles.07.svg.txt similarity index 100% rename from test/plugins/minifyStyles.07.svg rename to test/plugins/minifyStyles.07.svg.txt diff --git a/test/plugins/minifyStyles.08.svg b/test/plugins/minifyStyles.08.svg.txt similarity index 100% rename from test/plugins/minifyStyles.08.svg rename to test/plugins/minifyStyles.08.svg.txt diff --git a/test/plugins/minifyStyles.09.svg b/test/plugins/minifyStyles.09.svg.txt similarity index 100% rename from test/plugins/minifyStyles.09.svg rename to test/plugins/minifyStyles.09.svg.txt diff --git a/test/plugins/minifyStyles.10.svg b/test/plugins/minifyStyles.10.svg.txt similarity index 100% rename from test/plugins/minifyStyles.10.svg rename to test/plugins/minifyStyles.10.svg.txt diff --git a/test/plugins/minifyStyles.11.svg b/test/plugins/minifyStyles.11.svg.txt similarity index 100% rename from test/plugins/minifyStyles.11.svg rename to test/plugins/minifyStyles.11.svg.txt diff --git a/test/plugins/moveElemsAttrsToGroup.01.svg b/test/plugins/moveElemsAttrsToGroup.01.svg.txt similarity index 100% rename from test/plugins/moveElemsAttrsToGroup.01.svg rename to test/plugins/moveElemsAttrsToGroup.01.svg.txt diff --git a/test/plugins/moveElemsAttrsToGroup.02.svg b/test/plugins/moveElemsAttrsToGroup.02.svg.txt similarity index 100% rename from test/plugins/moveElemsAttrsToGroup.02.svg rename to test/plugins/moveElemsAttrsToGroup.02.svg.txt diff --git a/test/plugins/moveElemsAttrsToGroup.03.svg b/test/plugins/moveElemsAttrsToGroup.03.svg.txt similarity index 100% rename from test/plugins/moveElemsAttrsToGroup.03.svg rename to test/plugins/moveElemsAttrsToGroup.03.svg.txt diff --git a/test/plugins/moveElemsAttrsToGroup.04.svg b/test/plugins/moveElemsAttrsToGroup.04.svg.txt similarity index 100% rename from test/plugins/moveElemsAttrsToGroup.04.svg rename to test/plugins/moveElemsAttrsToGroup.04.svg.txt diff --git a/test/plugins/moveElemsAttrsToGroup.06.svg b/test/plugins/moveElemsAttrsToGroup.06.svg.txt similarity index 100% rename from test/plugins/moveElemsAttrsToGroup.06.svg rename to test/plugins/moveElemsAttrsToGroup.06.svg.txt diff --git a/test/plugins/moveElemsAttrsToGroup.07.svg b/test/plugins/moveElemsAttrsToGroup.07.svg.txt similarity index 100% rename from test/plugins/moveElemsAttrsToGroup.07.svg rename to test/plugins/moveElemsAttrsToGroup.07.svg.txt diff --git a/test/plugins/moveGroupAttrsToElems.01.svg b/test/plugins/moveGroupAttrsToElems.01.svg.txt similarity index 100% rename from test/plugins/moveGroupAttrsToElems.01.svg rename to test/plugins/moveGroupAttrsToElems.01.svg.txt diff --git a/test/plugins/moveGroupAttrsToElems.02.svg b/test/plugins/moveGroupAttrsToElems.02.svg.txt similarity index 100% rename from test/plugins/moveGroupAttrsToElems.02.svg rename to test/plugins/moveGroupAttrsToElems.02.svg.txt diff --git a/test/plugins/moveGroupAttrsToElems.03.svg b/test/plugins/moveGroupAttrsToElems.03.svg.txt similarity index 100% rename from test/plugins/moveGroupAttrsToElems.03.svg rename to test/plugins/moveGroupAttrsToElems.03.svg.txt diff --git a/test/plugins/moveGroupAttrsToElems.04.svg b/test/plugins/moveGroupAttrsToElems.04.svg.txt similarity index 100% rename from test/plugins/moveGroupAttrsToElems.04.svg rename to test/plugins/moveGroupAttrsToElems.04.svg.txt diff --git a/test/plugins/moveGroupAttrsToElems.05.svg b/test/plugins/moveGroupAttrsToElems.05.svg.txt similarity index 100% rename from test/plugins/moveGroupAttrsToElems.05.svg rename to test/plugins/moveGroupAttrsToElems.05.svg.txt diff --git a/test/plugins/moveGroupAttrsToElems.06.svg b/test/plugins/moveGroupAttrsToElems.06.svg.txt similarity index 100% rename from test/plugins/moveGroupAttrsToElems.06.svg rename to test/plugins/moveGroupAttrsToElems.06.svg.txt diff --git a/test/plugins/prefixIds.01.svg b/test/plugins/prefixIds.01.svg.txt similarity index 62% rename from test/plugins/prefixIds.01.svg rename to test/plugins/prefixIds.01.svg.txt index e99c2ea4..311aaa3e 100644 --- a/test/plugins/prefixIds.01.svg +++ b/test/plugins/prefixIds.01.svg.txt @@ -16,8 +16,8 @@ - - + + diff --git a/test/plugins/prefixIds.02.svg b/test/plugins/prefixIds.02.svg.txt similarity index 78% rename from test/plugins/prefixIds.02.svg rename to test/plugins/prefixIds.02.svg.txt index fe22dad7..9b83f656 100644 --- a/test/plugins/prefixIds.02.svg +++ b/test/plugins/prefixIds.02.svg.txt @@ -12,10 +12,10 @@ - + - + diff --git a/test/plugins/prefixIds.03.svg b/test/plugins/prefixIds.03.svg.txt similarity index 80% rename from test/plugins/prefixIds.03.svg rename to test/plugins/prefixIds.03.svg.txt index b87b25ec..655672ae 100644 --- a/test/plugins/prefixIds.03.svg +++ b/test/plugins/prefixIds.03.svg.txt @@ -5,5 +5,5 @@ @@@ - + diff --git a/test/plugins/prefixIds.04.svg b/test/plugins/prefixIds.04.svg.txt similarity index 94% rename from test/plugins/prefixIds.04.svg rename to test/plugins/prefixIds.04.svg.txt index d3d47559..b8f18c02 100644 --- a/test/plugins/prefixIds.04.svg +++ b/test/plugins/prefixIds.04.svg.txt @@ -15,7 +15,7 @@ diff --git a/test/plugins/prefixIds.05.svg b/test/plugins/prefixIds.05.svg.txt similarity index 73% rename from test/plugins/prefixIds.05.svg rename to test/plugins/prefixIds.05.svg.txt index d7805dd5..8e263e09 100644 --- a/test/plugins/prefixIds.05.svg +++ b/test/plugins/prefixIds.05.svg.txt @@ -22,20 +22,20 @@ - + - + - + - - - + + + diff --git a/test/plugins/prefixIds.06.svg b/test/plugins/prefixIds.06.svg.txt similarity index 51% rename from test/plugins/prefixIds.06.svg rename to test/plugins/prefixIds.06.svg.txt index 9bd4f764..5b93b949 100644 --- a/test/plugins/prefixIds.06.svg +++ b/test/plugins/prefixIds.06.svg.txt @@ -29,10 +29,10 @@ - - - - + + + + diff --git a/test/plugins/prefixIds.07.svg b/test/plugins/prefixIds.07.svg.txt similarity index 78% rename from test/plugins/prefixIds.07.svg rename to test/plugins/prefixIds.07.svg.txt index add8a8d1..00903c3c 100644 --- a/test/plugins/prefixIds.07.svg +++ b/test/plugins/prefixIds.07.svg.txt @@ -16,9 +16,9 @@ - + diff --git a/test/plugins/prefixIds.08.svg b/test/plugins/prefixIds.08.svg.txt similarity index 77% rename from test/plugins/prefixIds.08.svg rename to test/plugins/prefixIds.08.svg.txt index 1008b6cd..74d7b007 100644 --- a/test/plugins/prefixIds.08.svg +++ b/test/plugins/prefixIds.08.svg.txt @@ -16,10 +16,10 @@ - + @@@ diff --git a/test/plugins/prefixIds.09.svg b/test/plugins/prefixIds.09.svg.txt similarity index 100% rename from test/plugins/prefixIds.09.svg rename to test/plugins/prefixIds.09.svg.txt diff --git a/test/plugins/prefixIds.10.svg b/test/plugins/prefixIds.10.svg.txt similarity index 53% rename from test/plugins/prefixIds.10.svg rename to test/plugins/prefixIds.10.svg.txt index 7b4ce318..f9a9ffe9 100644 --- a/test/plugins/prefixIds.10.svg +++ b/test/plugins/prefixIds.10.svg.txt @@ -8,8 +8,8 @@ @@@ - - - + + + diff --git a/test/plugins/prefixIds.11.svg b/test/plugins/prefixIds.11.svg.txt similarity index 63% rename from test/plugins/prefixIds.11.svg rename to test/plugins/prefixIds.11.svg.txt index aad0aabd..3c6bf382 100644 --- a/test/plugins/prefixIds.11.svg +++ b/test/plugins/prefixIds.11.svg.txt @@ -14,8 +14,8 @@ prefixIds should correctly handle url()s in style attribute, including multiple - - + + - + diff --git a/test/plugins/prefixIds.12.svg b/test/plugins/prefixIds.12.svg.txt similarity index 90% rename from test/plugins/prefixIds.12.svg rename to test/plugins/prefixIds.12.svg.txt index fb38f1f6..e1886858 100644 --- a/test/plugins/prefixIds.12.svg +++ b/test/plugins/prefixIds.12.svg.txt @@ -15,6 +15,6 @@ into multiple nodes due to XML comments. diff --git a/test/plugins/removeAttributesBySelector.01.svg b/test/plugins/removeAttributesBySelector.01.svg.txt similarity index 100% rename from test/plugins/removeAttributesBySelector.01.svg rename to test/plugins/removeAttributesBySelector.01.svg.txt diff --git a/test/plugins/removeAttributesBySelector.02.svg b/test/plugins/removeAttributesBySelector.02.svg.txt similarity index 100% rename from test/plugins/removeAttributesBySelector.02.svg rename to test/plugins/removeAttributesBySelector.02.svg.txt diff --git a/test/plugins/removeAttributesBySelector.03.svg b/test/plugins/removeAttributesBySelector.03.svg.txt similarity index 100% rename from test/plugins/removeAttributesBySelector.03.svg rename to test/plugins/removeAttributesBySelector.03.svg.txt diff --git a/test/plugins/removeAttrs.01.svg b/test/plugins/removeAttrs.01.svg.txt similarity index 100% rename from test/plugins/removeAttrs.01.svg rename to test/plugins/removeAttrs.01.svg.txt diff --git a/test/plugins/removeAttrs.02.svg b/test/plugins/removeAttrs.02.svg.txt similarity index 100% rename from test/plugins/removeAttrs.02.svg rename to test/plugins/removeAttrs.02.svg.txt diff --git a/test/plugins/removeAttrs.03.svg b/test/plugins/removeAttrs.03.svg.txt similarity index 100% rename from test/plugins/removeAttrs.03.svg rename to test/plugins/removeAttrs.03.svg.txt diff --git a/test/plugins/removeAttrs.04.svg b/test/plugins/removeAttrs.04.svg.txt similarity index 100% rename from test/plugins/removeAttrs.04.svg rename to test/plugins/removeAttrs.04.svg.txt diff --git a/test/plugins/removeAttrs.05.svg b/test/plugins/removeAttrs.05.svg.txt similarity index 100% rename from test/plugins/removeAttrs.05.svg rename to test/plugins/removeAttrs.05.svg.txt diff --git a/test/plugins/removeAttrs.06.svg b/test/plugins/removeAttrs.06.svg.txt similarity index 100% rename from test/plugins/removeAttrs.06.svg rename to test/plugins/removeAttrs.06.svg.txt diff --git a/test/plugins/removeComments.01.svg b/test/plugins/removeComments.01.svg.txt similarity index 100% rename from test/plugins/removeComments.01.svg rename to test/plugins/removeComments.01.svg.txt diff --git a/test/plugins/removeComments.02.svg b/test/plugins/removeComments.02.svg.txt similarity index 100% rename from test/plugins/removeComments.02.svg rename to test/plugins/removeComments.02.svg.txt diff --git a/test/plugins/removeComments.03.svg b/test/plugins/removeComments.03.svg.txt similarity index 100% rename from test/plugins/removeComments.03.svg rename to test/plugins/removeComments.03.svg.txt diff --git a/test/plugins/removeDesc.01.svg b/test/plugins/removeDesc.01.svg.txt similarity index 100% rename from test/plugins/removeDesc.01.svg rename to test/plugins/removeDesc.01.svg.txt diff --git a/test/plugins/removeDimensions.01.svg b/test/plugins/removeDimensions.01.svg.txt similarity index 100% rename from test/plugins/removeDimensions.01.svg rename to test/plugins/removeDimensions.01.svg.txt diff --git a/test/plugins/removeDimensions.02.svg b/test/plugins/removeDimensions.02.svg.txt similarity index 100% rename from test/plugins/removeDimensions.02.svg rename to test/plugins/removeDimensions.02.svg.txt diff --git a/test/plugins/removeDimensions.03.svg b/test/plugins/removeDimensions.03.svg.txt similarity index 100% rename from test/plugins/removeDimensions.03.svg rename to test/plugins/removeDimensions.03.svg.txt diff --git a/test/plugins/removeDimensions.04.svg b/test/plugins/removeDimensions.04.svg.txt similarity index 100% rename from test/plugins/removeDimensions.04.svg rename to test/plugins/removeDimensions.04.svg.txt diff --git a/test/plugins/removeDimensions.05.svg b/test/plugins/removeDimensions.05.svg.txt similarity index 100% rename from test/plugins/removeDimensions.05.svg rename to test/plugins/removeDimensions.05.svg.txt diff --git a/test/plugins/removeDoctype.01.svg b/test/plugins/removeDoctype.01.svg.txt similarity index 100% rename from test/plugins/removeDoctype.01.svg rename to test/plugins/removeDoctype.01.svg.txt diff --git a/test/plugins/removeEditorsNSData.01.svg b/test/plugins/removeEditorsNSData.01.svg.txt similarity index 100% rename from test/plugins/removeEditorsNSData.01.svg rename to test/plugins/removeEditorsNSData.01.svg.txt diff --git a/test/plugins/removeEditorsNSData.02.svg b/test/plugins/removeEditorsNSData.02.svg.txt similarity index 100% rename from test/plugins/removeEditorsNSData.02.svg rename to test/plugins/removeEditorsNSData.02.svg.txt diff --git a/test/plugins/removeElementsByAttr.01.svg b/test/plugins/removeElementsByAttr.01.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.01.svg rename to test/plugins/removeElementsByAttr.01.svg.txt diff --git a/test/plugins/removeElementsByAttr.02.svg b/test/plugins/removeElementsByAttr.02.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.02.svg rename to test/plugins/removeElementsByAttr.02.svg.txt diff --git a/test/plugins/removeElementsByAttr.03.svg b/test/plugins/removeElementsByAttr.03.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.03.svg rename to test/plugins/removeElementsByAttr.03.svg.txt diff --git a/test/plugins/removeElementsByAttr.04.svg b/test/plugins/removeElementsByAttr.04.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.04.svg rename to test/plugins/removeElementsByAttr.04.svg.txt diff --git a/test/plugins/removeElementsByAttr.05.svg b/test/plugins/removeElementsByAttr.05.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.05.svg rename to test/plugins/removeElementsByAttr.05.svg.txt diff --git a/test/plugins/removeElementsByAttr.06.svg b/test/plugins/removeElementsByAttr.06.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.06.svg rename to test/plugins/removeElementsByAttr.06.svg.txt diff --git a/test/plugins/removeElementsByAttr.07.svg b/test/plugins/removeElementsByAttr.07.svg.txt similarity index 100% rename from test/plugins/removeElementsByAttr.07.svg rename to test/plugins/removeElementsByAttr.07.svg.txt diff --git a/test/plugins/removeEmptyAttrs.01.svg b/test/plugins/removeEmptyAttrs.01.svg.txt similarity index 100% rename from test/plugins/removeEmptyAttrs.01.svg rename to test/plugins/removeEmptyAttrs.01.svg.txt diff --git a/test/plugins/removeEmptyAttrs.02.svg b/test/plugins/removeEmptyAttrs.02.svg.txt similarity index 100% rename from test/plugins/removeEmptyAttrs.02.svg rename to test/plugins/removeEmptyAttrs.02.svg.txt diff --git a/test/plugins/removeEmptyContainers.01.svg b/test/plugins/removeEmptyContainers.01.svg.txt similarity index 100% rename from test/plugins/removeEmptyContainers.01.svg rename to test/plugins/removeEmptyContainers.01.svg.txt diff --git a/test/plugins/removeEmptyContainers.02.svg b/test/plugins/removeEmptyContainers.02.svg.txt similarity index 100% rename from test/plugins/removeEmptyContainers.02.svg rename to test/plugins/removeEmptyContainers.02.svg.txt diff --git a/test/plugins/removeEmptyContainers.03.svg b/test/plugins/removeEmptyContainers.03.svg.txt similarity index 100% rename from test/plugins/removeEmptyContainers.03.svg rename to test/plugins/removeEmptyContainers.03.svg.txt diff --git a/test/plugins/removeEmptyContainers.04.svg b/test/plugins/removeEmptyContainers.04.svg.txt similarity index 100% rename from test/plugins/removeEmptyContainers.04.svg rename to test/plugins/removeEmptyContainers.04.svg.txt diff --git a/test/plugins/removeEmptyContainers.05.svg b/test/plugins/removeEmptyContainers.05.svg.txt similarity index 100% rename from test/plugins/removeEmptyContainers.05.svg rename to test/plugins/removeEmptyContainers.05.svg.txt diff --git a/test/plugins/removeEmptyContainers.06.svg b/test/plugins/removeEmptyContainers.06.svg.txt similarity index 100% rename from test/plugins/removeEmptyContainers.06.svg rename to test/plugins/removeEmptyContainers.06.svg.txt diff --git a/test/plugins/removeEmptyText.01.svg b/test/plugins/removeEmptyText.01.svg.txt similarity index 100% rename from test/plugins/removeEmptyText.01.svg rename to test/plugins/removeEmptyText.01.svg.txt diff --git a/test/plugins/removeEmptyText.02.svg b/test/plugins/removeEmptyText.02.svg.txt similarity index 100% rename from test/plugins/removeEmptyText.02.svg rename to test/plugins/removeEmptyText.02.svg.txt diff --git a/test/plugins/removeEmptyText.03.svg b/test/plugins/removeEmptyText.03.svg.txt similarity index 100% rename from test/plugins/removeEmptyText.03.svg rename to test/plugins/removeEmptyText.03.svg.txt diff --git a/test/plugins/removeHiddenElems.01.svg b/test/plugins/removeHiddenElems.01.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.01.svg rename to test/plugins/removeHiddenElems.01.svg.txt diff --git a/test/plugins/removeHiddenElems.02.svg b/test/plugins/removeHiddenElems.02.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.02.svg rename to test/plugins/removeHiddenElems.02.svg.txt diff --git a/test/plugins/removeHiddenElems.03.svg b/test/plugins/removeHiddenElems.03.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.03.svg rename to test/plugins/removeHiddenElems.03.svg.txt diff --git a/test/plugins/removeHiddenElems.04.svg b/test/plugins/removeHiddenElems.04.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.04.svg rename to test/plugins/removeHiddenElems.04.svg.txt diff --git a/test/plugins/removeHiddenElems.05.svg b/test/plugins/removeHiddenElems.05.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.05.svg rename to test/plugins/removeHiddenElems.05.svg.txt diff --git a/test/plugins/removeHiddenElems.06.svg b/test/plugins/removeHiddenElems.06.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.06.svg rename to test/plugins/removeHiddenElems.06.svg.txt diff --git a/test/plugins/removeHiddenElems.07.svg b/test/plugins/removeHiddenElems.07.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.07.svg rename to test/plugins/removeHiddenElems.07.svg.txt diff --git a/test/plugins/removeHiddenElems.08.svg b/test/plugins/removeHiddenElems.08.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.08.svg rename to test/plugins/removeHiddenElems.08.svg.txt diff --git a/test/plugins/removeHiddenElems.09.svg b/test/plugins/removeHiddenElems.09.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.09.svg rename to test/plugins/removeHiddenElems.09.svg.txt diff --git a/test/plugins/removeHiddenElems.10.svg b/test/plugins/removeHiddenElems.10.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.10.svg rename to test/plugins/removeHiddenElems.10.svg.txt diff --git a/test/plugins/removeHiddenElems.11.svg b/test/plugins/removeHiddenElems.11.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.11.svg rename to test/plugins/removeHiddenElems.11.svg.txt diff --git a/test/plugins/removeHiddenElems.12.svg b/test/plugins/removeHiddenElems.12.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.12.svg rename to test/plugins/removeHiddenElems.12.svg.txt diff --git a/test/plugins/removeHiddenElems.13.svg b/test/plugins/removeHiddenElems.13.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.13.svg rename to test/plugins/removeHiddenElems.13.svg.txt diff --git a/test/plugins/removeHiddenElems.14.svg b/test/plugins/removeHiddenElems.14.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.14.svg rename to test/plugins/removeHiddenElems.14.svg.txt diff --git a/test/plugins/removeHiddenElems.15.svg b/test/plugins/removeHiddenElems.15.svg.txt similarity index 100% rename from test/plugins/removeHiddenElems.15.svg rename to test/plugins/removeHiddenElems.15.svg.txt diff --git a/test/plugins/removeMetadata.01.svg b/test/plugins/removeMetadata.01.svg.txt similarity index 100% rename from test/plugins/removeMetadata.01.svg rename to test/plugins/removeMetadata.01.svg.txt diff --git a/test/plugins/removeNonInheritableGroupAttrs.01.svg b/test/plugins/removeNonInheritableGroupAttrs.01.svg.txt similarity index 100% rename from test/plugins/removeNonInheritableGroupAttrs.01.svg rename to test/plugins/removeNonInheritableGroupAttrs.01.svg.txt diff --git a/test/plugins/removeNonInheritableGroupAttrs.02.svg b/test/plugins/removeNonInheritableGroupAttrs.02.svg.txt similarity index 100% rename from test/plugins/removeNonInheritableGroupAttrs.02.svg rename to test/plugins/removeNonInheritableGroupAttrs.02.svg.txt diff --git a/test/plugins/removeOffCanvasPaths.01.svg b/test/plugins/removeOffCanvasPaths.01.svg.txt similarity index 100% rename from test/plugins/removeOffCanvasPaths.01.svg rename to test/plugins/removeOffCanvasPaths.01.svg.txt diff --git a/test/plugins/removeOffCanvasPaths.02.svg b/test/plugins/removeOffCanvasPaths.02.svg.txt similarity index 100% rename from test/plugins/removeOffCanvasPaths.02.svg rename to test/plugins/removeOffCanvasPaths.02.svg.txt diff --git a/test/plugins/removeOffCanvasPaths.03.svg b/test/plugins/removeOffCanvasPaths.03.svg.txt similarity index 100% rename from test/plugins/removeOffCanvasPaths.03.svg rename to test/plugins/removeOffCanvasPaths.03.svg.txt diff --git a/test/plugins/removeOffCanvasPaths.04.svg b/test/plugins/removeOffCanvasPaths.04.svg.txt similarity index 100% rename from test/plugins/removeOffCanvasPaths.04.svg rename to test/plugins/removeOffCanvasPaths.04.svg.txt diff --git a/test/plugins/removeOffCanvasPaths.05.svg b/test/plugins/removeOffCanvasPaths.05.svg.txt similarity index 100% rename from test/plugins/removeOffCanvasPaths.05.svg rename to test/plugins/removeOffCanvasPaths.05.svg.txt diff --git a/test/plugins/removeOffCanvasPaths.06.svg b/test/plugins/removeOffCanvasPaths.06.svg.txt similarity index 100% rename from test/plugins/removeOffCanvasPaths.06.svg rename to test/plugins/removeOffCanvasPaths.06.svg.txt diff --git a/test/plugins/removeRasterImages.01.svg b/test/plugins/removeRasterImages.01.svg.txt similarity index 100% rename from test/plugins/removeRasterImages.01.svg rename to test/plugins/removeRasterImages.01.svg.txt diff --git a/test/plugins/removeRasterImages.02.svg b/test/plugins/removeRasterImages.02.svg.txt similarity index 100% rename from test/plugins/removeRasterImages.02.svg rename to test/plugins/removeRasterImages.02.svg.txt diff --git a/test/plugins/removeScriptElement.01.svg b/test/plugins/removeScriptElement.01.svg.txt similarity index 100% rename from test/plugins/removeScriptElement.01.svg rename to test/plugins/removeScriptElement.01.svg.txt diff --git a/test/plugins/removeScriptElement.02.svg b/test/plugins/removeScriptElement.02.svg.txt similarity index 100% rename from test/plugins/removeScriptElement.02.svg rename to test/plugins/removeScriptElement.02.svg.txt diff --git a/test/plugins/removeScriptElement.03.svg b/test/plugins/removeScriptElement.03.svg.txt similarity index 100% rename from test/plugins/removeScriptElement.03.svg rename to test/plugins/removeScriptElement.03.svg.txt diff --git a/test/plugins/removeScriptElement.04.svg b/test/plugins/removeScriptElement.04.svg.txt similarity index 100% rename from test/plugins/removeScriptElement.04.svg rename to test/plugins/removeScriptElement.04.svg.txt diff --git a/test/plugins/removeScriptElement.05.svg b/test/plugins/removeScriptElement.05.svg.txt similarity index 100% rename from test/plugins/removeScriptElement.05.svg rename to test/plugins/removeScriptElement.05.svg.txt diff --git a/test/plugins/removeStyleElement.01.svg b/test/plugins/removeStyleElement.01.svg.txt similarity index 100% rename from test/plugins/removeStyleElement.01.svg rename to test/plugins/removeStyleElement.01.svg.txt diff --git a/test/plugins/removeTitle.01.svg b/test/plugins/removeTitle.01.svg.txt similarity index 100% rename from test/plugins/removeTitle.01.svg rename to test/plugins/removeTitle.01.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.01.svg b/test/plugins/removeUnknownsAndDefaults.01.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.01.svg rename to test/plugins/removeUnknownsAndDefaults.01.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.02.svg b/test/plugins/removeUnknownsAndDefaults.02.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.02.svg rename to test/plugins/removeUnknownsAndDefaults.02.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.03.svg b/test/plugins/removeUnknownsAndDefaults.03.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.03.svg rename to test/plugins/removeUnknownsAndDefaults.03.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.04.svg b/test/plugins/removeUnknownsAndDefaults.04.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.04.svg rename to test/plugins/removeUnknownsAndDefaults.04.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.05.svg b/test/plugins/removeUnknownsAndDefaults.05.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.05.svg rename to test/plugins/removeUnknownsAndDefaults.05.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.06.svg b/test/plugins/removeUnknownsAndDefaults.06.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.06.svg rename to test/plugins/removeUnknownsAndDefaults.06.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.07.svg b/test/plugins/removeUnknownsAndDefaults.07.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.07.svg rename to test/plugins/removeUnknownsAndDefaults.07.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.08.svg b/test/plugins/removeUnknownsAndDefaults.08.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.08.svg rename to test/plugins/removeUnknownsAndDefaults.08.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.09.svg b/test/plugins/removeUnknownsAndDefaults.09.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.09.svg rename to test/plugins/removeUnknownsAndDefaults.09.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.10.svg b/test/plugins/removeUnknownsAndDefaults.10.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.10.svg rename to test/plugins/removeUnknownsAndDefaults.10.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.11.svg b/test/plugins/removeUnknownsAndDefaults.11.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.11.svg rename to test/plugins/removeUnknownsAndDefaults.11.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.12.svg b/test/plugins/removeUnknownsAndDefaults.12.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.12.svg rename to test/plugins/removeUnknownsAndDefaults.12.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.13.svg b/test/plugins/removeUnknownsAndDefaults.13.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.13.svg rename to test/plugins/removeUnknownsAndDefaults.13.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.14.svg b/test/plugins/removeUnknownsAndDefaults.14.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.14.svg rename to test/plugins/removeUnknownsAndDefaults.14.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.15.svg b/test/plugins/removeUnknownsAndDefaults.15.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.15.svg rename to test/plugins/removeUnknownsAndDefaults.15.svg.txt diff --git a/test/plugins/removeUnknownsAndDefaults.16.svg b/test/plugins/removeUnknownsAndDefaults.16.svg.txt similarity index 100% rename from test/plugins/removeUnknownsAndDefaults.16.svg rename to test/plugins/removeUnknownsAndDefaults.16.svg.txt diff --git a/test/plugins/removeUnusedNS.01.svg b/test/plugins/removeUnusedNS.01.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.01.svg rename to test/plugins/removeUnusedNS.01.svg.txt diff --git a/test/plugins/removeUnusedNS.02.svg b/test/plugins/removeUnusedNS.02.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.02.svg rename to test/plugins/removeUnusedNS.02.svg.txt diff --git a/test/plugins/removeUnusedNS.03.svg b/test/plugins/removeUnusedNS.03.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.03.svg rename to test/plugins/removeUnusedNS.03.svg.txt diff --git a/test/plugins/removeUnusedNS.04.svg b/test/plugins/removeUnusedNS.04.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.04.svg rename to test/plugins/removeUnusedNS.04.svg.txt diff --git a/test/plugins/removeUnusedNS.05.svg b/test/plugins/removeUnusedNS.05.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.05.svg rename to test/plugins/removeUnusedNS.05.svg.txt diff --git a/test/plugins/removeUnusedNS.06.svg b/test/plugins/removeUnusedNS.06.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.06.svg rename to test/plugins/removeUnusedNS.06.svg.txt diff --git a/test/plugins/removeUnusedNS.07.svg b/test/plugins/removeUnusedNS.07.svg.txt similarity index 100% rename from test/plugins/removeUnusedNS.07.svg rename to test/plugins/removeUnusedNS.07.svg.txt diff --git a/test/plugins/removeUselessDefs.01.svg b/test/plugins/removeUselessDefs.01.svg.txt similarity index 100% rename from test/plugins/removeUselessDefs.01.svg rename to test/plugins/removeUselessDefs.01.svg.txt diff --git a/test/plugins/removeUselessDefs.02.svg b/test/plugins/removeUselessDefs.02.svg.txt similarity index 100% rename from test/plugins/removeUselessDefs.02.svg rename to test/plugins/removeUselessDefs.02.svg.txt diff --git a/test/plugins/removeUselessDefs.03.svg b/test/plugins/removeUselessDefs.03.svg.txt similarity index 100% rename from test/plugins/removeUselessDefs.03.svg rename to test/plugins/removeUselessDefs.03.svg.txt diff --git a/test/plugins/removeUselessDefs.04.svg b/test/plugins/removeUselessDefs.04.svg.txt similarity index 100% rename from test/plugins/removeUselessDefs.04.svg rename to test/plugins/removeUselessDefs.04.svg.txt diff --git a/test/plugins/removeUselessDefs.05.svg b/test/plugins/removeUselessDefs.05.svg.txt similarity index 100% rename from test/plugins/removeUselessDefs.05.svg rename to test/plugins/removeUselessDefs.05.svg.txt diff --git a/test/plugins/removeUselessStrokeAndFill.01.svg b/test/plugins/removeUselessStrokeAndFill.01.svg.txt similarity index 100% rename from test/plugins/removeUselessStrokeAndFill.01.svg rename to test/plugins/removeUselessStrokeAndFill.01.svg.txt diff --git a/test/plugins/removeUselessStrokeAndFill.02.svg b/test/plugins/removeUselessStrokeAndFill.02.svg.txt similarity index 100% rename from test/plugins/removeUselessStrokeAndFill.02.svg rename to test/plugins/removeUselessStrokeAndFill.02.svg.txt diff --git a/test/plugins/removeUselessStrokeAndFill.03.svg b/test/plugins/removeUselessStrokeAndFill.03.svg.txt similarity index 100% rename from test/plugins/removeUselessStrokeAndFill.03.svg rename to test/plugins/removeUselessStrokeAndFill.03.svg.txt diff --git a/test/plugins/removeUselessStrokeAndFill.04.svg b/test/plugins/removeUselessStrokeAndFill.04.svg.txt similarity index 100% rename from test/plugins/removeUselessStrokeAndFill.04.svg rename to test/plugins/removeUselessStrokeAndFill.04.svg.txt diff --git a/test/plugins/removeUselessStrokeAndFill.05.svg b/test/plugins/removeUselessStrokeAndFill.05.svg.txt similarity index 100% rename from test/plugins/removeUselessStrokeAndFill.05.svg rename to test/plugins/removeUselessStrokeAndFill.05.svg.txt diff --git a/test/plugins/removeViewBox.01.svg b/test/plugins/removeViewBox.01.svg.txt similarity index 100% rename from test/plugins/removeViewBox.01.svg rename to test/plugins/removeViewBox.01.svg.txt diff --git a/test/plugins/removeViewBox.02.svg b/test/plugins/removeViewBox.02.svg.txt similarity index 100% rename from test/plugins/removeViewBox.02.svg rename to test/plugins/removeViewBox.02.svg.txt diff --git a/test/plugins/removeViewBox.03.svg b/test/plugins/removeViewBox.03.svg.txt similarity index 100% rename from test/plugins/removeViewBox.03.svg rename to test/plugins/removeViewBox.03.svg.txt diff --git a/test/plugins/removeViewBox.04.svg b/test/plugins/removeViewBox.04.svg.txt similarity index 100% rename from test/plugins/removeViewBox.04.svg rename to test/plugins/removeViewBox.04.svg.txt diff --git a/test/plugins/removeViewBox.05.svg b/test/plugins/removeViewBox.05.svg.txt similarity index 100% rename from test/plugins/removeViewBox.05.svg rename to test/plugins/removeViewBox.05.svg.txt diff --git a/test/plugins/removeXMLNS.01.svg b/test/plugins/removeXMLNS.01.svg.txt similarity index 100% rename from test/plugins/removeXMLNS.01.svg rename to test/plugins/removeXMLNS.01.svg.txt diff --git a/test/plugins/removeXMLProcInst.01.svg b/test/plugins/removeXMLProcInst.01.svg.txt similarity index 100% rename from test/plugins/removeXMLProcInst.01.svg rename to test/plugins/removeXMLProcInst.01.svg.txt diff --git a/test/plugins/removeXMLProcInst.02.svg b/test/plugins/removeXMLProcInst.02.svg.txt similarity index 100% rename from test/plugins/removeXMLProcInst.02.svg rename to test/plugins/removeXMLProcInst.02.svg.txt diff --git a/test/plugins/removeXlink.01.svg b/test/plugins/removeXlink.01.svg.txt similarity index 100% rename from test/plugins/removeXlink.01.svg rename to test/plugins/removeXlink.01.svg.txt diff --git a/test/plugins/removeXlink.02.svg b/test/plugins/removeXlink.02.svg.txt similarity index 100% rename from test/plugins/removeXlink.02.svg rename to test/plugins/removeXlink.02.svg.txt diff --git a/test/plugins/removeXlink.03.svg b/test/plugins/removeXlink.03.svg.txt similarity index 100% rename from test/plugins/removeXlink.03.svg rename to test/plugins/removeXlink.03.svg.txt diff --git a/test/plugins/removeXlink.04.svg b/test/plugins/removeXlink.04.svg.txt similarity index 100% rename from test/plugins/removeXlink.04.svg rename to test/plugins/removeXlink.04.svg.txt diff --git a/test/plugins/reusePaths.01.svg b/test/plugins/reusePaths.01.svg.txt similarity index 100% rename from test/plugins/reusePaths.01.svg rename to test/plugins/reusePaths.01.svg.txt diff --git a/test/plugins/reusePaths.02.svg b/test/plugins/reusePaths.02.svg.txt similarity index 100% rename from test/plugins/reusePaths.02.svg rename to test/plugins/reusePaths.02.svg.txt diff --git a/test/plugins/reusePaths.03.svg b/test/plugins/reusePaths.03.svg.txt similarity index 100% rename from test/plugins/reusePaths.03.svg rename to test/plugins/reusePaths.03.svg.txt diff --git a/test/plugins/reusePaths.04.svg b/test/plugins/reusePaths.04.svg.txt similarity index 100% rename from test/plugins/reusePaths.04.svg rename to test/plugins/reusePaths.04.svg.txt diff --git a/test/plugins/reusePaths.05.svg b/test/plugins/reusePaths.05.svg.txt similarity index 100% rename from test/plugins/reusePaths.05.svg rename to test/plugins/reusePaths.05.svg.txt diff --git a/test/plugins/reusePaths.06.svg b/test/plugins/reusePaths.06.svg.txt similarity index 100% rename from test/plugins/reusePaths.06.svg rename to test/plugins/reusePaths.06.svg.txt diff --git a/test/plugins/sortAttrs.01.svg b/test/plugins/sortAttrs.01.svg.txt similarity index 100% rename from test/plugins/sortAttrs.01.svg rename to test/plugins/sortAttrs.01.svg.txt diff --git a/test/plugins/sortAttrs.02.svg b/test/plugins/sortAttrs.02.svg.txt similarity index 100% rename from test/plugins/sortAttrs.02.svg rename to test/plugins/sortAttrs.02.svg.txt diff --git a/test/plugins/sortAttrs.03.svg b/test/plugins/sortAttrs.03.svg.txt similarity index 100% rename from test/plugins/sortAttrs.03.svg rename to test/plugins/sortAttrs.03.svg.txt diff --git a/test/plugins/sortAttrs.04.svg b/test/plugins/sortAttrs.04.svg.txt similarity index 100% rename from test/plugins/sortAttrs.04.svg rename to test/plugins/sortAttrs.04.svg.txt diff --git a/test/plugins/sortDefsChildren.01.svg b/test/plugins/sortDefsChildren.01.svg.txt similarity index 100% rename from test/plugins/sortDefsChildren.01.svg rename to test/plugins/sortDefsChildren.01.svg.txt