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:
1
engine/src/flutter/tests/parser/comments-expected.txt
Normal file
1
engine/src/flutter/tests/parser/comments-expected.txt
Normal file
@@ -0,0 +1 @@
|
||||
< <! <!- <!-> --> -> > </ </>
|
||||
15
engine/src/flutter/tests/parser/comments.html
Normal file
15
engine/src/flutter/tests/parser/comments.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<link rel="import" href="../resources/dump-as-text.html" />
|
||||
<body>
|
||||
<
|
||||
<!
|
||||
<!-
|
||||
<!->
|
||||
<!-->aaa-->
|
||||
-->
|
||||
->
|
||||
>
|
||||
</
|
||||
</>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user