From fc2234b87f4ce29be0e556c6f3b085b749b7d71b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Apr 2020 18:15:45 +0300 Subject: Add implementation --- libxerces-c/tests/sax-print/SAXPrint | 1 + libxerces-c/tests/sax-print/buildfile | 6 ++++++ libxerces-c/tests/sax-print/testscript | 20 ++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 libxerces-c/tests/sax-print/SAXPrint create mode 100644 libxerces-c/tests/sax-print/buildfile create mode 100644 libxerces-c/tests/sax-print/testscript (limited to 'libxerces-c/tests/sax-print') diff --git a/libxerces-c/tests/sax-print/SAXPrint b/libxerces-c/tests/sax-print/SAXPrint new file mode 120000 index 0000000..7c61024 --- /dev/null +++ b/libxerces-c/tests/sax-print/SAXPrint @@ -0,0 +1 @@ +../../../upstream/samples/src/SAXPrint \ No newline at end of file diff --git a/libxerces-c/tests/sax-print/buildfile b/libxerces-c/tests/sax-print/buildfile new file mode 100644 index 0000000..ed3d22b --- /dev/null +++ b/libxerces-c/tests/sax-print/buildfile @@ -0,0 +1,6 @@ +# file : tests/sax-print/buildfile +# license : Apache License 2.0; see accompanying LICENSE file + +import libs = libxerces-c%lib{xerces-c} + +exe{driver}: SAXPrint/{hxx cxx}{*} $libs testscript diff --git a/libxerces-c/tests/sax-print/testscript b/libxerces-c/tests/sax-print/testscript new file mode 100644 index 0000000..cbc62e4 --- /dev/null +++ b/libxerces-c/tests/sax-print/testscript @@ -0,0 +1,20 @@ +# file : tests/sax-print/testscript +# license : Apache License 2.0; see accompanying LICENSE file + +: utf8 +: +{ + cat <=f; + + + Mitteleuropäische catégorie + + EOI + + $* -x=UTF-8 f >>:EOO + + + Mitteleuropäische catégorie + + EOO +} -- cgit v1.1