summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-05-17 16:10:12 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-05-17 16:10:12 +0000
commit495d15cf7a0a30aa4400f6e089709c498fa977c5 (patch)
tree3e15bb9f317da08aa29d561132ea6a207ded7b1b /test
parent8eb1517ffce9bffa87031151767d3194ebc2db58 (diff)
Add HTML entity tests to test/help-test.html.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11744 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/help-test.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/test/help-test.html b/test/help-test.html
index 9d50c508d..41a205aba 100644
--- a/test/help-test.html
+++ b/test/help-test.html
@@ -4,6 +4,7 @@
<H1>Simple HTML Tests</H1>
<UL>
<LI> <a href="#Plain Test">Plain Text Test</A>
+ <LI> <a href="#Entity Test">HTML Entity Test</A>
<LI> <a href="#Pre Test">PRE (preformatted Text) Test</A>
<LI> <a href="#Headings">Heading Tests</A>
<LI> <a href="#Lists">UL, OL, DL Lists</A>
@@ -38,7 +39,30 @@
<FONT FACE="Serif">This should be Serif. 0123456789</FONT><BR>
<FONT FACE="Courier">This should be Courier. 0123456789</FONT><BR>
<FONT FACE="Symbol">This should be Symbol. 0123456789</FONT>
-<P>
+ <P>
+
+<A NAME="Entity Test"></A>
+<B>HTML Entities: named, hexadecimal, and decimal</B><P>
+ <b>Special characters, formatted as named "HTML Entities", e.g. "&amp;euro;":</b><br>
+ Euro character: "&euro;"<br>
+ Umlaut characters : "&auml;" "&euml;" "&iuml;" "&ouml;" "&uuml;" "&szlig;"<br>
+ Umlaut characters : "&Auml;" "&Euml;" "&Iuml;" "&Ouml;" "&Uuml;"<br>
+ Special characters : "&bull;" "&permil;" "&copy;" "&trade;" "&reg;"<br>
+ <br>
+ <b>Other scripts, formatted as hexadecimal "HTML Entities", e.g. "&amp;#x20ac;":</b><br>
+ (Should be the same symbols as below)<br>
+ Euro character: "&#x20ac;"<br>
+ Japanese (Hiragana) : "&#x3050;" "&#x306e;"<br>
+ Japanese (Katakana) : "&#x30c0;" "&#x30dd;"<br>
+ Chinese (CJK Unified Ideographs) : "&#x4e2d;" "&#x4e33;"<br>
+ <br>
+ <b>Other scripts, formatted as decimal "HTML Entities", e.g. "&amp;#8364;":</b><br>
+ (Should be the same symbols as above)<br>
+ Euro character: "&#8364;"<br>
+ Japanese (Hiragana) : "&#12368;" "&#12398;"<br>
+ Japanese (Katakana) : "&#12480;" "&#12509;"<br>
+ Chinese (CJK Unified Ideographs) : "&#20013;" "&#20019;"<br>
+ <P>
<A NAME="Pre Test"></A>
<B>Preformatted paragraphs</B><PRE>