summaryrefslogtreecommitdiff
path: root/tests/exslt/strings/padding.1.xml
blob: 16d082419c097538f1be2bc1f63bb0250bcfb451 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<test-cases>
    <test-case length="5"/>
    <test-case length="8">-</test-case>
    <test-case length="10">abc</test-case>
    <test-case length="7">&#x2013;</test-case>
    <test-case length="11">&#x2013;&#xa0;</test-case>
    <test-case length="6">ÄÖÜ</test-case>
</test-cases>