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

Side by Side Diff: lib/src/prism/tests/languages/http/header-name_feature.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 Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
2 Accept-Encoding: gzip, deflate
3 Server: GitHub.com
4 Date: Mon, 22 Dec 2014 18:25:30 GMT
5 Content-Type: text/html; charset=utf-8
6
7 ----------------------------------------------------
8
9 [
10 ["header-name", "Accept-Language:"],
11 " fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3\r\n",
12 ["header-name", "Accept-Encoding:"],
13 " gzip, deflate\r\n",
14 ["header-name", "Server:"],
15 " GitHub.com\r\n",
16 ["header-name", "Date:"],
17 " Mon, 22 Dec 2014 18:25:30 GMT\r\n",
18 ["header-name", "Content-Type:"],
19 " text/html; charset=utf-8"
20 ]
21
22 ----------------------------------------------------
23
24 Checks for header names.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698