annotate run/html_entity_amsa.html @ 6:e238a15dbc74

1) added added html-sourcefile support 2) added html_entity, html_tag_case, empt, html_empty and html_defect tests
author thomask
date Mon, 04 Oct 2004 13:59:18 +0000
parents
children 9a121126b077
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
2 <html>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
3 <head><title>html_entity_amsa</title></head>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
4 <body><pre><code>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
5 int main(){
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
6 assert('&#x21B6;'=='&cularr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
7 assert('&#x21B7;'=='&curarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
8 assert('&#x21D3;'=='&dArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
9 assert('&#x21CA;'=='&darr2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
10 assert('&#x21C3;'=='&dharl;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
11 assert('&#x21C2;'=='&dharr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
12 assert('&#x21DA;'=='&lAarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
13 assert('&#x219E;'=='&Larr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
14 assert('&#x21C7;'=='&larr2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
15 assert('&#x21A9;'=='&larrhk;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
16 assert('&#x21AB;'=='&larrlp;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
17 assert('&#x21A2;'=='&larrtl;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
18 assert('&#x21BD;'=='&lhard;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
19 assert('&#x21BC;'=='&lharu;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
20 assert('&#x21D4;'=='&hArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
21 assert('&#x2194;'=='&harr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
22 assert('&#x21C6;'=='&lrarr2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
23 assert('&#x21C4;'=='&rlarr2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
24 assert('&#x21AD;'=='&harrw;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
25 assert('&#x21CC;'=='&rlhar2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
26 assert('&#x21CB;'=='&lrhar2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
27 assert('&#x21B0;'=='&lsh;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
28 assert('&#x21A6;'=='&map;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
29 assert('&#x22B8;'=='&mumap;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
30 assert('&#x2197;'=='&nearr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
31 assert('&#x21CD;'=='&nlArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
32 assert('&#x219A;'=='&nlarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
33 assert('&#x21CE;'=='&nhArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
34 assert('&#x21AE;'=='&nharr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
35 assert('&#x219B;'=='&nrarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
36 assert('&#x21CF;'=='&nrArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
37 assert('&#x2196;'=='&nwarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
38 assert('&#x21BA;'=='&olarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
39 assert('&#x21BB;'=='&orarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
40 assert('&#x21DB;'=='&rAarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
41 assert('&#x21A0;'=='&Rarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
42 assert('&#x21C9;'=='&rarr2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
43 assert('&#x21AA;'=='&rarrhk;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
44 assert('&#x21AC;'=='&rarrlp;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
45 assert('&#x21A3;'=='&rarrtl;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
46 assert('&#x219D;'=='&rarrw;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
47 assert('&#x21C1;'=='&rhard;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
48 assert('&#x21C0;'=='&rharu;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
49 assert('&#x21B1;'=='&rsh;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
50 assert('&#x2198;'=='&drarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
51 assert('&#x2199;'=='&dlarr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
52 assert('&#x21D1;'=='&uArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
53 assert('&#x21C8;'=='&uarr2;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
54 assert('&#x21D5;'=='&vArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
55 assert('&#x2195;'=='&varr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
56 assert('&#x21BF;'=='&uharl;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
57 assert('&#x21BE;'=='&uharr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
58 assert('&#x21D0;'=='&xlArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
59 assert('&#x2194;'=='&xhArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
60 assert('&#x2194;'=='&xharr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
61 assert('&#x21D2;'=='&xrArr;');
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
62 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
63 }
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
64 </code></pre></body>
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
65 </html>