From c484829272cd13a738e35412498e12f2c9a194ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:48:59 +0200 Subject: Adding upstream version 0.19.2. Signed-off-by: Daniel Baumann --- test/xml-mapped/custom-labels/check.txt | 27 +++++++++++++++++++++++++++ test/xml-mapped/custom-labels/input.xml | 27 +++++++++++++++++++++++++++ test/xml-mapped/custom-labels/map.xml | 14 ++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 test/xml-mapped/custom-labels/check.txt create mode 100644 test/xml-mapped/custom-labels/input.xml create mode 100644 test/xml-mapped/custom-labels/map.xml (limited to 'test/xml-mapped/custom-labels') diff --git a/test/xml-mapped/custom-labels/check.txt b/test/xml-mapped/custom-labels/check.txt new file mode 100644 index 0000000..d1ebce5 --- /dev/null +++ b/test/xml-mapped/custom-labels/check.txt @@ -0,0 +1,27 @@ +data/0/0:string:"TOP SECRET" +data/1/0:string:"Simple Data File" +data/1/2:string:"2012-08-12" +data/3/0:string:"ID" +data/3/1:string:"First Name" +data/3/2:string:"Last Name" +data/3/3:string:"Test Score" +data/4/0:numeric:1 +data/4/1:string:"Bill" +data/4/2:string:"Clinton" +data/4/3:numeric:456 +data/5/0:numeric:2 +data/5/1:string:"David" +data/5/2:string:"Cameron" +data/5/3:numeric:323 +data/6/0:numeric:3 +data/6/1:string:"Barak" +data/6/2:string:"Obama" +data/6/3:numeric:234 +data/7/0:numeric:4 +data/7/1:string:"Yoshihiko" +data/7/2:string:"Noda" +data/7/3:numeric:192 +data/8/0:numeric:5 +data/8/1:string:"Angela" +data/8/2:string:"Merkel" +data/8/3:numeric:210 diff --git a/test/xml-mapped/custom-labels/input.xml b/test/xml-mapped/custom-labels/input.xml new file mode 100644 index 0000000..f6d4abc --- /dev/null +++ b/test/xml-mapped/custom-labels/input.xml @@ -0,0 +1,27 @@ + + + +
+ Simple Data File +
+ + + 1BillClinton456 + + + 2DavidCameron323 + + + 3BarakObama234 + + + 4YoshihikoNoda192 + + + 5AngelaMerkel210 + + +
+ 2012-08-12 +
+
diff --git a/test/xml-mapped/custom-labels/map.xml b/test/xml-mapped/custom-labels/map.xml new file mode 100644 index 0000000..0a7b64e --- /dev/null +++ b/test/xml-mapped/custom-labels/map.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- cgit v1.2.3