diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/sgml.html | 6 | ||||
-rw-r--r-- | test/unicode.html | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/test/sgml.html b/test/sgml.html index 49a743b9..b1eda30d 100644 --- a/test/sgml.html +++ b/test/sgml.html @@ -1,6 +1,6 @@ <HTML> <HEAD> -<TITLE> Test of some Unicode symbols enclosed as SGML entity names </TITLE> +<TITLE>Test of some Unicode symbols enclosed as SGML entity names</TITLE> </HEAD> <BODY> <PRE> @@ -13,7 +13,8 @@ original comment: -# Author: John Cowan <cowan@ccil.org> +<pre> +# Author: John Cowan <cowan@ccil.org> # Date: 25 July 1997 # # The following table maps SGML character entities from various @@ -38,6 +39,7 @@ original comment: # The contents of this table are drawn from various sources, and # are in the public domain. # +</pre> <!-- Changes: + {"euro", 0x20AC}, /* EURO SIGN */ {"loz", 0x25CA}, /* LOZENGE */ diff --git a/test/unicode.html b/test/unicode.html index 3f5045bf..43ebeef3 100644 --- a/test/unicode.html +++ b/test/unicode.html @@ -1,6 +1,6 @@ <HTML> <HEAD> -<TITLE> Test of some Unicode symbols in numeric character reference form </TITLE> +<TITLE>Test of some Unicode symbols in numeric character reference form</TITLE> </HEAD> <BODY> <PRE> @@ -13,7 +13,8 @@ original comment: -# Author: John Cowan <cowan@ccil.org> +<pre> +# Author: John Cowan <cowan@ccil.org> # Date: 25 July 1997 # # The following table maps SGML character entities from various @@ -38,6 +39,7 @@ original comment: # The contents of this table are drawn from various sources, and # are in the public domain. # +</pre> <!-- Changes: + {"euro", 0x20AC}, /* EURO SIGN */ |