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

Side by Side Diff: lib/src/prism/tests/languages/markup+http/markup_inclusion.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month 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
OLDNEW
(Empty)
1 Content-type: application/xml
2
3 <foo></foo>
4
5 ----------------------------------------------------
6
7 [
8 ["header-name", "Content-type:"],
9 " application/xml",
10 ["application/xml", [
11 ["tag", [
12 ["tag", [
13 ["punctuation", "<"],
14 "foo"
15 ]],
16 ["punctuation", ">"]
17 ]],
18 ["tag", [
19 ["tag", [
20 ["punctuation", "</"],
21 "foo"
22 ]],
23 ["punctuation", ">"]
24 ]]
25 ]]
26 ]
27
28 ----------------------------------------------------
29
30 Checks for XML content in HTTP.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698