diff options
author | arved <arved@unknown> | 2001-05-10 01:44:04 +0000 |
---|---|---|
committer | arved <arved@unknown> | 2001-05-10 01:44:04 +0000 |
commit | 96ef52e8580b3fc5f670b577445e75de020a9fdd (patch) | |
tree | 58e1dd4f2d942841120878658868cb8f811d5045 /test/xml | |
parent | b16c4cfa1dedd19d0c16e9cfdae8938a24ed8c03 (diff) | |
download | xmlgraphics-fop-96ef52e8580b3fc5f670b577445e75de020a9fdd.tar.gz xmlgraphics-fop-96ef52e8580b3fc5f670b577445e75de020a9fdd.zip |
K. Liddle: testing support
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/xml')
-rw-r--r-- | test/xml/1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/xml/1.xml b/test/xml/1.xml new file mode 100644 index 000000000..0b41cccc3 --- /dev/null +++ b/test/xml/1.xml @@ -0,0 +1,9 @@ +<test xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> +<data> + +<fo:block> +text text text text +</fo:block> + +</data> +</test> |