Is anybody planning on fixing the bugs that are reported by the addition of these tests?
- Sam Ruby ---------- Forwarded message ---------- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Jun 14, 2007 12:13 PM Subject: [html5lib commit] r734 - trunk/testdata/tree-construction To: [EMAIL PROTECTED] Author: annevankesteren Date: Thu Jun 14 09:13:25 2007 New Revision: 734 Added: trunk/testdata/tree-construction/tests5.dat Log: add a few tests that test comment parsing inside RCDATA and CDATA blocks Added: trunk/testdata/tree-construction/tests5.dat ============================================================================== --- (empty file) +++ trunk/testdata/tree-construction/tests5.dat Thu Jun 14 09:13:25 2007 @@ -0,0 +1,107 @@ +#data +<style> <!-- </style>x +#errors +No DOCTYPE +Unexpected end of file +#document +| <html> +| <head> +| <style> +| " <!-- </style>x" +| <body> + +#data +<style> <!-- </style> --> </style>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <style> +| " <!-- </style> --> " +| <body> +| "x" + +#data +<style> <!--> </style>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <style> +| " <!--> " +| <body> +| "x" + +#data +<style> <!---> </style>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <style> +| " <!---> " +| <body> +| "x" + +#data +<iframe> <!---> </iframe>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <body> +| <iframe> +| " <!---> " +| "x" + +#data +<iframe> <!--- </iframe>->x</iframe> --> </iframe>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <body> +| <iframe> +| " <!--- </iframe>->x</iframe> --> " +| "x" + +#data +<script> <!-- </script> --> </script>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <script> +| " <!-- </script> --> " +| <body> +| "x" + +#data +<title> <!-- </title> --> </title>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <title> +| " <!-- </title> --> " +| <body> +| "x" + +#data +<textarea> <!--- </textarea>->x</textarea> --> </textarea>x +#errors +No DOCTYPE +#document +| <html> +| <head> +| <body> +| <textarea> +| " <!--- </textarea>->x</textarea> --> " +| "x" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "html5lib-discuss" group. To post to this group, send email to html5lib-discuss@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB -~----------~----~----~----~------~----~------~--~---
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4