From f68b47018f0711d5ef16948b5a00c96da114c706 Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Tue, 27 Dec 2005 15:32:41 +0000 Subject: [PATCH] Testcase for the ClassCastExceptions in inline block content. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@359222 13f79535-47bb-0310-9956-ffa450edef68 --- .../inline_block_nested_5.xml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/layoutengine/standard-testcases/inline_block_nested_5.xml diff --git a/test/layoutengine/standard-testcases/inline_block_nested_5.xml b/test/layoutengine/standard-testcases/inline_block_nested_5.xml new file mode 100644 index 000000000..f8b43c6ff --- /dev/null +++ b/test/layoutengine/standard-testcases/inline_block_nested_5.xml @@ -0,0 +1,45 @@ + + + + + +

+ This test checks whether inline block content does not generate +ClassCastExceptions. The exceptions would occur because an +UnresolvedElement in a list of ListElements is cast to a KnuthElement. +

+
+ + + + + + + + + + + This book is designed to be the clear, concise, normative reference to the DocBook DTD. This book is the official documentation for the DocBook DTD:A=BA1=B1,A2=B2.We hope to answer, definitively, all the questions you might have about all the elements and entities in DocBook. In particular, we cover the following subjects.End of the DocBook blurb. + + + + + + + +
+ -- 2.39.5