From 965f2c3172cec67dc4da69e57801ad0090072172 Mon Sep 17 00:00:00 2001 From: Robert Levett Date: Mon, 23 Oct 2023 10:00:50 +0100 Subject: [PATCH] Fixed test, moved files to sub folder. --- test/{data16/xml1-input.xml => data12/xml2-input.xml} | 0 test/data12/xml2-output.xml | 4 ++++ test/data16/xml1-output.xml | 6 ------ 3 files changed, 4 insertions(+), 6 deletions(-) rename test/{data16/xml1-input.xml => data12/xml2-input.xml} (100%) create mode 100644 test/data12/xml2-output.xml delete mode 100644 test/data16/xml1-output.xml diff --git a/test/data16/xml1-input.xml b/test/data12/xml2-input.xml similarity index 100% rename from test/data16/xml1-input.xml rename to test/data12/xml2-input.xml diff --git a/test/data12/xml2-output.xml b/test/data12/xml2-output.xml new file mode 100644 index 0000000..c258cf0 --- /dev/null +++ b/test/data12/xml2-output.xml @@ -0,0 +1,4 @@ + + + text1 text2D + \ No newline at end of file diff --git a/test/data16/xml1-output.xml b/test/data16/xml1-output.xml deleted file mode 100644 index b811628..0000000 --- a/test/data16/xml1-output.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - text1 text2 - - \ No newline at end of file