Revision: 796dc5d064
Author: Henri Sivonen <hsivo
...@iki.fi>
Date: Wed Dec 16 05:24:54 2009
Log: Add test coverage for less than singn in the script double escaped
dash states.
http://code.google.com/p/html5lib/source/detail?r=796dc5d064
Modified:
/testdata/tree-construction/tests16.dat
=======================================
--- /testdata/tree-construction/tests16.dat Wed Nov 25 15:01:55 2009
+++ /testdata/tree-construction/tests16.dat Wed Dec 16 05:24:54 2009
@@ -594,6 +594,18 @@
| "<!--<script -a"
| <body>
+#data
+<!doctype html><script><!--<script -<
+#errors
+Line: 1 Col: 37 Unexpected end of file. Expected end tag (script).
+#document
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <script>
+| "<!--<script -<"
+| <body>
+
#data
<!doctype html><script><!--<script --
#errors
@@ -618,6 +630,18 @@
| "<!--<script --a"
| <body>
+#data
+<!doctype html><script><!--<script --<
+#errors
+Line: 1 Col: 38 Unexpected end of file. Expected end tag (script).
+#document
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <script>
+| "<!--<script --<"
+| <body>
+
#data
<!doctype html><script><!--<script -->
#errors