about summary refs log tree commit diff stats
path: root/test/TestComment.html
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-06-11 12:12:46 -0400
commit279010bc0791556e63b4951d83a2c45252142b80 (patch)
tree2f0ca07764a555764bb1f5a628a3468e88bf0c59 /test/TestComment.html
parent0b30d0d375231ff07227872f2d1d25f005e43e98 (diff)
downloadlynx-snapshots-279010bc0791556e63b4951d83a2c45252142b80.tar.gz
snapshot of project "lynx", label v2_8_8dev_9a
Diffstat (limited to 'test/TestComment.html')
-rw-r--r--test/TestComment.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/test/TestComment.html b/test/TestComment.html
deleted file mode 100644
index 873169f2..00000000
--- a/test/TestComment.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Level 2//EN">
-<html>
-<head>
-<title>HTML Comment Parser Test</title>
-<link rev="made" href="mailto:pg@sweng.stortek.com">
-<base href="http://nyx10.cs.du.edu:8001/~pgilmart/TestComment.html">
-</head>
-
-<body>
-<P> Test of the HTML/SGML comment syntax, as given in the W3 HTML Spec:
-<a
-href="http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_3.html#SEC15">
-Comments</a>
-
-<P>See especially, the footnote:
-<a
-href="http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_foot.html#FOOT10"
->(10)</a>
-
-<P>
-Co-vary the LYK_MINIMAL and LYK_HISTORICAL command key toggles (use the
-'k'eymap command to see their key bindings) to establish Valid, Minimal
-or Historical comment parsing, and toggle trace mode on (Ctrl-T), to see
-how comment parsing is affected.
-
-<P>Case 01 through Case 14 should appear
-as short separate paragraphs with the case numbers aligned vertically.
-Some noise characters may appear to the right as a byproduct of code present
-for error recovery, but there should be no noise before each case number.
-
-<P> Case <!-- trivial --> | 01 | Trivial
-<P> Case <!-- extra hyphens and spaces -- -- --  > | 02 | Hyphens and Spaces
-<P> Case <!-- extra < < < --> | 03 | Extra LT --> --> -->
-<P> Case <!-- balanced < < < > > > --> | 04 | Balanced
-<P> Case <!-- extra > -- --> > still in comment --> | 05 | Extra GT
-<P> Case <!-- stuff between -- and > -- still in comment --> | 06 | Stuff Inside
-<P> Case <!-- Extra <!-- -- Second Comment --> | 07 | Extra Open --> -->
-<P> Case <!-- New Line between -- 
-           -- Second Comment   --
-                           > | 08 | New line
-<P> Case <!---> degenerate --> | 09 | Degenerate <P> Case <!----> | 10 | Empty
-<P> Case <!-- perverse <!--> | 11 | Perverse --> --> -->
-<P> Case <!-- Comment -- -- and a half > this is still in comment -- > | 12 |  Multiple Comments --> --> -->
-<P> Case <!> | 13 | Zero Comments
-<P> Case <!-- < >
-< > Still in comment --> | 14 | Last
-
-<P>&lt;<STRONG>Tests completed!</STRONG>&gt;
-</body>
-</html>