diff options
author | Simon Steiner <ssteiner@apache.org> | 2016-03-30 08:40:51 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2016-03-30 08:40:51 +0000 |
commit | 1739f7c0c9be958f5a10b83f192c0aab9eb8c4e2 (patch) | |
tree | da2a2cc4e79b63ce7d90623acc987cc78ab58de6 /fop/test/resources | |
parent | ccfebcf0bd0f00f28df042c261132e58c25cbaeb (diff) | |
download | xmlgraphics-fop-1739f7c0c9be958f5a10b83f192c0aab9eb8c4e2.tar.gz xmlgraphics-fop-1739f7c0c9be958f5a10b83f192c0aab9eb8c4e2.zip |
FOP-2597: Allow hyphenation file without extension
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1737084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/test/resources')
-rw-r--r-- | fop/test/resources/fop/fr.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fop/test/resources/fop/fr.xml b/fop/test/resources/fop/fr.xml new file mode 100644 index 000000000..a7104c113 --- /dev/null +++ b/fop/test/resources/fop/fr.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<hyphenation-info> +<hyphen-min before="2" after="3"/> + +<exceptions> +</exceptions> + +<classes> + +</classes> +<patterns> +1he +1lo +</patterns> + +</hyphenation-info> |