diff options
author | Manuel Mall <manuel@apache.org> | 2006-04-08 07:17:59 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2006-04-08 07:17:59 +0000 |
commit | ed8109d21bf00f54b3aaee0a0c51f779be31c950 (patch) | |
tree | fa0a67aa81af30fd6801259785d0161fab24dde6 /test/fotree | |
parent | a2fb12dbc072c9a89848a0977e9859f8a374863e (diff) | |
download | xmlgraphics-fop-ed8109d21bf00f54b3aaee0a0c51f779be31c950.tar.gz xmlgraphics-fop-ed8109d21bf00f54b3aaee0a0c51f779be31c950.zip |
Fixed various white space (non)removal issues during line building. white-space-treatment is now supported properly especially for the "preserve" case.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/fotree')
-rw-r--r-- | test/fotree/testcases/white-space_shorthand-expansion.fo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fotree/testcases/white-space_shorthand-expansion.fo b/test/fotree/testcases/white-space_shorthand-expansion.fo index b7b094738..427d76637 100644 --- a/test/fotree/testcases/white-space_shorthand-expansion.fo +++ b/test/fotree/testcases/white-space_shorthand-expansion.fo @@ -37,7 +37,7 @@ <test:assert property="wrap-option" expected="NO_WRAP" /> Block 2: testing white-space="pre" </fo:block> - <fo:block white-space="no-wrap"> + <fo:block white-space="nowrap"> <test:assert property="linefeed-treatment" expected="TREAT_AS_SPACE" /> <test:assert property="white-space-treatment" expected="IGNORE_IF_SURROUNDING_LINEFEED" /> <test:assert property="white-space-collapse" expected="TRUE" /> |