diff options
Diffstat (limited to 'tests/reference/ufo/psfgenftml.ftml')
-rw-r--r-- | tests/reference/ufo/psfgenftml.ftml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/tests/reference/ufo/psfgenftml.ftml b/tests/reference/ufo/psfgenftml.ftml new file mode 100644 index 0000000..e385e33 --- /dev/null +++ b/tests/reference/ufo/psfgenftml.ftml @@ -0,0 +1,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> |