Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: test/data/tokenizer/pendingSpecChanges.test

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/data/tokenizer/numericEntities.test ('k') | test/data/tokenizer/test1.test » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {"tests": [ 1 {"tests": [
2 2
3 {"description":"<!---- >", 3 {"description":"<!---- >",
4 "input":"<!---- >", 4 "input":"<!---- >",
5 "output":["ParseError", "ParseError", ["Comment","-- >"]]} 5 "output":["ParseError", "ParseError", ["Comment","-- >"]]}
6 6
7 ]} 7 ]}
OLDNEW
« no previous file with comments | « test/data/tokenizer/numericEntities.test ('k') | test/data/tokenizer/test1.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698