flutter_flutter/tests/parser/comments.html
Adam Barth 710a717192 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
2014-10-27 17:04:52 -07:00

16 lines
132 B
HTML

<html>
<link rel="import" href="../resources/dump-as-text.html" />
<body>
<
<!
<!-
<!->
<!-->aaa-->
-->
->
>
</
</>
</body>
</html>