blob: e385e3338fc99eeb9252ee055501dfe7ed874a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="ftml.xsl" type="text/xsl"?>
<ftml version="1.0">
<head>
<title>ftml_builder test</title>
</head>
<testgroup background="#f0f0f0" label="Rendering Check">
<test label="check">
<string>RenderingUnknown</string>
</test>
</testgroup>
<testgroup label="Encoded characters">
<test label="U+0020">
<comment>Space</comment>
<string>\u00F130 \u00F131 ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C</string>
</test>
<test label="U+0043" rtl="True">
<comment>LtnCapC</comment>
<string>C</string>
</test>
<test label="U+0044">
<comment>LtnCapD</comment>
<string>D E F G H I J K L M N O P Q R S T U V W X Y</string>
</test>
<test label="U+005B">
<comment>LftSqrBrac</comment>
<string>[ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y</string>
</test>
<test label="U+007B">
<comment>LftCurlyBrac</comment>
<string>{ | } ~</string>
</test>
<test label="U+00AD">
<comment>Hyphen_Soft</comment>
<string>\u0000AD</string>
</test>
<test label="U+00C4">
<comment>LtnCapADiaer</comment>
<string>\u0000C4</string>
</test>
<test label="U+00E0">
<comment>LtnSmAGrave</comment>
<string>\u0000E0 \u0000E1 \u0000E2 \u0000E3 \u0000E4 \u0000E5</string>
</test>
<test label="U+0300">
<comment>CombGrave</comment>
<string>\u0025CC\u000300 \u0025CC\u000301 \u0025CC\u000302 \u0025CC\u000303</string>
</test>
<test label="U+0308">
<comment>CombDiaer</comment>
<string>\u0025CC\u000308</string>
</test>
<test label="U+030A">
<comment>CombRingAbv</comment>
<string>\u0025CC\u00030A</string>
</test>
<test label="U+2010">
<comment>Hyphen</comment>
<string>\u002010 \u002011</string>
</test>
<test label="U+25CC">
<comment>DottedCirc</comment>
<string>\u0025CC</string>
</test>
</testgroup>
</ftml>
|