Parse comments according to parsing.md

Now we don't even generate comment tokens. The new tokenizer for comments is
much easier.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/682893002
This commit is contained in:
Adam Barth
2014-10-27 17:04:52 -07:00
parent 735761cfc3
commit c4836daaaf
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1 @@
< <! <!- <!-> --> -> > </ </>

View File

@@ -0,0 +1,15 @@
<html>
<link rel="import" href="../resources/dump-as-text.html" />
<body>
<
<!
<!-
<!->
<!-->aaa-->
-->
->
>
</
</>
</body>
</html>